.warn{
	color:#EF1B00;
	font-size:1.1em;
}

.renew_table .row{
	width:100%;
	line-height:3em;
	background-color: #4f5170;
	border:1px solid #ddd;
	border-bottom:none;
}
.renew_table .row.last{
	
	border-bottom:1px solid #ddd;
}

.renew_table .title_cell{
	min-width:30%;
	float:left;
	color:white;
	font-weight:bold;
	padding:0 8px;
	padding:0 5mm;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.renew_table .content_cell{
	width:35%;
	background-color:#eee;
	color:#111;
	padding:15px 8px;
	padding:1em 5mm;
	float:left;
	line-height:1em;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.renew_table .content_cell:last-child{
	width:70%;
}
.renew_table .content_cell + .content_cell{
	width:35%;
}
/*.renew_table .row:nth-last-of-type(2) .content_cell, .renew_table .row:nth-last-of-type(2) .title_cell{
	border-bottom:1px solid #ddd;
}*/

.eway_disable_auto{
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}
.eway_disable_auto input[type="submit"]{
	background:transparent !important;
	font:inherit !important;
	border:none !important;
	padding:0 !important;
	margin:0 0 0 5px !important;
	height:auto !important;
	cursor:pointer;
	
	font-size:0.9em !important;
	color:#EA4339 !important;
	opacity:0;
}
.row:hover .eway_disable_auto input[type="submit"]{
	opacity:1;
}

.paypal_form{
	width:100%;
	clear:both;
}
.paypal_form input{
	float:right;
}

.member_renew>a{
	background-color:#980D10;
}
.member_renew h3{
	color:#fff;
}

.renew_container .field{
	width:100%;
	margin:1em 0;
	clear:both;
}
.renew_container .field:before,
.renew_container .field:after,
.renew_table .row:before,
.renew_table .row:after {
    content: " ";
    display: table;
}
.renew_container .field:after,
.renew_table .row:after{
	clear:both;
}
.renew_container .field>label{
	float:left;
	display:block;
	width:100%;
	max-width:180px;
	padding: 6px 0;
}
.renew_container .field input,
.renew_container .field select,
.renew_container .field textarea{
	float:left;
	width:100%;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	
	width:-webkit-calc( 100% - 180px );
	width:-moz-calc( 100% - 180px );
	width:-ms-calc( 100% - 180px );
	width:calc( 100% - 180px );
	
	font-size: 1em;
	
	padding:6px 4px;
}
.renew_container .field .description{
	font-size:0.95em;
	opacity:0.8;
	float:right;
}
.renew_container .field.expiry_field select{
	display:inline-block;
	width:auto;
	float:none;
}
.renew_container .field.checkbox_field>label{
	width:100%;
	max-width:none;
	float:none;
	cursor:pointer;
}
.renew_container .field.checkbox_field input{
	display:inline-block;
	width:auto;
	float:none;
	padding:0;
	padding:initial;
	margin-right:1em;
	cursor:pointer;
}

#member_error, .eway_errors, .eway_messages{
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: left;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #46b450;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin-bottom:1em;
}

#member_error, .eway_errors{
	border-left-color:#EA4339;
}

/* renewal/signup forms */
#member_activation, #signon_user, #member_activation1{
	margin-top:2em;
}

/*RESPONSIVE STYLESHEET*/
/*Responsive design because responsive is cool*/
@media screen and (max-width: 640px) {
	.renew_container .field>label,
	.renew_container .field input,
	.renew_container .field select,
	.renew_container .field textarea{
		max-width:none;
		width:100%;
	}
	
	.renew_table .title_cell,
	.renew_table .content_cell{
		width:100% !important;
	}
}
