.cookie-consent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 350px;
    font-size: 11pt;
    box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.25);
    display: none;
    border-radius: 5px;
}

.cookie-consent .close {
    font-size: 14pt;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.cookie-consent .message {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.cookie-consent .actions {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


.cookie-consent .btn-accept {
    background-color: #647ee8;
    border-radius: 15px;
    border: solid 1px #647ee8;
    padding: 8px 17px 8px 17px;
    color: white;
    font-size: 11pt;
}