.basic {
	padding: 15px 0;
}

.basic h2 {
	font-family: "TT Norms";
	font-weight: 400;
	position: relative;
	padding-right: 1.3em;
}

.basic h2:hover {
	color: #11a5b8;
	cursor: pointer;
}

body.is_mobile .basic h2:hover {
	color: inherit;
}

.basic h2.selected {
	font-family: "TT Norms";
	font-weight: 700;
}

.basic h2 + div {
	box-shadow: 0px 6px 6px -7px rgba(0, 0, 0, .95);
}

.basic h2 + div > div {
	display: none;
}

.basic h2 + div > div > div {
	padding: 16px 26px;
	background-color: #effbfd;
	border: 1px solid #dae9ec;
/*	border-bottom: none;*/
	border-radius: 3px;
}

.basic h2 i {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 1.3em;
}

#main_content > h1 + h2 {
	padding-bottom: 20px;
	color: #dd141b;
}