/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2022 | 06:37:40 */
.under_fair .dl_data {
  zoom: 1;
	
  /* &:after {
            content: " ";
            height: 0;
            clear: both;
            display: block;
            visibility: hidden;
          } */
}

.under_fair .dl_data dt {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 8px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.4;
  border-radius: 3px;
  background: #EB5665;
}

@media screen and (max-width: 479px) {
  .under_fair .dl_data dt {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 480px) {
  .under_fair .dl_data dt {
    float: left;
    width: 146px;
  }
}

@media all and (min-width: 480px) {
  .under_fair .dl_data dd {
    margin-left: 160px;
  }
}
/*# sourceMappingURL=fair.css.map */