#js-europes-asylum-seekers p.chart-subtitle {
    font-family: "abril-text",Georgia,"Times New Roman",Times,serif;
    font-size: 1.7em;
    font-style: italic;
    color: #000;
}

#js-europes-asylum-seekers p.source {
    color:#888;
    font-size:1.2em;
    font-style:normal;
    font-family:"franklin-gothic-urw",Verdana,Geneva,sans-serif;
}
/*dropdown button*/
#js-europes-asylum-seekers select {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    text-overflow: "";
    background-image: url(http://i62.tinypic.com/15xvbd5.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 5px 10px;
    white-space: nowrap;
    width: 100%;
    max-width: 200px;
    height: 35px;
}

.dropdown {
    display: flex;
}

.f32 {
    padding-bottom: 0px !important;
    padding-left: 15px !important;
}

.hc-container {
    height: 400px;
}

.high-values {
    width: 100%;
    max-width: 640px;
    margin-bottom: 25px;
}


/*firefox arrow is annoying, let's hide it*/
@-moz-document url-prefix() {
    select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
    }
}

@media only screen and (max-width: 400px){
    .hc-container {
        height: 300px;
    }
}
