@charset "UTF-8";
/* CSS Document */


#locations {
	position: relative;
	/*top: 23px;*/
	float: left;
	background: #414141;
	border: solid 1px #b8b5a4;
	width: 185px;
	margin: 23px 20px 1em 0;
}

#locations a {
	text-decoration: none;
	/* padding: .3em .5em .3em .5em; */
	clear: left;
}


#locationName {
	text-align: center;
	margin: 0;
	font-size: 24px;
}

.thumbnail-gallery {
	margin-bottom: 1em;
}

#locationResults p {
	margin-top: 0;
}

#locations .navcitystate {
	font-size: 12px;
	border: none;
	position: relative;
	margin-top: 0;
	width: 165px;
}

#locations .navroomid {
	font-size: 16px;
	border: none;
	margin-top: 0;
	padding-left: 10px;
	width: 165px;
}

.citystate {
	font-size: 12px;
	border: none;
	position: relative;
	margin-top: 0;
	text-align: center;
    padding-bottom: 20px;
}

.roomid {
	font-size: 36px;
	border: none;
	position: relative;
	margin-top: 0;
	text-align: center;
}
