@charset "UTF-8";
/* CSS Document */

body {

}

.content-division.col-lg-9 {
    width: 100%;
}

a {
    color: #cc4e0b;
    text-decoration: none !important;
}

a:hover {
    color: #0b2341;
}

.reg-date-time {
    font-size: 20px;
}

.reg-location {
    font-size: 18px;
}

.form-label {
    margin-bottom: 0.2rem;
}

/*******EU-Cookie-Pop-up************/
#eu-cookie-law{
    margin:1.5em 3em;
    padding: 1em 1.5em .5em 1.5em;
    border-radius:10px;
    font-size:18px;
    background:rgba(73, 110, 156, .95);
    color: #fff;
    border-color:#496e9c;
}

#cookie-thumbsup .fa {
    font-size:2em;
    color:#496e9c;
    padding-right:.5em;
    padding-left:.5em;
}

#cookie-statement p {
    margin:auto;
}

#cookie-statement a {
    text-decoration: underline; 
    color: #fff;
}



