.cookiesText {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;

    background: #fff;
    color: #999;
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    position:fixed;
    bottom:0;
    left:0;
    width: 100%;
    right:0;
    padding: 10px 30px 15px;
    border-top: 1px solid #d2d2d2 !important;
    height: 58px;
    z-index: 10;
}

.cookiesText .cookiestextIn {
    color: #000000;
    width:60%;
    float: left;
}

.cookiesText .confirm {  
    display: block;
    width: 20%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 32px;
    font-family: "Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;
    padding: 2px 20px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: rgba(12, 197, 214, 0.96);
}

.cookiesText .confirm a {
    color:white;
}

.cookiesText .moreinfo {  
    display: block;
    width: 20%;
    margin-left: 10px;
    float: right;
    max-width: 120px;

    text-decoration:underline;
    font-size: 14px;
    line-height: 32px;
    padding: 2px 20px;
    text-align: center;
    font-weight: bold;
}