a.active {
	font-weight: bold;
	color: #005FE0 !important;
}

h1 {
	background: #96bcf1;
	border-left: solid 2em #005FE0;
}

h1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f236";
}

h2 {
	background: #96bcf1;
}

h3 {
	color: #f2f2f2 !important;
	background: #96bcf1;
	padding-left: 2.5em;
}

h3::before {
	content: "\f236";
}

.common h3::before {
	content: "\f075";
}

h4 {
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}

h4:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


.room dt {
	float: left;
	margin: 0 20px;
}

.room dd {
	font-size: 1.2em;
}
