#cookies-message-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#cookies-message {
    padding: 3px 0px;
    font-size: 12px;
    border-top: 2px solid #152e52;
    text-align: center;
    line-height: 2em;
    background-color: #efefef;
    width: 100%;
    z-index: 999;
}

#cookies-message a.cbutton {
    background-color: #152e52;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}