body {
    font-family: 'GothamHTF-Book',sans-serif;
    font-size: 1em;
    line-height: 160%;
    color: #666;
}

h5 {
    font-family: 'GothamHTF-Medium',sans-serif;
    color: #39393A;
    font-weight: 600;
}

div.alert-primary {
    color: #004e70;
    background-color: #E1F0F7;
    border-color: #BED9E5;
}

button.sector-selection {
    color: #ffffff;
    background-color: #004e70;
    border-color: #004e70;
}

div.content {
    padding-top: 20px;
}

div.alert {
    font-size: .85rem;
}

#byCountryChart {
    height: 500px;
}

#byYear {
    height: 540px;
}

#bySource {
    height: 300px;
    margin-bottom: 30px;
}

#bySector {
    padding-top: 40px;
    height: 300px;
}

#countryComments {
    cursor: pointer;
}

.btn-primary {
    background-color: #145eaf;
    border-color: #145eaf;
}

#yearsRange {
    display: none;
    margin-bottom: 0;
    padding: 12px;
}

#yearsRange div.slider-horizontal {
    margin: 0 10px;
}

#yearsRange .slider-selection {
    background: #BED9E5;
}

p.license {
    font-size: .8em;
    text-align: center;
    color: #999;
    padding: 0 10px;
    line-height: 1.75em;
}

@media only screen and (min-width: 768px) {
    #byYear {
        height: 340px;
    }
}
