.bg-cyan {
    background-image: url(https://phenomenal-h2020.eu/home/wp-content/uploads/2016/img/bg-cyan.jpg);
}
.body {
    max-width: 1120px;
    margin: 0 auto;
}
.feature{
    background:url(feature.png) no-repeat !important;
    background-position: 0px 5px !important;
 }
.bug{
    background:url(bug.png) no-repeat !important;
    background-position: 0px 5px !important;
}
.chore{
    background:url(chore.png) no-repeat !important;
    background-position: 0px 5px !important;
}
.release{
    background:url(release.png) no-repeat !important;
    background-position: 0px 5px !important;
}
.level0{
    background:url(https://phenomenal-h2020.eu/home/wp-content/uploads/2016/img/select_0_linear.png) no-repeat !important;
}
.level1{
    background:url(https://phenomenal-h2020.eu/home/wp-content/uploads/2016/img/select_1_linear.png) no-repeat !important;
}
.level2{
    background:url(https://phenomenal-h2020.eu/home/wp-content/uploads/2016/img/select_2_linear.png) no-repeat !important;
}
.level3{
    background:url(https://phenomenal-h2020.eu/home/wp-content/uploads/2016/img/select_3_linear.png) no-repeat !important;
}
.results{
    height:400px;
    overflow-y: auto;
}
@media screen and (max-width: 1000px) {
    body {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding: 10px;
    }
}