.wrapper_scale .scale {
	display: table;
	width: 100%;
}
.wrapper_scale .scale .row {
	display: table-row;
}
.wrapper_scale .scale .cell {
	display: table-cell;
	text-align: center;
}
.wrapper_scale .scale .row:first-of-type .cell {
	height: 38px;
	vertical-align: middle;
	color: #fff;
}
.wrapper_scale .scale .row:last-of-type .cell {
	line-height: 1.2;
	vertical-align: top;
	color: #000;
	padding: 13px 0 0;
}
.wrapper_scale .scale .row:first-of-type .cell:nth-of-type(1) {
	background: #3D602D;
}
.wrapper_scale .scale .row:first-of-type .cell:nth-of-type(2) {
	background: #517E3B;
}
.wrapper_scale .scale .row:first-of-type .cell:nth-of-type(3) {
	background: #609546;
}
.wrapper_scale .scale .row:first-of-type .cell:nth-of-type(4) {
	background: #73B055;
}