.message {

}
.message span.cookie-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0.4em 0 0;
}
.message #pages {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 15px;

}
.message a {
    text-decoration: underline;
}
.message a:hover {
    text-decoration: none;
}

.message .close a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.message .close a:hover {
    text-decoration: underline;
}
.table {
    margin-top: 15px;
}
.table tbody tr td p {
    margin-right: 15px;
}

.cookienoticeModal .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 625px;
    overflow: auto;
    border-radius: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cookienoticeModal .modal-content .privacy p {
    margin-bottom: 15px;
}
.cookienoticeModal .modal-content .privacy ul {
    list-style: disc;
    margin-left: 15px;
}
.cookienoticeModal {
     display: none; /* Hidden by default */
     position: fixed; /* Stay in place */
     z-index: 1000; /* Sit on top */
     padding-top: 100px; /* Location of the box */
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.privacy {
    display: none;
}

.cookieInfo {
    display: none;
}
.later{
    text-decoration: underline;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
}
#accept {
    width: 40%;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #0097d8;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 25px 12px;
    margin-top: 15px;
}
#accept:hover {
    cursor: pointer;
    opacity:0.9;
}
@media only screen and (min-height: 300px) and (max-width: 625px) {
    .cookienoticeModal .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        margin-top: 15%;
        overflow: auto;
        border-radius: 9px;
    }
    .cookienoticeModal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1000; /* Sit on top */
        padding-top: 0; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    .message {
        height: auto;
    }
    .message #pages p {
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        text-align: center;
    }
    .privacy {
        height: auto;
        display: none;
    }
    .cookieInfo {
        height: auto;
        display: none;
    }

    #accept {
        width: 100%;
    }
}
@media only screen and (max-height: 300px) and (max-width: 625px) {
    .cookienoticeModal {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .cookienoticeModal .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        height: auto;
        overflow: auto;
        border-radius: 9px;
        margin-top: 5%;
    }

}