table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
th {
	background: #eee;
}
td , th {
	text-align: center;
}
center {
	    font-size: calc(8px + 1vw);
}
h1 {
    text-align: center;
    margin-top: 10%;
    font-size: calc(20px + 2.3vw);
	font-family: monospace;
    color: #000;
	font-family: Gothic-Bold;
}
h2 {
	font-size: calc(9px + 1.5vw);
}
h3 {
	margin-top: 4%;
	margin-bottom: 0;
	font-size: calc(12px + 1vw);
	font-weight:bold;
}
.align_left , .align_left td , .align_left th {
	border:none;
}
.align_left {
	width: 100%;
	margin-top: -1%;
}
.align_left td , .align_left th {
	text-align: left;
}