/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

.cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 200px 10px 20px;
    background: rgba(255, 255, 255, 0.91);
    border-top: 2px solid #e0d4cd;
    z-index: 2000;
}
.cookie-message a.cookie-close-button {
    position: absolute;
    top: 0;
    *top: -2px;
    right: 20px;
    cursor: pointer;
}
.cookie-message p {
    margin: 0.6em 0;
    float: left;
    width: 90%;
}
.cookie-message > button {
    right: 20px;
    position: absolute;
    top: 10px;
}
@media (max-width: 767px) {
    .cookie-message {
        padding: 12px;
    }
    .cookie-message a.button {
        position: static;
        display: block;
    }
    .cookie-message > button {
        right: 0;
        position: relative;
        top: 0;
    }
}
#cookie-optout-form label {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    font-weight: 300;
}
