#cookieNotice {
    border: 2px solid #f66;
    display: none;
    padding: 10px;
    font-family: Verdana;
    font-size: 16px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    color: black;
    text-align: center
}

#cookieNoticeButton {
    font-size: 16px;
    background: none;
    background-color: #f99 !important;
    border: 0;
    padding: 6px;
    border-radius: 5px;
    color: white;
}

#cookieNoticeButton:hover {
    background: none;
    background-color: #f66 !important;
}

/*.m-0 {
    margin: 0;
}*/

.font-basic {
    font-size: 12pt;
    font-family: 'Times New Roman', serif;
}

.text-danger2 {
    color: #ff0000;
}

.text-underline {
    text-decoration: underline;
}

.line-height-107 {
    line-height: 107%;
}

.font-size-10 {
    font-size: 10pt;
}

.btn-primary {
    padding: .15rem .5rem;
    line-height: 1.45;
    min-width: 7.5rem;
}

/*
.mt-2 {
    margin-top: 14pt;
}
.mb-2 {
    margin-bottom: 14pt;
}
.my-2 {
    margin-top: 14pt;
    margin-bottom: 14pt;
}
.text-center {
    text-align: center;
}*/
