﻿
.tablink-current {
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #0066CC;
    cursor: pointer;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: bolder;
}

    .tablink-current:hover, .tablink-future:hover {
        text-decoration: none;
        cursor: default;
    }

.tablink-past {
    color: white;
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: dodgerblue;
    /*cursor: pointer;*/
    padding: 14px 16px;
    text-decoration: none;
}

.tablink-future {
    color: white;
    font-family: "OpenSans-Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: lightgray;
    /*cursor: pointer;*/
    padding: 14px 16px;
    text-decoration: none;
}

footer .footer_span, .footer-body {
    font-size: small;
}

footer .footer_div {
    font-size: small;
    text-align: left;
    /*            margin: 1px 1px 1px 1px;
            margin-bottom: 1px;
*/
}

div.footer_div {
    margin-right: 100px;
}

div .footer-higlight {
    font-weight: bold;
    font-size: small;
}

