#cookieBarInnerText{
    display:none;
}

.cookieInfo {
    font-size: 1.2em;
    margin: 0 30px 0 0;
}

.cookieInfo, .cookieBar {
    background-color: white;
    margin: 2px;
    z-index: 9999;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.cookieInfo .closecookiebar {
    position: absolute;
    right: 10px;
    top: 6px;
}
.cookieActionLink {cursor: pointer;}
.cookieBar .cookieInfo a {
    color: #333;
    font-weight: bold;
}
.cookieBar .cookieInfo a:hover,
.cookieBar .cookieActionLink:hover {
    color: #333;
    text-decoration: underline;
}
.cookieActionClose {
    cursor: pointer;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 6px;
}
.cookieActionClose:hover {color: #F38900;}

.cookieBar span {
    font-size: 1.2em;
    display: block;
    margin: 0 90px 0 0;
}
.cookieBar .cookieActionLink { cursor: pointer; }
.cookieBar button {
    cursor: pointer;
    float: right;
    font-weight: bold;
    border: #000 solid 1px;
    background: #eee;
    margin: -19px 0 0;
    padding: 2px 7px;
}

.cookieBar  a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
.cookieBar {
    /*display: none;*/
    margin-bottom: 5px;
    padding: 0;
    box-shadow: 0 0 3px grey;
    padding: 7px 10px;
}
