h1, h2, h3, h4, h5, h6 {
    color: rgb(4, 36, 44);
    padding-bottom: 14px;
}
h1 span {
    font-weight: normal;
}
body {
    margin: 0;
    padding: 4px;
    width: 600px;
    background-color: #ffffff;
    font-size: 12px;
    color: rgb(4, 36, 44);
    font-family: Open Sans, sans-serif;
}
ul {
    list-style: none;
    padding: 0;
}
ul span {
    width: 30px;
    height: 18px;
    margin-right: 4px;
    display: inline-block;
}
ul li {
    margin: 0 0 1.3vw 0;
}
div#canvas-holder {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}
div#legend-holder {
    width: 34%;
    display: inline-block;
}
div#description {
    margin-top: 16px;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;

}
p#chart-description {
    padding-bottom: 20px;
}
a {
    color: rgb(4, 36, 44);
    text-decoration: underline;
}
a:hover {
    color: #ccc;
    text-decoration: underline;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    color: #030303;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

pre {
    white-space: pre-wrap;
}

select {
    width: initial !important;
}
