/*
 * Cookie consent
*/
#yp-cookie-consent {
    position: fixed !important;
    z-index: 1 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -5px 5px -5px !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    background: #FFF;
    color: #585858;
    font-size: 14px !important;
    line-height: 18px !important;
    display: none;
    padding: 15px;
}
#yp-cookie-consent a,
#yp-cookie-consent a:hover {
    color: #0082b2 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    background: none !important;
}