﻿body {
    color: #231f20;
}

.trades-explorer-logo {
    background: transparent url(../images/te_logo.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: riftsoft, sans-serif;
    color: #449CC4;
    width: 11.2em;
    height: 3em;
    position: relative;
    line-height: 2.6em;
    cursor: default;
    display: inline-block;
}

    .trades-explorer-logo > .text-left {
        font-weight: bold;
        letter-spacing: 0.1em;
        position: absolute;
        padding-left: 1em;
    }


    .trades-explorer-logo > .text-right {
        letter-spacing: -0.025em;
        position: absolute;
        right: 0;
        text-align: right;
        padding-right: 0.9em;
    }

.content-header {
    background-color: #00496d;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    text-align: center;
    padding: 4.13em 0 3.73em 0;
    overflow: hidden;
}

    .content-header > .container {
        position: relative;
    }

.question-content-header {
    background-color: #00496d;
    background-image: url(../images/banner-question.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 19.5em;
    text-align: center;
    padding: 6em 0 3.73em 0;
    overflow: hidden;
}

.question-content-header .container { text-align: left; }

.banner-home {
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position-x: center;
    height: 19.5em;
    padding-top: 16em;
    border-bottom: solid 3px white;
    text-align: center;
}

.content-body-home {
    border-top: none !important;
}

.content-footer-home {
    margin-top: 2em !important;
    text-align: right;
}