﻿#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 10px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #5a5a5a;
    padding: 20px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 14px;
    font-weight: bold;
    color: #f6f6f6;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 5px;
}

#cookieinfo p {
    font-size: 11px;
    color: #f6f6f6;
    line-height: 1.3em;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: red;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #e9e9e9;
}