

.cookies-wrapper{

    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    z-index: 999999999;
    color:#000;
    background-color: #e9e9ff;;
    position:absolute;
    width:100%
}

.cookies-frame{

    display: inline-block;
    cursor: pointer;
    height: auto;
    width: 100%;
    margin: 0px auto;  
    padding: 10px 10px;
    max-width: 1200px;
    float:none;
    text-align:center;
}

.cookies-title{
    font-size: 26px;
}


.cookies-button{

    /*color: white;
    text-align: center;
    background-color: #28a745;
    width: 150px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    padding-bottom: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 10px;*/
    float: right;

}

a.closeCookie, a.closeCookie:link, a.closeCookie:hover, a.closeCookie:visited  {
    text-decoration: none !important;
}

.cookies-text p{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.cookies-text a, .cookies-text a:link, .cookies-text a:visited, .cookies-text a:active, .cookies-text a:hover {

    font-size: 14px;
    line-height: 1.62;
    color: #000 !important;
    text-decoration: underline;
}

.cookies-politics a:first-of-type{
    border-right: solid 1px #979797;
    padding-right: 5px;
}

.cookies-politics{

}


.hidden { display: none; }