﻿/*
    Fonts
*/

@font-face {
    font-family: DINWeb;
    src: url("https://dsofront.akamaized.net/extra/assets/font/dincomp.eot"), url("https://dsofront.akamaized.net/extra/assets/font/dincomp.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*
    CSS
*/

body {
    font-size: 14px;
    font-family: Georgia;
    color: #444;
    padding: 0;
    margin: 0;
}

h2 {
    color: #A69A45;
    text-transform: uppercase;
    font-size: 24px;
    font-family: DINWeb;
}

h3 {
    color: #A69A45;
    text-transform: uppercase;
    font-size: 17px;
    font-family: DINWeb;
}

a,
a:hover {
    color: #AAA;
    text-decoration: none;
}

table {
    font-family: DINWeb;
    color: #AAA;
    width: 100%;
}

th {
    color: #444;
    font-family: Georgia;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

td {
    text-align: right;
}

table.stocks {
    margin-top: 10px;
}

    table.stocks td {
        text-align: left;
    }

        table.stocks td.title {
            font-size: 80%;
            text-transform: uppercase;
        }

        table.stocks td.source {
            text-align: right;
        }

div.source {
    width: 100%;
    text-align: right;
}

DIV.loader-container {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
}
