.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.cm-cookies *:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
.cm-cookies .cm-cookies-close:focus-visible {
  outline-offset: -5px;
}
.cm-cookies .cm-cookies-inner,
.cm-cookies .cm-scripts-container-script-single-cookies-title,
.cm-cookies .cm-proprietary-more-info-link,
.cm-cookies .cm-cookies-container-preferences-title {
  outline: none;
}
.cm-cookies .cm-proprietary-more-info-link:focus-visible span {
  border-radius: 100vh;
  outline: 2px solid #000;
  outline-offset: 5px;
}
.cm-cookies .cm-proprietaries-container-title {
  border-radius: 100vh;
  outline-offset: 5px;
}
.cm-cookies .cm-scripts-container-script-single:focus-within {
  outline: 2px solid #000;
  outline-offset: 3px;
}

@media only screen {
  .cm-cookies {
    opacity: 0;
    pointer-events: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
  }
  .cm-cookies.show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies {
    font-size: 14px;
  }
}
@media only screen {
  .cm-cookies p {
    font-size: 12px;
    text-transform: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies p {
    font-size: 14px;
  }
}
@media only screen {
  .cm-cookies a {
    text-decoration: underline;
    letter-spacing: 0;
  }
  .cm-cookies a:before, .cm-cookies a:after {
    display: none !important;
  }
  .cm-cookies a:touch:before, .cm-cookies a:touch:after {
    display: none !important;
  }
}
@media only screen {
  .cm-cookies button, .cm-cookies .cm-cookies-container-preferences-text {
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
  }
}
@media only screen {
  .cm-cookies strong {
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    font-style: unset;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-inner h2, .cm-cookies .cm-cookies-inner h3, .cm-cookies .cm-cookies-inner h4 {
    text-transform: none;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: block;
    text-align: left;
    line-height: 1;
    border: none;
  }
}
@media only screen {
  .cm-cookies * {
    float: none !important;
  }
}
@media only screen {
  .cm-cookies-notice-active {
    /*> * {
    	filter: blur(0.1rem);
    }*/
  }
  .cm-cookies-notice-active .cm-cookies {
    filter: none;
  }
  .cm-cookies-notice-active.cm-cookies-notice-active-preferences {
    height: 100%;
    overflow: hidden;
  }
}
@media only screen {
  .cm-cookies-inner {
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0%;
    width: 100%;
    z-index: 999999;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 12px;
    max-width: 1000px;
    overflow: auto;
    background: #fff;
    color: #716A6A;
    box-shadow: 1px 1px 20px 9px #0000006e;
    display: none;
  }
  .cm-cookies-container-notice-active .cm-cookies-inner {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .cm-cookies-inner {
    max-width: 700px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies-inner {
    font-size: 14px;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .cm-cookies-inner {
    padding: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen {
  .cm-cookies-inner p {
    line-height: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies-inner p {
    line-height: 22px;
  }
}
@media only screen {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
    margin-bottom: 15px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    flex: 1;
    /*.browser-firefox & {
    	padding-bottom:100px;
    	@media only screen and (min-width:1400px) {
    		padding-bottom:70px;
    	}
    }*/
  }
}
@media only screen and (min-width: 500px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 700px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
    margin-bottom: 20px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
    width: 100%;
    width: calc(100% - 80px);
    padding: 0;
  }
}
@media only screen {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-buttons-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 500px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-buttons-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-buttons-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-buttons-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-buttons-container {
    padding: 20px 40px;
  }
}
@media only screen {
  .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-inner {
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
  }
}
@media only screen {
  .cm-cookies.cm-cookies-container-preferences-active:after {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 99999;
    transition: transform 0.5s ease-in-out 2s;
  }
}
@media only screen {
  .cm-cookies-container-notice-active {
    width: auto;
    transition: all 0.5s ease-in-out;
  }
  .cm-cookies-container-notice-active .cm-cookies-buttons-container .cm-cookies-button-accept-selected {
    display: none;
  }
}
@media only screen {
  .cm-cookies-container-preferences-active .cm-cookies-inner {
    min-height: 60vh;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cm-cookies-container-preferences-active .cm-cookies-inner .cm-cookies-buttons-container {
    box-shadow: 1px 1px 10px 0px #0000006e;
    background: #F6F6F6;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 400px) {
  .cm-cookies-container-preferences-active .cm-cookies-inner .cm-cookies-buttons-container {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 700px) {
  .cm-cookies-container-preferences-active .cm-cookies-inner .cm-cookies-buttons-container {
    padding-bottom: 15px;
  }
}
@media only screen {
  .cm-cookies-container-preferences-active .cm-cookies-buttons-container .cm-cookies-button-refuse, .cm-cookies-container-preferences-active .cm-cookies-buttons-container .cm-cookies-button-configure {
    display: none;
  }
}
@media only screen {
  .cm-cookies-close {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 9;
    width: 12px;
    height: 12px;
    padding: 14px;
    box-sizing: content-box;
    font-size: 0;
    cursor: pointer;
    background-image: url(images/close-icon.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    position: absolute;
    transition: transform 0.2s ease-in-out;
  }
  .cm-cookies-close:hover {
    transform: scale(1.15);
  }
}
@media only screen {
  .cm-cookies-container-preferences, .cm-cookies-container-notice {
    display: none;
  }
}
@media only screen {
  .cm-cookies-container-notice-active .cm-cookies-container-notice {
    display: block;
  }
}
@media only screen {
  .cm-cookies-container-preferences-active .cm-cookies-container-preferences {
    display: block;
  }
}
@media only screen {
  .cm-cookies-container-preferences {
    margin-bottom: 50px;
  }
  .cm-cookies-container-preferences-title {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies-container-preferences-title {
    font-size: 20px;
  }
}
@media only screen {
  .cm-cookies-container-preferences-title:before {
    position: relative;
    left: 0;
    top: 5px;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(images/cookie-icon.svg);
    background-size: contain;
    margin-right: 10px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: unset;
  }
}
@media only screen and (min-width: 800px) {
  .cm-cookies-container-preferences-title:before {
    margin-right: 15px;
  }
}
@media only screen {
  .cm-cookies-container-preferences-text {
    font-size: 14px;
    line-height: 19px;
    text-transform: none;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-buttons-container {
    position: sticky;
    bottom: 0;
    left: 0px;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies .cm-cookies-buttons-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .cm-cookies .cm-cookies-buttons-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-container {
    margin-bottom: 15px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies .cm-cookies-container {
    margin-bottom: 20px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .cm-cookies .cm-cookies-container {
    width: 100%;
    width: calc(100% - 80px);
    padding: 0;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-container .cm-cookies-container-notice-title {
    font-size: 17px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    line-height: 25px;
    color: #000;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies .cm-cookies-container .cm-cookies-container-notice-title {
    font-size: 20px;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-container .cm-cookies-container-notice-title:before {
    position: relative;
    top: 5px;
    left: 0;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(images/cookie-icon.svg);
    background-size: contain;
    margin-right: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: unset;
  }
}
@media only screen {
  .cm-cookies a {
    color: #000;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: none;
  }
  .cm-cookies a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 800px) {
  .cm-cookies .cm-proprietaries-container {
    margin-top: 50px;
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container-single {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
  }
  .cm-cookies .cm-proprietaries-container-single:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .cm-cookies .cm-proprietaries-container-single-header {
    position: relative;
    cursor: pointer;
  }
}
@media only screen and (min-width: 800px) {
  .cm-cookies .cm-proprietaries-container-single-header {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .cm-cookies .cm-proprietaries-container-single-header p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container-single > p {
    max-width: calc(100% - 65px);
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container-single .cm-cookie-tech-description {
    position: absolute;
    top: -3px;
    right: 0;
    color: #70C883;
    font-size: 12px;
    margin: 0;
    width: auto;
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container-title {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 15px;
    color: #000;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .cm-cookies .cm-proprietaries-container-title {
    font-size: 14px;
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container-title:before {
    content: "";
    background: url(images/arrow-down.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 11px;
    height: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 700px) {
  .cm-cookies .cm-proprietaries-container-title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    margin-right: 0px;
  }
}
@media only screen {
  .cm-cookies .cm-proprietaries-container-title.cm-opened:before {
    background: url(images/arrow-up.svg) no-repeat;
    background-size: contain;
  }
}
@media only screen {
  .cm-cookies .cm-scripts-container {
    padding: 20px 0;
    display: none;
  }
  .cm-cookies .cm-scripts-container h2, .cm-cookies .cm-scripts-container h4 {
    margin-bottom: 10px;
    display: inline-block;
  }
  .cm-cookies .cm-scripts-container-script-single {
    padding: 10px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 800px) {
  .cm-cookies .cm-scripts-container-script-single {
    border-radius: 30px;
  }
}
@media only screen {
  .cm-cookies .cm-scripts-container-script-single:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .cm-cookies .cm-scripts-container-script-single .cm-proprietary-more-info-link {
    color: #000;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-bottom: 4px;
  }
}
@media only screen {
  .cm-cookies .cm-scripts-container-script-single-cookies {
    padding: 0 10px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-title {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-title:after {
    content: "";
    width: 11px;
    height: 8px;
    background: url(images/arrow-down.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-title.cm-opened:after {
    background: url(images/arrow-up.svg) no-repeat;
    background-size: contain;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-container {
    display: none;
    margin-top: 15px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies .cm-cookies-counter {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    border-radius: 42%;
    padding: 2px 8px;
    color: #000;
    line-height: normal;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies .cm-cookies-counter.cm-highlighted {
    background: #70C883;
    border: 1px solid #70C883;
    color: #fff;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies .cm-cookies-counter.cm-highlighted-half {
    background: #fff;
    border: 1px solid #70C883;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single {
    position: relative;
    margin-bottom: 15px;
    background: #f6f6f6;
    padding: 13px 20px;
    border-radius: 15px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single p {
    font-size: 11px;
    line-height: 18px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single p.cm-cookie-description {
    display: block;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single p.cm-cookie-description:after, .cm-cookies .cm-scripts-container-script-single-cookies-single p.cm-cookie-description:before {
    display: none !important;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single:last-child {
    margin-bottom: 5px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-cookie-label {
    top: 12px;
    right: 12px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer {
    font-size: 11px;
    margin-top: 3px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer dt, .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer dd {
    display: inline-block;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer dt {
    color: #000;
    font-weight: 600;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer .cm-cookie-duration, .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer .cm-cookie-domain {
    display: inline-block;
    margin-right: 10px;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer .cm-cookie-duration:last-child, .cm-cookies .cm-scripts-container-script-single-cookies-single .cm-single-cookie-footer .cm-cookie-domain:last-child {
    margin-right: 0;
  }
  .cm-cookies .cm-scripts-container-script-single-cookies-single h4 {
    margin: 0;
    margin-bottom: 3px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-button {
    text-transform: uppercase;
    padding: 7px 15px 7px 17px;
    border: 0;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    border: 1px solid #000;
    transition: transform 0.2s ease-in-out;
    margin-right: 15px;
    background: #fff;
    color: #000;
  }
}
@media only screen and (min-width: 700px) {
  .cm-cookies .cm-cookies-button {
    margin-bottom: 0px;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-button:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .browser-firefox .cm-cookies .cm-cookies-button {
    padding: 6px 15px 7px 17px;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-button:hover {
    background: #000;
    color: #fff;
  }
}
@media only screen {
  .cm-cookies .cm-cookies-button.cm-cookies-button-accept-all {
    background: #000;
    color: #fff;
  }
  .cm-cookies .cm-cookies-button.cm-cookies-button-accept-all:hover {
    background: #fff;
    color: #000;
  }
}
@media only screen {
  .cm-cookies .cm-cookie-label {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .cm-cookies .cm-cookie-label {
    top: -4px;
  }
}
@media only screen {
  .cm-cookies .cm-cookie-label.cm-cookie-label-disabled {
    display: none;
  }
}
@media only screen {
  .cm-cookies .cm-cookie-label input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cm-cookies .cm-cookie-label input:focus-visible + .cm-cookie-label-slider {
    outline: 2px solid #000;
    outline-offset: 3px;
  }
}
@media only screen {
  .cm-cookies .cm-cookie-label-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EBEBEB;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    transition-property: background-color;
    -webkit-transition-property: background-color;
    border-radius: 34px;
  }
}
@media only screen {
  .cm-cookies .cm-cookie-label-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 2px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    transition-property: transform;
    -webkit-transition-property: transform;
    border-radius: 50%;
  }
}
@media only screen {
  .cm-cookies input:checked + .cm-cookie-label-slider {
    background-color: #70C883;
  }
}
@media only screen {
  .cm-cookies input:checked + .cm-cookie-label-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media only screen {
  .cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button {
    display: inline-block;
    padding: 5px 10px;
    background: #3D3D3D;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button span {
    color: #fff;
  }
}
@media only screen {
  @-moz-document url-prefix() {
    .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
      padding-bottom: 100px;
    }
    @media only screen and (min-width: 1400px) {
      .cm-cookies.cm-cookies-container-preferences-active .cm-cookies-container {
        padding-bottom: 70px;
      }
    }
  }
}
/* Cookie table */
.cm-cookie-table {
  font-size: 0.7em;
  line-height: 120%;
  width: 100%;
  overflow: auto;
  /*float:left;*/
  margin-bottom: 30px;
}

.cm-cookie-table table {
  width: 100%;
}

.cm-cookie-table th, .cm-cookie-table td {
  padding: 9px 10px;
}

.cm-cookie-table th {
  background: #ebebeb;
  font-size: 1.05em;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.cm-cookie-table td {
  border-bottom: 1px solid #d6d6d6;
}

.cm-cookie-table table th:nth-child(7) {
  white-space: nowrap;
}

.cm-cookie-table table td:nth-child(5), .cm-cookie-table table td:nth-child(6), .cm-cookie-table table td:nth-child(7) {
  white-space: nowrap;
}

/*# sourceMappingURL=cookie-madeincima.css.map */
