@import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .wrap {
        margin: 25px auto 0 auto !important;
    }
}

body {height: 100%; margin: 0;background: #091C2B; font-family: 'Public Sans', sans-serif; color: #fff;}
p {margin: 1em; line-height: 1.4;}
a {color: #F2B83A; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {font-size: 1.5em;}

hr {margin:12px 48px; border-color: #F2B83A;}

ul {list-style: none;}
ul li {margin-bottom: .5em;}

code {display: inline-block; background:#ccc; color:#222222; padding: 4px 8px; margin:2px auto; border: 1px solid #222; border-radius: 6px;}

sup {
    vertical-align: super;
    font-size: smaller;
}

table {
    border-collapse: collapse;
    width: 100%;
    color: black;
}
  
table td, table th {
    border: 1px solid #ccc;
    padding: 8px;
}

table tr {background-color: #ddd;}
table tr:nth-child(even){background-color: #f2f2f2;}  
  
table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color:#051018;
    color: white;
}

table a {color:black !important;}

table tr.past, table tr.past a {color:#777 !important;}

.center {display: block; margin-left: auto; margin-right: auto; text-align: center;}

.wrap {position:relative; max-width: 650px; margin:75px auto;}

.small-text {font-size: .8em;}

a.button {
    transition: all 100ms ease-in;
    display: inline-block; border-radius: 4px;
    background: #222222; border: 1px solid #000000; text-decoration: none; padding: 13px 17px;
}
a.button:hover {
    background: #555555 !important;
    border-color: #555555 !important;
}

#footer_image {margin-top:24px;}