.mi {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.inputhide {
    display: none;
}
input[type="checkbox"] + .mi, 
input[type="radio"] + .mi {
    cursor: pointer;
    color: #009fbb;
    font-size: 23px;
}    
input[type="radio"]:checked + .mi-radio:before {
    content: "\e837";
}
input[type="radio"] + .mi-radio:before {
    content: "\e836";
}
.cookie-consent-header{
    display: flex;
    justify-content: space-between;
	max-height: 30px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}
.cookie_fields,
.cookie_fields label{
    display: flex;
}
.cookie_fields label span.mi-radio{
    margin-left: 10px;
}
.cookie_fields label span:last-child{
    margin-top: 5px;
    margin-left: -3px;
}
.cookie_fields input{
    display: none;
}
p.underlinehdr{
	border-bottom:solid 1px rgb(55, 55, 55);
}
.cookiesTable {
    width: 100%;
    clear: both;
}
.cookiesTable table {
    width: 100%;
    padding: 0;
    margin-top: 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.cookiesTable table tr:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.cookiesTable table th.cookie, .cookiesTable table td.cookie {
    width: 20%;
}
.cookiesTable table .darkbg th {
    background-color: #edeff4;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.cookiesTable table td, .cookiesTable table th {
    padding: .5em;
    border-right: 1px solid #ddd;
    text-align: left;
}
.cookiesTable table .main th, .cookiesTable table  .main td {
    padding: 4px 8px 4px 4px;
    vertical-align: top;
}
.cookiesTable table th.session, .cookiesTable table td.session {
    width: 30%;
}
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .cookie_fields label span:last-child {margin-top: -2px;} /* IE11 */
}
@supports (-ms-ime-align:auto) { 
    .cookie_fields label span:last-child{margin-top: 1px;} 
}



.cookiedivider{
    width: 100%;
    height: 20px;
    border-bottom: solid 2px red;
    font-size: 20px;
    margin-bottom: 40px;
}