/* @override http://localhost:8888/faq/styles/LocalScreen.css */

/* Bookings Page local styles */

/* @group Main Page */

h2 {
	color: #2c5f8c;
	font-size: 20px;
}

#contentContainer {
	position: relative;
	margin: 30px;
}

.note {
	color: #919191;
	line-height: 16px;
	font-size: 12px;
}

#book p {
	text-align: justify;
}

#book img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
}

/* @end Main Page */