@import url('main.css');

.crumbs{
	background: rgb(222, 222, 222);
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
}

.path-box{
	margin-top: 15px;
}

.map-img{
	margin: 0 15px;
}

.map{
	width: 100%;
}

.path{
	margin-top: 15px;
	padding: 0 15px;
}

.hospital-name{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}

.path-line{
	margin-bottom: 4px;
	font-size: 13px;
	color: #999999;
}

.path-box{
	margin-bottom: 25px;
}