.cookietab {
    padding: 10px;
    position: fixed;
    left: 1%;
    bottom: 3%;
    color: #fff;
    background: #222;
    border-radius: 30px;
    box-shadow: 0 0 4px #999;
    z-index: 20;
    display: none;
}

.cookietext {
    margin-left: 15px;
    height: 40px;
    line-height: 20px;
    float: left;
}

.cookietext .moreinfo {
    font-size: 12px;
}

.moreinfo A:link      { color: #FFF; text-decoration: underline !important; }
.moreinfo A:visited   { color: #FFF; text-decoration: underline !important; }
.moreinfo A:active    { color: #FFF; text-decoration: underline !important; }
.moreinfo A:hover     { color: #FFF; text-decoration: underline !important; }

.cookieicon {
    width: 40px;
    height: 40px;
    font-size: 32px;
    border-radius: 30px;
    float: left;
}

.iconright {
    margin-left: 16px;
    padding:5px 0 0 4px;
    background: #fff;
    color: #222;
    cursor: pointer;
}

.iconright:hover {
    background: #093;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .cookietab {
        bottom: 12%;
        left: 5%;
        right: 5%;
    }
    
    .iconright {
        margin-left: 20px;
        float: right;
    }
}