/* ========================================================================= */

div.cookieConsent {
    height: initial;
    background-color: #303030;
    color: #f5f5f5;
    letter-spacing: 0.2px;
    word-spacing: 0.7px;
    box-shadow: 0px 0px 2px 2px #606060;
    position: fixed;
    width: 100%;
    top: -125px;
    left: 0px;
    transition: top 1s ease-in-out, opacity 0.2s ease-out;
    -webkit-transition: top 1s ease-in-out, opacity 0.2s ease-out;
    -moz-transition: top 1s ease-in-out, opacity 0.2s ease-out;
    -ms-transition: top 1s ease-in-out, opacity 0.2s ease-out;
    -o-transition: top 1s ease-in-out, opacity 0.2s ease-out;
    opacity: 0;
    z-index: 1000;
}

div.cookieConsent div.info {
    display: inline-block;
    font-size: 13;
    width: 85%;
    margin: 10px;
}

div.cookieConsent div.close {
    color: #000000;
    font-size: 15;
    border-radius: 50%;
    background-color: #f0f0f0;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 20%;
    right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #efb7a5;
    cursor: pointer;
}

div.cookieConsent a {
    white-space: nowrap;
}

div.cookieConsent div.close:hover {
    background-color: #ffffff;
}
