/* hide page scrollbar */
html, body {
	overflow-y: hidden;
	height: 100%;
}

p a {
	#text-decoration: underline;
}

.heading1 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #365f91;
	font-size: 24px;
	margin: 25px 0;
}

.heading2 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #365f91;
	font-size: 19px;
	margin-left: 100px;
	margin-top: 25px;
}

.heading3 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #365f91;
	font-size: 16px;
	margin-left: 112px;
	margin-top: 25px;
}

table {
	width: 100%;
}

th, td {
	border: 1px solid;
	padding: 5px;
}

section p {
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

.image-title {
	font-weight: bold;
	font-style: italic;
	font-family: Calibri, sans-serif;
	color: black;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	#background-color: #c6d9f1;
}

.light_blue {
	background-color: #c6d9f1;
}

.light_grey {
	background-color: #d9d9d9;
}

.table-title {
	font-weight: bold;
	font-style: italic;
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.list {
	margin-left: 10px;
}

#sidebar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30%;
	top: 51px;
}

#sidebar .list-group {
	/* hacky */
	height: calc(100vh - 144px);
	overflow: auto;
}

#content {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 70%;
	top: 51px;
	overflow: auto;
	padding: 5px 20px;
}

.bold {
	font-weight: bold;
}

.text-bold-under {
	text-decoration: underline;
	font-weight: bold;
}

.text-bold-italic {
	font-style: italic;
	font-weight: bold;
}
