#date_time_options
{
	overflow:hidden;
}
.table 
{
   /*  width: 100%; */
    margin: 30px 25px 25px 80px;
    text-align: center;
   /*  font-size: .8em; */
    line-height: 1.4;
    border-collapse: separate;
	
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
.table thead:first-child tr:first-child th:first-child 
{
	border-radius: 4px 0 0 0;
}
.table th 
{
	background: #f5f7f7;
	font-weight: 500;
	min-width: 40px;
}
.table th, .table td 
{
	border-color: #e8ebeb;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: .5em 1em;
	vertical-align: top;
}
.table tbody:last-child tr:last-child td:last-child {
	border-radius: 0 0 4px 0;
}
.table thead:last-child tr:last-child th, .table tbody:last-child tr:last-child td {
	border-bottom-width: 1px;
}
.table th:last-child, .table td:last-child {
	border-right-width: 1px;
}
label
{
	font-weight: bold;
	display:block;
	clear:both;
	margin-bottom: 5px;
	margin-top: 10px;
}
input[type=text]
{
	width: 100%;
	max-width: 350px;
}
.required:after 
{ 	
	content:" *"; 
	color:red;
}
.label_required 
{
	color:red;
}
.wcccf_option_container {
	margin-bottom: 25px;
	/* background: #fcfcfc; */
	/* padding: 50px; */
	border: 1px #eceaea solid;
	padding: 0 0 25px 15px;
	border-radius: 4px;
}