/* @override http://local.pcm.site/directions.css */

.hdrs {
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.bold {
	font-weight: bold;
}

.weekdays {
	font-weight: bold;
	color: #4a4a4a;
	font-size: 11px;
}

.hours {
	font-weight: bold;
}

#map {
	width: 450px;
	height: 375px;
	position: absolute;
	top: 25px;
	left: 10px;
}

#vlew-map {
	top: 360px;
	left: 400px;
	width: 100px;
	position: absolute;
}

#information {
	position: absolute;
	top: 0;
	left: 460px;
	width: 200px;
	padding-right: 25px;
}

.driving {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: gray;
	padding-top: 25px;
	padding-left: 10px;
}