.popular-dest-clbl {
	width: 70%;
	display: inline-block;
	font-weight: bold;
}

.popular-dest-lbl {
	width: 26%;
	text-align: right;
	display: inline-block;
	font-weight: bold;
}

.popular-dest-itm {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.popular-dest-itm.hide {
	display: none;
}

.popular-dest-itm img.flag {
	vertical-align: -9px;
}

.popular-dest-itm div.country-name {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	height: 30px;
}

.popular-dest-itm div.price {
	display: inline-block;
	width: 15%;
	text-align: right;
	height: 30px;
	vertical-align: text-bottom;
}