﻿.chart-container {
    border-radius: 2px;
    border-top-width: 25px;
    border-color: #080808;
    border-style: solid;
    border-width: 1px;
    color: #404040;
}

.chart-header {
    font-size: 16px;
    font-weight: normal;
    padding: 11px;
    background-color: #222222;
    color: #999999;
    cursor: default;
}

.qb-container {
    background-color: #e6e6e6 !important;
    border-radius: 2px;
}

.chart-header img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.chart-menu {
    float: right;
    margin-top: -3px;
}

.chart-wrapper {
    background-color: white;
}

#general-controls {
    width: 100%;
    /* height: 46px; */
    float: right;
    padding: 11px
}

    #general-controls img {
        width: 35px;
        height: 35px;
        float: right;
    }

#charts .x.axis text {
    text-anchor: end !important;
    transform: rotate(-45deg);
}

.table .chart-wrapper {
    min-height: 300px;
    text-align: left;
    table-layout: fixed;
    width: 100%;
}

.table .chart-header {
    text-align: left;
}

th.dc-table-head:nth-child(1),
td.dc-table-column._0 {
    width: 20%;
}

th.dc-table-head:nth-child(2),
th.dc-table-head:nth-child(3),
td.dc-table-column._1,
td.dc-table-column._2 {
    width: 40%;
}

.next-button,
.previous-button {
    width: 150px;
    margin-left: 1px;
    margin-right: 1px;
}