﻿body {
    padding-top: 5px;
    padding-bottom: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.sidebar {
    background: #3c4b5a;
}

.chart-legend {
    width: 100%;
}

.box {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.red {
    display: inline-block;
    background: #D70206;
    margin-right: 5px;
}

.white {
    display: inline-block;
    background: #FFFFFF;
}

.orange {
    display: inline-block;
    background: #D17905;
}

.yellow {
    display: inline-block;
    background: #F4C63D;
}





