.ITSs {
   display: table;
   border: 0px solid #000;
   width: 100%;
}

.ITSr1 {
   display: table-row;
   padding: 4px 20px;
}

.ITSr0 {
   display: table-row;
   padding: 4px 20px;
}

.ITSg {
   font-weight: bold;
   font-size: small;
   padding: 10px 20px;
   display: block;
}

.ITSn {
   display: table-cell;
   color: #555;
   vertical-align: top;
   border-top: 1px solid #eee;
   padding: 4px 20px;
   white-space: nowrap;
   overflow: hidden;
   width: 50%;

}

.ITSv {
   display: table-cell;
   color: #555;
   vertical-align: top;
   border-top: 1px solid #eee;
   padding: 4px 20px;
   word-wrap: break-word;
   word-break: break-word;
}

.ccm-modal--header,
.ccm-modal--footer,
.ccm-modal--body {
  background: {{ windowBackgroundColor }};
}

.cover-scrollbar::before {
  background: transparent;
}

.ccm-inner-overflow {
  overflow-y: auto;
}

.ccm-widget--text::after {
  background-image: none;
}
.ccm-widget--text .ccm-widget--title {
  margin-bottom: 20px;
  font-size: 27px;
}

.ccm-modal--body {
  border-bottom: 0;
}

@media screen and (min-width: {{ breakpoints.desktop }}) {
  .ccm--alignment--center .ccm-modal-inner {
    max-width: 755px;
    border: 1px solid {{ windowBorderColor }};
    border-radius: 5px;
    overflow: hidden;
  }
}

.ccm-powered-by a:link, .ccm-powered-by a:visited,
.ccm-modal--footer .ccm-link-container a:link,
.ccm-modal--footer .ccm-link-container a:visited {
  color: {{ windowLinkColor }};
}

.ccm-root .ccm-widget--buttons .button, .ccm-root .ccm-widget--buttons button,
.ccm-modal--footer .button, .ccm-modal--footer .ccm--ctrl-init {
  border-radius: 3px;
  text-transform: unset;
  text-shadow: none;
}

.ccm-widget .ccm-modal--footer {
  margin-top: -1px;
}

.ccm-root input[type="checkbox"].ccm-checkbox-type--switch:checked + label::after {
  background-color: {{ primaryColor|darken(20) }};
}
.ccm-root input[type="checkbox"].ccm-checkbox-type--switch:checked + label::before {
  background-color: {{ primaryColor|lighten(20) }};
}
