/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    format the cookie notice
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#cookie-notice {
    box-sizing: border-box;
    background-color: #F4EFC3;
    text-align: center;
    color: #777;
    display: block;
    font-size: 1.001em;
    width: 100%;
    padding: 6px 4px;
    z-index: 10;
}
div#cookie-notice #cookie-notice-close { 
    float:right;
    background: #FF0000;
    color: #ffffff;
    font-weight: bold;
    width: 1.525em;
    cursor: pointer;
    border-radius: 4px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
