/**
 *  Cookie popup override
 */
#sliding-popup.sliding-popup-bottom {
    background: #003399 !important;
    padding: 15px;
    height: auto !important;
}

#sliding-popup .popup-content #popup-buttons button {
    background: #EF7113 none repeat scroll 0% 0% !important;
    border: 1px solid #BD4000;
    border-collapse: separate !important;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1em 1.5em;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}