.cookie-wrapper, p.cookie-wrapper  {
    z-index: 8000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;

    padding: 20px 0;
}
.cookie-wrapper a {
    text-decoration: none;
    font-weight: bold;
}

.cookie-hidden {
    display: none;
}

#cookie-policy {
    width: 800px;
    padding: 25px 0;
}
#cookie-policy h1 {
    font-family: 'Verdana', sans-serif;
    background: none;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    color: #343434;
}
#cookie-policy h2 {
    font-family: 'Verdana', sans-serif;
    background: none;
    font-size: 19px;
    line-height: 19px;
    margin: 30px auto 10px;
    font-weight: bold;
    text-align: left;
    color: #444444;
}
#cookie-policy h3 {
    font-family: 'Verdana', sans-serif;
    background: none;
    font-size: 15px;
    line-height: 15px;
    margin: 15px auto 7px;
    font-weight: bold;
    text-align: left;
    color: #444444;
}
#cookie-policy p, #cookie-policy strong {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #292929;
    text-align: justify;
}
#cookie-policy p.cookie-update-date {
    font-size: 11px;
    line-height: 14px;
    margin: 20px auto;
    color: #555555;
    text-align: center;
}

#cookie-policy table {
    margin: 0 auto;
    width: 90%;
    border-spacing: 0;
    border-top:1px solid #989898;
    border-left:1px solid #989898;
    padding: 0;
}
#cookie-policy table th {
    padding: 15px 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    
    border-right:1px solid #989898;
    border-bottom:1px solid #989898;
    background: #e2e2e2;
}
#cookie-policy table td {
    padding: 15px 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;

    border-right:1px solid #989898;
    border-bottom:1px solid #989898;
    background: #f3f3f3;
}
#cookie-policy ul {
    margin-left: 40px;
    list-style: disc;
}

#cookie-policy ul li p {
    padding-right: 20px;
}

.cookie-accept, .cookie-info, 
a.cookie-accept, a.cookie-info {
    display: inline-block;
    padding: 5px 15px;
    margin: 15px 7px 7px;
    
    font-size: 14px;
    text-transform: uppercase;
}