#cookie-bar {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px !important;
}

#cookie-bar {
    background: gray;
    background:    -moz-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.95)), color-stop(100%,rgba(0,0,0,0.95)));
    background: -webkit-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background:      -o-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background:     -ms-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background:         linear-gradient(to bottom,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 3px;
    position: fixed;
    width: 100%;
    z-index: 99999999;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc45484d', endColorstr='#cc000000',GradientType=0 );
}


#cookie-bar *,
#cookie-bar-prompt * {
    line-height: 1.5;
}

#cookie-bar p {
    float: left;
    margin: 0;
    padding: 1rem;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px !important;
    clear: none;
}

#cookie-bar span {
    float: left;
    padding: 1rem;
    clear: none;
}

#cookie-bar-button {
    background-color: #fe3c00;
    border-bottom: 0px;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}

#cookie-bar-button-no {
    border-bottom: 0;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}

#cookie-bar-button-yes-modal {
    background-color: #fe3c00;
    border-bottom: 0px;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}

#cookie-bar-button-no-modal {
    border-bottom: 0;
    border-radius: 5px;
    color: black !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}

#cookie-disallow-modal.close {
    display: none !important;
    visibility: hidden !important;
}

#cookie-bar-prompt-button {
    cursor: pointer;
    color: #fe3c00;
}

.clear {
    clear: both;
}

#cookie-disallow-modal
{
    position: fixed;
    z-index: 9999999;
    top: 10vh;
    border-radius: 0.5rem;
    border: 0 none;
    box-shadow: 0px 0px 60px rgba(0,0,0,0.7);
}
