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


 .crm-container .crm-section .label {
     float: left;
     width: 100%;
     text-align: left;
 }

 .crm-container .crm-section .content {
     margin-left: 0%;
 }

 .crm-container .crm-section input {
 	max-width: 65vw!important;
 }

 .crm-container fieldset {
 	border-top:none;
 }

 .crm-container fieldset legend {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    padding-top:1em;
    background: none;
    border: medium none;
    background-color: transparent;
    color: #3E3E3E;
    position: relative;
    text-indent: 0;
    width: auto;
}

@media (min-width:1024px) {

	.crm-container .crm-section input, #crm-container.crm-public select {
		max-width: 400px!important;
	}

	#credit_card_exp_date_M {
		margin-bottom:1em;
	}

}