/* Fonts from Google Fonts - more at https://fonts.google.com */ @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); @import url('https://fonts.googleapis.com/css?family=Merriweather:400,700'); body { background-color: white; font-family: "Open Sans", sans-serif; padding: 5px 25px; font-size: 18px; margin: 0; color: #444; } h1 { font-family: "Merriweather", serif; font-size: 32px; } .center { display: block; margin-left: auto; margin-right: auto; } table { overflow-y: auto; margin-right: auto; margin-left: auto; height: auto; } thead th { position: sticky; top: 0; background-color: white; text-align: center; } table.colright td:nth-child(2) { text-align: right; } table.colcenter td:nth-child(2) { text-align: center; } table.col1left td:nth-child(1) { text-align: left; }