/* https://w3bits.com/labs/javascript-slidetoggle/ */

#privacyContainer {
    z-index: 9999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #cccccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;   
    display: block;
    position: fixed;
    bottom: 0;  
    right:10px;
    /* background-color:  rgb(29, 29, 29, 0.95) ; */
    background-color:  rgb(29, 29, 29) ;
    padding: 10px 15px 0 15px;
    width: 400px;
}
#hidePrivacyContainer{
    float:right;
    font-weight: bold;
    margin-top: -18px;
    cursor:pointer;
    width: 25px;
}
#privacyContainer h1 {
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    color: White;
}
#privacyContainer a{
    font-weight: bold;
    color: #ffffff;
}
#privacyFooter {
    margin: 20px 0 0 0;
}


#privacyContainer p {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

#privacyFooter button {
    padding: 2% 36% 2% 36%;
    background-color: white;
    border-radius: 8px;    
    color: #1d1d1d;
    font-weight: bold;
    cursor:pointer;
}

#privacyContainer a:link {
    color: #83CAFF;
    background-color: transparent;
    text-decoration: none;
}

#privacyContainer a:visited {
    color: #a4d8ff;
    background-color: transparent;
    text-decoration: none;
}

#privacyContainer a:hover {
    color: #ffe583;
    background-color: transparent;
    text-decoration: underline;
}

#privacyContainer a:active {
    color: #ffc900;
    background-color: transparent;
    text-decoration: underline;
}
