.btn-chart {
    margin: 5px 1px;
    padding: 5px 15px;
    width: auto;
    height: auto;
    border-radius: 30px;
    background: white;
    color: #9a9a9a;
    border: 1px solid white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.btn-chart:hover {
    border: 1px solid #d98000;
}

.btn-chart.active {
    background: #d98000;
    color: white;
    border: 1px solid #d98000;
}

.chart-divider {
    border-left: 1px solid #8a8a8a;
    margin: 5px 20px;
}

.btn-group {
    height: 42.5px;
}

.page-template-stocks .main-content {
    background-image: url(../images/bg-stock.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0;
    background-color: #fafafa;
}

.page-template-stocks .newsletter-wide {
    margin-top: 0 !important;
}

.js-changePeriod {
    background-image: url(../images/icon-dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: 85% 50%!important;
    background-size: 25px auto!important;
}