@charset "utf-8";
.--------- {
}
#ratesBlock {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1em;
}
#ratesBlock .line {
	display: flex;
	flex-direction: row;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#ratesBlock .line .accom {
	font-weight: 600;
	text-align: left;
	width: 320px;
	padding-top: .7em;
	padding-bottom: .5em;
}

#ratesBlock .line .timeSpan {
	width: 180px;
}
#ratesBlock .line .season,
#ratesBlock .line .money {
	width: 140px;
}

#ratesBlock .line .money {
	text-align: right;
	padding-right: 2em;
	box-sizing: border-box;
}

#ratesBlock .line .season {
	text-align: center;
}
#ratesBlock p {
	margin: 0px;
	padding: 0px;
}
