.insusite-cookie-popup {
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    font-family: 'Helvetica';
    text-align: center;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0); /* IE 5-7 */

    /* Modern Browsers */
    opacity: 0;
    color: white;
}

.insusite-cookie-popup a,
.insusite-cookie-popup a:hover,
.insusite-cookie-popup a:visited,
.insusite-cookie-popup a:active {
    color: white;
    text-decoration: underline;
}

.insusite-cookie-popup-text {
    /*padding: 15px;*/
}

.insusite-cookie-popup-text p, .insusite-cookie-popup-text a, .insusite-cookie-popup-text a:visited {
    font-weight: 400;
    margin: 0;
}

.insusite-cookie-popup-text p, .insusite-cookie-popup-text a, .insusite-cookie-popup-text a:visited {
    padding: 10px 0;
    color: #FFFFFF !important;
    font-size: 12px;
}

.insusite-cookie-popup-text p {
    padding-top: 0;
    color: #FFFFFF !important;
    font-size: 12px;
}

.insusite-cookie-popup-text a {
    display: block;
    text-decoration: underline;
}

.insusite-cookie-popup-buttons {
    margin-top: 10px;
}

a.agree-button, a.disagree-button {
    padding: 10px 0;
    min-width: 150px;
    font-size: 14px;
    color: #FFFFFF !important;
    border: none;
    text-decoration: none !important;
}

a.agree-button {
    background-color: #59a924;
    display: inline-block;
    text-align: center;
}

a.disagree-button {
    background-color: #b51f31;
    display: inline-block;
    text-align: center;
}