.cookiegate:not(.cookiegate-active){
    min-height: 150px;
    background: #fff;
    opacity: 0.8;
}

.cookie-provider-messages{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 400px;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999;
}

@media screen and (max-width: 600px){
    .cookie-provider-messages{
        width: 300px;
        bottom: 100px;
    }
}

.cookiegate-provider-message{
    position: relative;
    opacity: 0.9;
    height: auto;
    background: #000;
    padding: 15px;
    margin-top: 15px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cookiegate-provider-message h4{
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.cookiegate-provider-message p{
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 10px;
}

.cookiegate-provider-message .provider-icon{
    float: left;
    width: 50px;
    height: auto;
}

.cookiegate-provider-message .provider-text{
    padding-left: 60px;
}

.cookiegate-provider-message .provider-link>a{
    color: #fff;
    text-decoration: underline;
}

.cookiegate-provider-message:first-child{
    display: block;
}

.cookiegate-provider-message .provider-consent{
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    background: #fff;
    color: #222;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cookiegate-provider-message .provider-consent:hover{
    text-decoration: none;
}

.cookiegate-provider-message .provider-close{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}