.mee-cookie-settings__banner-container {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: #3e3e3e 0px -4px 6px -1px,  #3e3e3e 0px -2px 4px -1px;
    left: 0;
    padding: 1rem 0 2rem;
    position: fixed;
    right: 0;
    z-index: 1001;
}

.mee-cookie-settings__banner-container.hidden {
   display: none;
}

.mee-cookie-settings__banner-wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 20px;
    width: 1200px;
}

.mee-cookie-settings__banner-headline {
    margin: 0;
    margin-bottom: 1rem;
}

.mee-cookie-settings__banner-infoText {
    margin-bottom: 1rem;
    text-align: center;
}

.mee-cookie-settings__banner-buttonContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.mee-cookie-settings__banner-checkboxContainer {
    display: flex;
    justify-content: center;
}

.mee-button.mee-button--primary.mdl-button--raised:not([disabled]):hover:not([disabled]) {
    background-color: #42A5F5;
}

.mee-button.mee-button--primary.mdl-button--raised:not([disabled]) {
    color: #FFFFFF;
    background-color: #0095D8;
}

.mee-cookie-settings__banner-buttonContainer .mdl-button:first-of-type {
    margin-right: 0.5rem;
}

.mee-cookie-settings__banner-buttonContainer .mdl-button {
    min-width: 25%;
}

.mee-button--small, .mee-button--sm {
    padding: 0px 20px;
    line-height: 33px;
    height: 33px;
}

.mee-button {
    box-shadow: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    box-sizing: border-box;
}

.mdl-button {
    border: none;
    border-radius: 3px;
    position: relative;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.mee-cookie-settings__details h4{
    font-size: 14px;
    font-weight: bold
}

.mee-cookie-settings__details thead tr{
    font-weight: bold;
}

.mee-cookie-settings__details thead td{
    border-bottom: 1px solid #3e3e3e;
    padding: 3px;
}

.mee-cookie-settings__details tbody td{
    border-bottom: 1px solid #eeeeee;
    padding: 3px;
}
