body {
    background-color: rgb(14,27,48);
    font-family: sans-serif;
    color: #FFF;
}

#bg {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
    z-index: -999999;
}

.opaque {
    background: rgba(0,0,0,0.6);
}

.centering {
    text-align: center;
    margin: 0 auto;
}

#outer_wrap {
    max-width: 960px;
}

.content {
    margin: 10px 10px 10px 10px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
}

table, tr, td {;
    overflow-wrap: break-word;
}

table {
    table-layout:fixed;
    width: 100%;
}

td {
    text-align: left;
    padding: 5px;
}

h2 {
    text-decoration: underline;
}

h3 {
    margin-bottom: 0px;
    margin-left: 5px;
    text-align: left;
    text-decoration: underline;
}

.highlight {
    color: #F00;
    font-weight: bold;
}

td, tr, th {
    text-align: left;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}