
/*floats civi form labels above inputs instead of next to them on small screens*/
@media screen and (max-width: 1100px) {
  body .crm-container.crm-public .crm-section .label {
   float: none;
   width: auto;
   text-align: left;
  }

  body .crm-container.crm-public .crm-section .label label {
   font-weight: bold;
  }


  body .crm-container.crm-public .crm-section .content {
   margin: 0px;
  }

}
