#content,
.actionbox,
.well {
    padding-bottom: 0
}

.b {
    font-weight: 700
}

.actionbox,
.well {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.actionbox hr {
    border-top: 1px solid #ccc
}

.table-hover>tbody>tr.selected>td,
.table-hover>tbody>tr.selected>th,
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #243c54;
    color: #fff;
    cursor: pointer
}

.lead,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif
}

p.indent {
    margin-left: 50px
}

.chart-content {
    position: relative
}

.modal,
.modal-backdrop {
    position: absolute!important
}

.modal-header {
    background-color: #0079c2;
    padding: 5px 10px
}

.modal-title {
    color: #fff
}

#stickyChart {
    padding: .5ex
}

#stickyChart>hr {
    margin: 15px 0 10px
}

#sidebar.stick,
#stickyChart.stick,
#stickyTable.stick {
    width: inherit;
    background-color: #E3E6E8;
    margin-top: 0!important;
    position: fixed;
    top: 0;
    z-index: 10000
}

#sidebar {
    font-size: 14px
}

@media (min-width:768px) {
    .chartWidth {
        width: 720px
    }
}

@media (min-width:992px) {
    .chartWidth {
        width: 940px
    }
}

@media (min-width:1200px) {
    .chartWidth {
        width: 1140px
    }
}

.modal.modal-wide .modal-dialog {
    width: 70%
}

.modal-wide .modal-body {
    overflow-y: auto
}

.container h2 {
    margin-top: 10px;

}

g.highcharts-button text tspan {
    fill: white
}

g.highcharts-button text tspan:hover {
    fill: #b7d6e9;
}

g.highcharts-button-symbol:hover {
    fill: #b7d6e9;
}

g.exportButton rect {
    height: 40px;
}

.table.data {
    font-family: Roboto;
}

#content {
    margin-top: 0px;
}

#chart-left,
#chart-right {
    height: 400px;
    margin-top: 1em;
}