<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.box_imp01 .box_imp01_left p:first-child {
    font-size: 100%;
    padding: 5px 5px;
}

@media screen and (max-width: 1200px){
  a.box_imp01 .box_imp01_left p:first-child { font-size: 90%; }
}

@-moz-document url-prefix() {
  .footer {
    margin-top: 0;
  }
}

.modal-backdrop {
  display: none;
}

.fancybox-slide--iframe .fancybox-content {
  width  : 80% !important;
  height : 80% !important;
}

.breadcrumb {
  border-radius: 0;
  background-color: #ebebeb;
}

.breadcrumb &gt; li + li:before {
  color: #272727; 
}

.panel, .alert, .modal-content {
  border-radius: 0;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.partner:after {
  display: none;
}</pre></body></html>