/* Make the "Please renew my membership automatically." bold */
div#auto_renew.content label {
  font-weight: bold;
}

/*wrap label text on civicrm forms*/
.crm-container .crm-section .label {
  white-space: normal;
}

/*cividiscount code entry display*/
.crm-container .form-layout-compressed.cividiscount td.label {
	width: auto;
}
#crm-container.crm-public .cividiscount input[type="text"] {
	vertical-align: text-bottom;
}

@media screen and (max-width: 600px) {
  /*Display labels above inputs on civiForms on smalls screens*/
  body .crm-container .crm-section .label {
   float: none;
   width: auto;
   text-align: left;
  }
  body .crm-container .crm-section .content {
   margin: 0px;
  }
}
