﻿.cookie-notice-container {
    font-family: "Benton Sans Cond Bd";
    font-size: 16px;
    padding-bottom: 19px;
    padding-top: 19px;
}

.cookie-notice-container .cn-button {
    background-color: #00307e;
    border-radius: 10px;
    font-family: "Benton Sans Comp Bd", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 16px;
    padding: 10px 20px 9px;
    text-transform: uppercase;
}

.cookie-notice-container .cn-button:hover {
    background-color: #00296b;
}

/*******************************************************************************
*  Tablet
*******************************************************************************/
@media all and (max-width: 640px) {
    .cookie-notice-container {
        padding: 15px 20px;
    }
}
