* {
    font-family:'Poppins';
    font-size:18px;
}

body {
    background-color:#272822;
}

h1 {
    font-size:3rem;
    line-height:2.5rem;
    font-weight:300;
    color:#fff;
    text-align:center;
}

h2 {
    letter-spacing:.3rem;
    font-size:.8rem;
    color:#fff;
    text-align:center;
}

.maybewrap {
    position:relative;
}

.bigwrap {
    max-width:35vw;
    margin-left:auto;
    margin-right:auto;
}

header {
    background-color:#6d7434;
    position:relative;
}

header .under {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position:center center;
    background-size:cover;
    opacity:.75;
}

header .over {
    position:relative;
    z-index:2;
    padding-bottom:30px;
}

header .over a {
    color:#eee;
    border:2px solid #eee;
    border-radius:5px;
    padding:2px 5px;
    justify-content:center;
}

header .over a:hover {
    background-color:#6a7049;
    color:#fff;
    border-color:#fff;
}

header .over a span {
    margin-right:5px;
    transition:all .3s;
}

header .over a:hover span {
    margin-right:10px;
}

header .over .nolink {
    opacity:.5;
    pointer-events:none;
}

header .subheader {
    background-color:rgba(39,40,34,.9);
}

header .subheader .logo {
    background-image:url('images/logo.png');
    background-repeat:no-repeat;
    background-position:center left;
    background-size:contain;
    height:40px;
    width:70%;
    margin:10px;
}

header .subheader .logo, header .subheader .logo b {
    color:#fff;
    font-size:2rem;
}

header .subheader .year {
    border:1px solid #fff;
    border-right:0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    padding:5px 10px;
    font-weight:bold;
    color:#fff;
    background-color:#4f5437;
    margin-bottom:-30px;
    cursor:pointer;
    font-size:1.4rem;
    transition:all .2s;
}

header .subheader .year:hover {
    background-color:#6a7049;
}

header .subheader .year:hover span {
    margin-left:10px;
}

header .subheader .year span {
    margin-left:5px;
    font-size:14px;
    transition:all .2s;
}

header .course {
    padding-top:40px;
    padding-bottom:40px;
}

header .course .patch {
    width:50%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-bottom:15px;
}

header .showtoggle {
    width:94%;
    margin-left:auto;
    margin-right:auto;
}

table {
    margin:0;
    padding:0;
    border-spacing:0;
    width:96%;
    margin-left:auto;
    margin-right:auto;
    margin-top:-10px;
    position:relative;
    z-index:3;
}

table tr:first-of-type td {
    background-color:#eee;
    color:#31322c;
    font-weight:bold;
}

table tr td:not(:first-of-type) {
    text-align:center;
}

table tr td {
    padding:5px 10px;
    color:#fff;
    font-weight:400;
    font-size:0.8rem;
}

table tr:nth-child(even) td {
    background-color:rgba(255,255,255,0.05);
}

table tr td span {
    font-size:1.2rem !important;
    margin-right:5px;
}

table tr td .first {
    color:#FFD700;
    cursor:help;
}

table tr td .bde {
    color:#EF0107;
    cursor:help;
}

table tr td .otk {
    color:#8D7FD4;
}

table tr td .sniper {
    color:#4BB543;
    cursor:help;
}

.phil {
    color:#7f8040;
}

.phil .image {
    width:25%;
    min-height:150px;
    background-size:contain;
    background-position:bottom left;
    background-repeat:no-repeat;
    flex-shrink:0;
}

.phil p {
    padding:15px;
    font-style:italic;
}

.phil p span {
    display:block;
    font-weight:bold;
    text-align:right;
}

.yearselect {
    position:absolute;
    z-index:5;
    background-color:rgba(127,128,64,0.95);
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    pointer-events:none;
    transition:all .2s;
    padding-top:30px;
}

.yearselect a {
    font-size:2.5rem;
    color:#fff;
    display:block;
    padding:10px;
    text-align:center;
    font-weight:bold;
    transition:all .4s;
    margin-top:-30px;
    opacity:0;
}

.yearselect a:not(:last-of-type) {
    border-bottom:1px solid rgba(255,255,255,0.15);
}

.yearselect a:hover {
    color:#bdbf30;
}

.showselect {
    opacity:1;
    pointer-events:all;
}

.showselect a {
    margin-top:0;
    opacity:1;
}