	body {
		font-family: Arial, Helvetica, Verdana, Sans-serif;
		font-size: 15px;
		line-height:1.4em;
		font-weight:normal;
		color: #444;
		text-rendering: optimizeLegibility;
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
		height: 100vh;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif; color: #000; font-weight: bold;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif; }
	h1 { font-size: 32px; line-height: 37px; margin-bottom: 20px; }
	h2 { font-size: 16px; }
	h3 { font-size: 15px; }
	h4 { font-size: 14px; }
	h5 { font-size: 14px; }
	h6 { font-size: 14px; }

/* #Tables
================================================== */
table {
	width: 100%;
	border-collapse: collapse;
}

th, thead {
	text-align: left;
	padding: 5px;
}

.table-head {
	font-weight: 700;
}

td {
	padding: 5px;
}

.light {
	background-color: #fff;
}

.light:hover {
	background-color: #e3e3e3;
}

.dark {
	background-color: #e3e3e3;
}

.dark:hover {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.hide-on-mobile {
		display: none;
	}
}
