 #cookies-box {
    max-width: 600px;
    background-color: rgb(29, 29, 29);
    background: none repeat scroll 0 0 rgba(29, 29, 29, 0.94);
    color: #F5F5F5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-left: 20px;
    z-index:9999;
}
    
#cookies-box > #hide {
    display: table;
    margin: 0 auto;
    max-width: 600px;
    padding: 20px;
}
    
#cookies-box > #hide > div.content {
    width:100%;
    float:left;
}
#cookies-box > #hide > div.content > div.close {
    width:15%;
    float:left;
    padding-top: 25px;
}
    
#cookies-box input {
    display: table;
    width: 18px;
    height: 18px;
    background-color: transparent;;
    background-image: url('../img/close.png');
    background-size: 18px;
    border: 0;
    font-size: 0 !important;
    transition: all .5s;
}
    
#cookies-box > #hide > div.close > input#close {
    float:right;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
}
    
#cookies-box > #hide > div.close > input:hover {
    opacity: .7;
}
    
#cookies-box > #hide > div.content > h4 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 0px;
    margin: 0;
    color: #fff;
}

#cookies-box > #hide > div.content > p {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

#cookies-box > #hide > div.content > p a {
    font-size:12px;
    background:none;
    color: #3665fe;
    text-decoration:none;
    font-weight:600;
}

#cookies-box > #hide > div.content > p a:hover{
    font-size:12px;
    color: #3665fe;
    background:none;
    text-decoration:underline;
    font-weight:600;
}