#cp-notification
{
    position: fixed !important;
    z-index: 99999998 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #FFF !important;
}

#cp-notification.cp-bottom
{
    bottom: 0 !important;
}

#cp-notification.cp-style{
    background: #1D1D1D !important;
    background-color: rgba(29, 29, 29, 0.95) !important;
    color: #F5F5F5 !important;
    border-bottom: 1px dotted #CCCCCC !important;
    font-size: 11pt !important;
    box-shadow:0px 0px 8px #000;
}

#cp-notification #cp-notification-wrapper
{
    padding: 0px 32px 10px 32px !important;
    max-width: 1100px;
    margin: 0 auto;
}

#cp-notification h2
{
    font-size: 12pt;
    letter-spacing: -0.05em;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    line-height: 20px;
    text-transform: initial !important;
    color: white !important;
    float: left;
}

#cp-notification h2 a
{
    letter-spacing: -0.05em;
    font-size: 13pt;
    margin-left: 10px
}

#cp-accept-button
{
    width: 180px;
    margin: 0 auto;
}

#cp-close-button
{
    position: absolute;
    top: 20px;
    color: white !important;
    right: 20px
}

#cp-close-button:hover
{
    font-weight: bold;
    text-decoration: none;
    color: white
}

.cp-required-box{
    border: 0px;
    background-color: #efefef;
    padding: 20px;
    margin: 5px;
    box-shadow:0px 0px 8px #efefef;
}

