/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dfpad:before {
    content: "ADVERTISEMENT";
    color: #888;
  position:relative;
  top:-3px;
}

.dfpad {
    text-align:  center;
}

.dfpad-mobile {
    background-color: rgba(124, 124, 124, 0.5);
    /* margin-top: -8px; */
    position: relative;
    top: -5px;
    text-align: center;
  
}



 /*--- Conditional CSS. See: adactio.com/journal/5429/   ---*/
body:after {
  content:'size-xs';
  display:none;
}
/*@media (min-width: 768px) {
  body:after {
    content:'size-sm';
    display:none;
  }
}*/
@media (min-width: 40.0625em) {
  body:after {
    content:'size-sm';
    display:none;
  }
}
@media (min-width: 64.0625em) {
  body:after {
    content:'size-md';
    display:none;
  }
}
@media (min-width:90.0625em) {
  body:after {
    content:'size-lg';
    display:none;
  }
}