#apbctTopWarning {margin-bottom: 5px;}
#apbctTopWarning h3{margin: 10px 0 5px 0;}
#apbctTopWarning h4{margin: 10px;}
#apbctTopWarning h4 span{margin-top: 5px;}

/* Main title */
/*.apbct_settings-title{ display: inline-block; }*/
.apbct_settings-subtitle{
	position: relative;
	top: -15px;
	margin: 0;
}

/* Setting fields */
.apbct_settings-field_wrapper{ margin: 15px 0; }
.apbct_settings-field_wrapper--sub{ margin-left: 30px !important; }

	.apbct_settings-field_title{  }
	.apbct_settings__label{
		margin-right: 10px;
		font-size: 17px;
		vertical-align: text-bottom;
	}
	
	.apbct_settings-field_content{ display: inline-block; }
	.apbct_settings-field_content--checkbox{  }
	.apbct_settings-field_content--radio{ width: 70%; }
	.apbct_settings-field_content--text{  }
	
	.apbct_settings-field_title{}
	.apbct_settings-field_title--checkbox{  }
	.apbct_settings-field_title--radio{
		display: inline-block;
		margin: 0;
		width: 210px;
		padding-right: 10px;
		font-size: 14px;
		vertical-align: top;
	}
	.apbct_input_text{min-width: 255px;}
	.apbct_input_text-width--500px{width: 500px;}

.cleantalk_manual_link {padding: 10px; background: #3399FF; color: #fff; border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	font-size: 12pt;
}
.cleantalk_auto_link{
	background: #ccc;
	border-color: #999;
	-webkit-box-shadow: inset 0 1px 0 rgba(200,200,200,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(200,200,200,.5),0 1px 0 rgba(0,0,0,.15);
	color: #000;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cleantalk_auto_link:hover{
	color: #fff;
}
.cleantalk_manual_link 
{
	background: #2ea2cc;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
		display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.cleantalk_manual_link:hover
{
	color:black;
}



.apbct_status_icon{
	vertical-align: text-bottom;
	margin: 0 5px 0 8px;
}

a.ct_support_link{
	color: #666;
	margin-right: 0.5em;
	font-size: 10pt;
	font-weight: normal;
}

.ct-warning-test-failed {
	display: inline-block;
	position: relative;
	padding: 5px;
	margin: 4px;
	border: 3px solid rgba(240,50,50,1);
	border-radius: 5px;
    background-color: rgba(255,200,200,1);
}

/* Settings banners  */
.ct_settings_banner{
	text-align: right;
	display:inline-block;
	width: 100%;
	margin: 1em 0;
	vertical-align: top;
}

	#ct_translate_plugin {margin-left: 0px;}
	.ct_rate_block {
		display: inline-block;
		width: 370px;
		margin-right: 3em;
		padding: 0.8em;
		padding-bottom: 15px;
		text-align: center;
		border: 1px dashed #666;
	}
		#ct_translate_plugin .spbc_button_rate{margin-bottom: 10px;}