/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

table.custom-form-table{
	width:95%;
	border:1px solid #666;
	margin:0 auto;
}
table.custom-form-table th{
	/*border-bottom:1px solid #ccc;*/
	padding:8px;
	text-align:left;
}
table.custom-form-table th p{
	margin:4px 0;
	font-size:1.1em;
}
table.custom-form-table td{
	/*border-bottom:1px solid #666;*/
	padding:8px;
	text-align:left;
}
.custom-sub-title{
	font-size:1.4em;
	font-weight:600;
}