.infoTable {
	max-width: 600px;
	margin: 30px auto 50px;
	border-collapse: collapse;
}

.infoTable td {
	padding: 5px;
}

.infoTable td:not([class=busMountain]) {
	border: 1px solid #cbcbcb;
}

.infoTable td.sectionTitle {
	text-align: center;
	background-color: #565656;
	color: white;
	border: 1px solid #4c4c4c;
	border-bottom-style: none;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 400;
}

.sectionTitleNote {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

td.sectionNote {
	font-weight: 400;
	text-align: center;
	background-color: #e8eff4;
}

.bss-address-info {
	font-size: 1.5rem;
	line-height: 150%;
	padding: 20px;
	border: 1px dashed #c0c0c0;
	border-left: none;
	border-right: none;
	margin-top: 20px;
	margin-bottom: 30px;
}	
.bss-important-banner {
	border: 1px solid #c3dae8;
	background-color: #edf8ff;
	border-radius: 5px;
	padding: 30px;
	margin: 30px 20px;
}


.bss-important-banner h2 {
	margin-bottom: 10px;
	color: #012f4a;
}
