.body {
    background-color: #282828;
    color: white;
    font-size: 20px;
}

.info {
    padding: 6px 8px;
    font: 28px Arial, Helvetica, sans-serif;
    background: black;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h3 {
    font: 32px Arial, Helvetica, sans-serif;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.small-box-legend {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid white;
}

.small-box-chart-legend {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid white;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.rt-tr-group {
    border-bottom: white 1px solid !important;
}

.rt-thead {
    border-bottom: white 2px solid !important;
    border-top: white 2px solid !important;
}

.pagination-bottom {
    border-bottom: white 2px solid !important;
}

.ReactTable .-pagination .-btn {
    color: white !important;
    background-color: rgba(156, 150, 150, 0.5) !important;
}

.ReactTable .-pagination input, .ReactTable .-pagination select {
    color: white !important;
    background-color: black !important;
    border: white 1px solid !important;
}

.ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
    color: white !important;
    background-color: rgba(156, 150, 150, 0.5) !important;
    border: white 1px solid !important;
}

.-sort-asc {
    box-shadow: inset 0 3px 0 0 white !important;
}

.-sort-desc {
    box-shadow: inset 0 -3px 0 0 white !important;
}

.vis-foreground > .vis-group {
    border-bottom: 1px dashed #ffffff !important;
}

.vis-time-axis > .vis-text {
    border-bottom: 1px dashed #ffffff !important;
    color: #ffffff !important;
    font-style: normal;
    font-weight: bold;
}

.vis-label {
    border-bottom: 1px dashed #ffffff !important;
    color: #ffffff !important;
    font-style: normal;
    font-weight: bold;
}

.vis-item .vis-item-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.vis-foreground > .vis-group:nth-of-type(2n), .vis-label:nth-of-type(2n) {
    background: #80808080;
}

.vis-time-axis .vis-grid.vis-odd {
    background: #80808080;
}