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

h3 {
    font-size: 1.5rem;
    
    font-weight: 800;
    text-transform: uppercase;
}

.table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background: transparent !important;
}
.company-info .symbol-info .name {
    color: black;
    font-weight: 700;
    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;
}
#dividend-table_length{
    padding-left: 8px;
} 