.osm-donate-link {
    position: relative;
    clear: both;
    float: right;
}

.osm-cookie-consent-wrapper {
    position: relative;
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #333;
    padding: 0;
    margin: 0;
    border: 1px solid #dfdfdf;
    background: #fcfcfc;
}
.osm-cookie-consent-separator {
    overflow: hidden;
    position: relative;
    clear: both;
    margin: 4px 0;
}
.osm-cookie-consent-row {
    overflow: hidden;
    position: relative;
    clear: both;
    padding: 10px 15px;
}
.osm-cookie-consent-row hr {
    clear: both;
    width: 100%;
    height: 1px;
    color: #dcdcdc;
    margin: 10px 0px;
    border: 0;
    background-color: #dcdcdc;
}

.osm-cookie-consent-col-1,
.osm-cookie-consent-col-2 {
    float: left;
    display: inline;
    margin-right: 2%;
}
.osm-cookie-consent-col-1 { width: 21%;}
.osm-cookie-consent-col-2 { width: 75%;}

.custom_media_item img { max-width: 150px;}

.cc_banner-wrapper {
    position: relative;
    z-index: 9001;
}
.cc_container {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #fff;
    padding: 15px;
    background: #272727;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cc_container a,
.cc_container a:visited {
    color: #31a8f0;
    text-decoration: none;
}
.cc_container a:hover,
.cc_container a:active {
    color: #31a8f0;
    text-decoration: underline;
}
.cc_container .cc_btn {
    display: block;
    float: right;
    max-width: 110px;
    line-height: 1em;
    font-size: 0.875em;
    color: #ffffff;
    text-align: center;
    padding: 8px 10px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dc0105;

}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    color: #f1f1f1;
    text-decoration: none;
    background-color: #a60105;
}
.cc_container .cc_message {
    display: block;
    font-size: 0.875em;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}