.qucookies {
    color: #FFFFFF;
    background-color:#000;
    width: 100%;
    text-align: center;
    font-family: "Helvetica Neue", "Arial",
    sans-serif;
    position: fixed;
    bottom: 0;
    padding: 5px;
    opacity: 0.90;
    filter: alpha(opacity=90);
    z-index: 100000;
    border-top: 1px solid #333;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.qucookies p {
    color: #888;
    padding: 9px 70px 0 70px !important;
    margin: 0 0 7px 0;
    font-size: 12px;
}

.qucookies p a, .qucookies p .url {
    color:#00FA30;
    text-decoration: none;
    font-weight: bold;
	cursor: pointer;
}

.qucookies div.btn-close {
    cursor: pointer;
    color: #00FA30;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 9px;
    right: 0;
    float: right;
    margin-right: 25px;
}

.qucookies div.btn-close :hover {
    color: #00FA30;
}

.qucookies div.btn-close span {
    position: absolute;
    bottom: -4px;
    right: 6px;

    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.qucookies.noOpacity {
    opacity: 0;
    filter: alpha(opacity=0);
}

.qucookies.noVisible {
    display: none;
}

@media (max-width: 992px) {
    .qucookies div.btn-close {
        position: relative;
        float: none;
        top: 5px;
        margin: 0 auto;
    }
    .qucookies p {
        padding: 9px 15px 0 15px !important;
    }
}