/*admin*/
table.crm-multifield-selector tr th{
	width:150px !important;
	white-space:normal;
}
.crm-container .crm-section .label{
	width:auto;
	text-align:left;
	background-color:transparent;
	color:#000;
}

table#options tr.disabled td,
table.selector tr.disabled td{
    color:#ccc !important;
}

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

/*** buttons ***/
.crm-container.crm-public .button.cancel{
	display:none;
}
.crm-container.crm-public .crm-button i{
	display:none;
}
.crm-container.crm-public .crm-button {
    text-shadow: none;
    background: #b53926;
    background-image:none;
    color: #FFF;
    font-size: 30px !important;
    font-weight: normal;
    margin: 0;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    
    font-family: 'AvenirNextCondensed-DemiBold';
    text-transform: uppercase;
    border-radius: 12px;
    
}
.crm-container.crm-public .crm-button:hover,.crm-container.crm-public .crm-button:active,.crm-container.crm-public .crm-button:focus{
	background:#333;
}
.crm-container.crm-public .crm-button.crm-i-button input.crm-form-submit,.crm-container .crm-button input.crm-form-submit{
	padding-left:0px;
}
.crm-container.crm-public input.crm-form-submit{
    text-shadow: none;
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'AvenirNextCondensed-DemiBold';
}

/* formatting */
.crm-container h3 {
    background-color: transparent;
    font-family: 'Arvo';
    font-size: 28px;
    color: #b53926;
    font-weight: normal;
}
.crm-container.crm-public .help, .crm-container.crm-public #help {
    background-color: transparent;
    border: none;
        color: #333;
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
    padding: 0px;
}
.crm-public .helprow-pre .content.description{
	font-weight: bold;
    color: #000;
    border-bottom: 1px solid #aaa;
    margin-left: 0;
    width: 52%;
}

label.form-section-header{
	text-transform:uppercase;
	font-size:17px;
}


/*** Media Queries ***/
@media (max-width: 767px){
	.crm-container.crm-public .crm-section .label{
		width:80%;
	}
	.crm-container.crm-public .crm-section .label label{
		display: block;
		white-space: normal;
		overflow: hidden;
	}
	.crm-container.crm-public .crm-section .content{
		margin-left:0;
	}
	#crm-container.crm-public input[type="text"]{
		max-width:80%;
	}
	.crm-container.crm-public .description{
		display: block;
		white-space: normal;
		overflow: hidden;
		width: 80%;
	}
	.crm-container.crm-public #civicrm-footer.crm-public-footer{
		text-align:left;
	}
	.crm-container.crm-public #printer-friendly{
		display:none;
	}
	.crm-container.crm-public fieldset{
		border-top:none;
	}
	
}