/*css for all contribution pages*/
body #cvv2 {
  width: 100px;
  display: inline-block;
}

#frequency_unit,
#installments,
#frequency_interval {
 clear: both;
display: inline;
width: 70px;
margin-left: 1rem;
margin-top: 0px;
}
#credit_card_exp_date_M,
#credit_card_exp_date_Y {
  width: 100px;
  clear: both;
  display: inline;
}

.billing_name_address-section .crm-form-text {
  width: 100%;
}

.billing_name_address-section .crm-select2 {
  width: 100% !important;
}

#crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select {
	height: 40px;
}

/*make links orange to match other pages*/
body .crm-container a, body .crm-container a:link, body .crm-container a:visited {
	color: #D5642A;
	text-decoration: none;
}

body a:hover, body a:focus {
	color: #b75624;
}

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