﻿.cookieConsentDiv {
    z-index: 1010;
    position: fixed;
    width: 99%;
    bottom: 0;
    background-color: #fff;
    border:1px solid #808080;
    padding: 20px 30px 20px 30px;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 30px 30px 0 0;
    right:0;
    left:0;
    margin:auto;
}
.cookieConsentDiv .cookieConsent-desc {
    display:inline-block;
    text-align: justify;
}

.cookieConsentDiv .cookieConsent-buttons {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 8px;
}



.cookieConsentDiv a {
    font-weight:bold;
    border-bottom:1px solid #001c49;
    color:#001c49;
}