body {
    margin: 0;
    background: white; /*#314966*/
}

h1 {
    text-align: center;
    font-size: 1.5em;
}

a {
    display: block;
    font-size: 1.5rem;
}

.clearfix {
    clear: both;
}

#capture-area {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    color: #000;
    font-size: 2.5em;
    font-family: arial;
}

#currency-board {
    margin: 1em;
}

.sticky, .scroller {
    float: left;
    width: 100%;
}

.scroller {
    height: 14em;
    overflow-y: hidden;
}

.currency-row {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 1em;
    padding-bottom: 1em;
    color: #293184;
    font-size: 0.8em;
    border-bottom: 1px solid #948C8C;
}

.currency-identifier {
    float: left;
}

    .currency-identifier img {
        float: left;
        width: 3.9em;
        margin-right: 1em;
        border: 1px solid #aaa;
    }

    .currency-identifier div {
        float: left;
    }

.buy-price, .sell-price {
    float: left;
    margin-left: 1em;
    text-align: center;
    width: 4em;
}
.buy-price {
    width: 5em;
}

.rate-wrapper {
    float: right;
}

#advert-video,
#video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rateboard-wrapper-green h1,
.rateboard-wrapper-green h2
{
    background: #00B5AD;
    text-align: left;
    color: white;
    font-size: 3.2em;
    padding: 0.5em;
    margin: 0;
}
.rateboard-wrapper-red h1,
.rateboard-wrapper-red h2 {
    background: #E30045;
    text-align: left;
    color: white;
    font-size: 3.5em;
    padding: 0.5em;
    margin: 0;
}
.rateboard-wrapper-green h2,
.rateboard-wrapper-red h2 {
    font-size: 2em;
    text-align: center;
}
.rateboard-wrapper-red .sell-price {
    width: 6em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
    .footer p {
        color: #293184;
        font-size: 0.6em;
        margin-left: 4em;
        margin-bottom: 1.5em;
    }

section {
    display: none;
}