body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 300;
}

.forex-ticker {
    background: #24292E;
    width: 300px;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 3px;
    margin: 50px;
}

.forex-ticker .currency-pair {
    font-size: 1.4rem;
}

.forex-ticker table {
    color: #c1c2cd;
    font-weight: 300;
    width: 100%;
    border-collapse: collapse;
}

.forex-ticker table td {
    height: 60px;
    border-bottom: 1px solid #474747;
}

.forex-ticker table td.powered-by {
    height: 30px;
    text-align: right;
    font-size: 0.7rem;
}

.forex-ticker table tr.last td {
    border-bottom: none;
}

.price.up .bottom {
    color: #85B32B;
    text-shadow: 0 0 1px #85B32B;
}

.price.down .bottom {
    color: #c84c40;
    text-shadow: 0 0 1px #c84c40;
}

.price .top {
    font-size: .8rem;
    line-height: 0.8rem;
    text-align: right;
    opacity: 0.5;
}

.price .bottom {
    text-align: right;
    font-size: 2rem;
    line-height: 1.8rem;
}

.price .bottom .last {
    font-size: 1.2rem;
    line-height: 1.2rem;
    vertical-align: top;
}