﻿.gdpr-container {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.89);
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10000000000;
}
.gdpr-box {
    display: block;
    margin: auto;
    color: #ADADAD;
    width: 1017px;
}
.gdpr-box-header {
    font: Normal 700 1em Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 2.125em;
}
.gdpr-box-contents {
    font: Normal 300 0.85em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;

}
.gdpr-box-link {
    color: #fff !important;
    text-decoration: underline;
}
.gdpr-box-continue-btn {
    background: url('../GDPR/RSApps_GDPR_Btn.png') no-repeat;
    display: block;
    width: 219px;
    height: 31px;
    float: right;
    cursor: pointer;
}
