@charset "utf-8";


.hotel-row {
	float:left;
	margin-bottom: 20px;
	
}
.hotel-col1 {
	float:left;
	width: 200px;
}
.hotel-col2 {
	float:left;
	width: 300px;
}
.hotel-col3 {
	float:left;
	width: 60px;
		font-weight: bold;
}

.hotel-title {
	font-weight: bold;
}
	
					