@import 'table.css';

body {
	color: #404040;
	font-family: "Open Sans", Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	width: 100%;
	padding:0;
	margin:0;
	border: unset !important;
}

hr {
	border: 1px solid #ccc;
	width: 100%;
}

table {
	width: 80%;
}

th,td {
	text-align: left;
}

.maincol {
	width: calc(100% - 3em) !important;
	max-width: calc(68.6em - 3em) !important;
	padding: 1.5em;
	margin: 0 auto;
}

.headerbg {
	width: 100%;
	background-color: black;
}

.header {
        width: calc(100% - 3em) !important;
        max-width: calc(68.6em - 3em) !important;
	margin: 0 auto;
}

@media (max-width: 420px){
	body {
		width: 98%;
	}

	hr {
		width: 98%;
		margin-left: 0
	}


