body {
    font-family: 'Work Sans', "Helvetica", sans-serif;
    font-size: 0.85em;

    /*background: #353445;*/
/*    background: #1b1b1b;
*/    
}

h1 {
    color: #AE8C5E;
}

h1 span {
    display: block;
    color: #aaa;
    font-size: 0.35em;
    font-weight: 400;
}

h1:hover {
}

a {
    color: #AE8C5E;
}

tr td {
    color: #999;
}

tr:hover a {
    color: #E7C583;
}

tr:hover td {
    color: #000;
}

tr td a {
    display: block;
}

a span {
    color: #999;
}

a:hover {
    color: #E7C583;
    text-decoration: none;
}
    a:hover span {
        color: #333;
        text-decoration: none;
    }

footer {
    margin-top: 2em;
    background: #2a2a2a;
    padding: 1em;
    color: #ccc;
}

img {
    background: #fff;
}

.vam {
    vertical-align: middle !important;
}

.btn-top {
    background-color: #AE8C5E;
    border-color: #AE8C5E;
    color: #fff;
}