
#cookiesdirective {
    text-align: center;
}

.cookiefooter {

    background-color: #323232;

    display: inline-block;

    font-size: 12px;

    margin: 0 auto;

    padding: 0.5em 180px 0.5em 1em;

    position: relative;

    width: auto;

}

.cookiefooter p {
    color: white;
}

.cookiefooter a {
    color: #A6A6A6;
    border-bottom: 0px dotted #A6A6A6;
    text-decoration: none;
}

.cookiefooter input:hover {
    background: #858A90;
}

.cookiefooter input {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    height: 100%;
    border: 0px;
    background: #797F85;
    color: white;
    -webkit-appearance: none;
    border-radius: 0px;
}