﻿.CookieNotification
{
    display: block;
    border-bottom: 1px solid #cecece;
    color: #767676;
    text-align: left;
    background-color: #FFFFFF;
}

.CookieNotification.Desktop
{
    font-size: 13px !important;
    margin-bottom: 13px !important;
    line-height: 1.2em;
}
.CookieNotification.Desktop p
{
    font-size: 1em !important;
}
.CookieNotification.Mobile
{
    line-height: 1.4em;
    font-size: 8pt;
}
.CookieNotification p
{
    margin: 0;
    padding: 10px;
}
.CookieNotification a
{
    color: #767676;
    text-decoration: underline !important;
}
.CookieNotification a:hover
{
    text-decoration: none !important;
}