@font-face {
    font-family: "myFont";
    src: url('titillium-regular.woff2') format('woff2');
}

html {
    background-color: #f3f3f4; /*Gray*/
    font-family: "myFont", arial, sans-serif;
    letter-spacing: 0.05em;
}

h1 {
    font-size: 44px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 20px 0;
    color: #3D3D3D; /*Black*/
}

h2 {
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 10px 0px;
    color: #3D3D3D; /*Black*/
}

h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: right;
    margin: 0;
    padding: 0px 0px;
    color: #3D3D3D; /*Black*/
}

p {
    font-size: 16px;
    font-weight: 400;
    }

body {
    font-size: 16px;
    width: 75%; /*1100px;*/
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding: 20px 20px 100px 20px;
}

/* ############# TABLE ############ */

table, td, th {
  border: 0.1em solid #ABB2B9;
}


table {
  /* border: 0.05em solid black; */
  /* border-collapse: separate; */
  border-collapse: collapse;
	border-spacing: 0.0em;
	width: 100%;
  table-layout: fixed;
	margin: 0;
}

th, td {
  text-align: center;
	padding: 0.2em 0.5em;
	border-radius: 0.0em;
	height: 40px;
  width: 60px;
}

th {
    font-size: 18px;
    font-weight: 800;
    /* text-align: center; */
    background-color: #f3f3f4; /*Gray
    color: #3d3d3d;
    /* height: 40px; */
    box-shadow: inset 0px 1px 0px 0px #E5E5E5;
}

td {
  font-size: 12px;
	text-align: center;
  height: 40px;
  width: 60px;
	box-shadow: inset 0px 1px 0px 0px #E5E5E5;
  background-color: #FDFBE3; /*Gray*/
}

td:empty {
	box-shadow: none;
}

/* ########## LINKS ########### */

a {
    color: #17a81a; /*Green*/
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
