#cookie-notice .button.bootstrap {
    background-image: none!important;
}

#cn-more-info:before {
    content: '▶';
    margin-right: 5px;
    text-decoration: none!important;
}

#cn-more-info {
    background-color: #0f182e!important;
    border-color: #0000!important;
    box-shadow: none!important;
    /*text-decoration: underline!important;*/
}

h1, .h1 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

h2, .h2 {
    margin-top: 0px!important;
    margin-bottom: 15px!important;
}

h3, .h3 {
    margin-top: 0px!important;
    margin-bottom: 15px!important;
}

 .textwidget li {
    text-indent: -11px;
    padding-left: 15px;
}

@media screen and (min-width: 1200px) {
.hide-desktop {display:none;}
}

@media screen and (max-width: 670px) {
.hide-tiny{display:none;}
}


