﻿#cookie-table td { padding:10px;}

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: none;
}

#cookie-button {
    width: 25px;
    position: fixed;
    bottom: 25px;
    right: 5%;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
}

#cookie-banner-inner {
    width: 90%;
    height: 80px;
    border-top: 1px solid black;
    text-align: center;
    margin-right: 15px;
    padding: 5%;
    position: relative;
    background-color: #d8d8d8;
    text-align: left;
}

#cookie-banner-icon {
    width: 40px;
    position: absolute;
    top: 20px;
    right: 5%;
    cursor: pointer;
}

#cookie-text {
    width: 200px;
    height: 20px;
    font-weight: bold;
    position: absolute;
    top: 20px;
}

#cookie-text2 {
    max-width: 800px;
    height: 20px;
    position: absolute;
    top: 45px;
}

@media only screen and (max-width: 800px) {
    #cookie-banner img {
        width: 25px !important;
    }

    #cookie-text {
        top: 10px !important;
    }

    #cookie-text2 {
        top: 35px !important;
    }
}
