﻿.cookieLaw
{
    background-color: #0768a9;
    border-bottom: 10px solid #fafafa;
    border-top: 10px solid #fafafa;
    display: none;
}

.cookieLawText
{
    width: 940px;
    color: white;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 15px;
}

.cookieLawButtons
{
    margin: 0 auto;
    width: 940px;
    text-align: center;
    padding: 18px;
}

.cookieLawButtons input[type=button]
{
    font-size: 16px;
    font-weight: bold;
}

input[type="button"].btnCLApprove
{
    border: none;
    width: 122px;
    height: 42px;
    background-color: #bade94;
    color: #0768A9;
    cursor: pointer;
    margin-right: 10px;
    font-size: 1.1em;
    margin-left: 0px;
}

input[type="button"].btnCLDecline
{
    border: none;
    width: 122px;
    height: 42px;
    background-color: #f7f7f7;
    color: #b9b9b9;
    cursor: pointer;
    margin-left: 0px;
}

.clPolicy
{
    font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
    color: white !important;
}

.cookieLawBottomEmpty
{
    height: 15px;
    display: none;
    background-color: white;
}

.cookieLawTopImportant
{
    top: 317px !important;
}
