
html, body {
    font-size: 14px;
    height: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    font-family: Raleway, Tahoma, sans-serif;
}

.d-none {
    display: none !important;
}

.period-tab span {
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.period-tab span.active {
    color: #23B34C;
    font-weight: bold;
    border-bottom: 3px solid #23B34C;
}

.period-tab span:hover {
    color: #23B34C;
}

.chart-container {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding-bottom: 12px;
    margin-top: 20px;
}

.chart-container .frequency {
    color: #707070;
    font-size: 12px;
    padding: 12px 12px 8px;
}

.overview-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 0;
}

.overview-section table {
    width: 50%;
}

.overview-section table th, .overview-section table td {
    text-align: left;
    border-top: 1px solid #ebebeb;
    font-weight: normal;
    padding: 5px 10px;
    cursor: pointer;
}

.overview-section table tr:hover {
    background: #f5f5f5;
}

.company-info .symbol-info .name {
    color: black;
    font-weight: 800;
    font-size: 24px;
}

.company-info .symbol-info .symbol {
    color: #959CA2;
    font-weight: 600;
    font-size: 24px;
}

.company-info .price-info .price {
    color: black;
    font-weight: 600;
    font-size: 20px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.company-info .price-info .price-change {
    font-weight: 600;
    font-size: 17px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.company-info .price-info .price-change.text-success .arrow {
    transform: rotate(90deg);
    display: inline-block;
}

.company-info .price-info .price-change.text-danger .arrow {
    transform: rotate(-90deg);
    display: inline-block;
}

.company-info .price-info .exchange {
    color: #959CA2;
    font-weight: 600;
    font-size: 16px;
}
