.ct-legend {
    float: left;
    margin-top: 3px;
    padding-left: 30px;
}

.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    display: inline-block;
}

.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
}

.ct-legend li.inactive:before {
    background: transparent;
}

#divChart .ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206;
}

#divChart .ct-legend .ct-series-1:before {
    background-color: #009efb;
    border-color: #009efb;
}

#divChart .ct-series-b .ct-bar {
    stroke: #d70206;
}

#divChart .ct-series-c .ct-bar {
    stroke: #009efb;
}

#divChart .ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}

#divChart .ct-legend .ct-series-3:before {
    background-color: #d17905;
    border-color: #d17905;
}

#divChart .ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f;
}

#divChart .ct-chart-line-multipleseries .ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206;
}

#divChart .ct-chart-line-multipleseries .ct-legend .ct-series-1:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}

#divChart .ct-chart-line-multipleseries .ct-legend li.inactive:before {
    background: transparent;
}

#divChart .ct-label.ct-horizontal {
    position: relative;
    transform: rotate(-90deg);
    transform-origin: left top;
    bottom: -60px;
    white-space: nowrap;
}

.ct-chart-bar {
    overflow: visible;
}

.ptButton {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 22px;
}

#codesTable th, #faultsTable th {
    background-color: black;
    color: white;
    text-align: center;
}

#codesTable td, #faultsTable td {
    background-color: lightgrey;
    text-align: center;
}

#divChart {
    padding-top: 5px;
}

.ct-line {
    stroke-width: 2px !important;
}

.ct-point {
    stroke-width: 5px !important;
}

html {
    font-size: 100%;
}

#sessionLabel {
    font-weight: bold;
    background-color: green;
    color: white;
}

#sessionLabel, #btnFlag {
    font-size: 13pt;
}

#btnFlag {
    cursor: pointer;
    padding-left: 5px;
}

#codesDiv {
    padding-top: 10px;
}

#divCodesChart .ct-series-a .ct-bar {
    stroke: green;
}

#divCodesChart .ct-series-b .ct-bar {
    stroke: orange;
}

#divCodesChart .ct-series-c .ct-bar {
    stroke: red;
}

#divCodesChart .ct-legend .ct-series-0:before {
    background-color: green;
    border-color: green;
}

#divCodesChart .ct-legend .ct-series-1:before {
    background-color: orange;
    border-color: orange;
}

#divCodesChart .ct-legend .ct-series-2:before {
    background-color: red;
    border-color: red;
}

#speedDiv {
    margin-top: 70px;
    float: left;
    width: 100%;
}

#divSpeedChart .ct-series-a .ct-line, #divSpeedChart .ct-series-a .ct-point {
    stroke: #f4c63d;
}

h4, #divCodesChart, #divChart {
    float: right
}

#faultsTable {
    float: left;
}

#divCodesChart, #divChart {
    width: 80%;
}

h4 {
    margin: 0;
}

#codesTable, #faultsTable {
    width: 20%;
}

#divLoadingChart {
    font-family: Arial;
    overflow: hidden;
    padding-top: 3px;
    padding-left: 9px;
    padding-right: 8px;
    padding-bottom: 0;
}
