/* .settings {
	background-color: red;
	color: #fff;
}

.rating-data {
	background-color: green;
	color: #fff;
} */

.back-link {
	margin-bottom: 20px;
}

.settings h5 {
	margin-top: 30px;
}

.rating-data {
	padding: 0 30px 30px;
}

.rating-data h4 {
	margin-top: 25px;
}

.col-obhodov {
	height: 40px;
	width: 100%;
	display: flex;
	flex-direction: row;
	padding:0;
}

.col-obhodov > div {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.col-obhodov .red-obhod {
	background-color: red;
}

.col-obhodov .yellow-obhod {
	background-color: #e7e700;
	color: black;
}

.col-obhodov .green-obhod {
	background-color: green;
}

.col-obhodov .total-obhods {
	color: black;
	width: 60px;
}

.all-ratings {
	margin-top: 40px;
}

.column-ratings {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.all-ratings .column-ratings {
	margin-top: 40px;
}

.pl-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 20px;
}

.pl-col .value-col {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.pl-rating {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* .pl-rating {
	margin: 20px;
} */

.rating-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 25px;
}

.rate-col {
	flex-direction: column;
	align-self: flex-end;
	margin: 0 2px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.rating-cols .rate-col {
	flex-grow: 1;
}

.value-col {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.pl-label {
	width: 100%;
	text-align: center;
}

.digits {
	font-size: 12px;
}

.col-year {
	rotate: -90deg;
	font-size: 10px;
	position: relative;
	bottom: -10px;
}

input.form-control {
	border-radius: 19px;
	padding-left: 16px;
}

@media screen and (min-width: 991px) {

	#rating.full .content-container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}