/****** PLACE YOUR CUSTOM STYLES HERE ******/
.sectionMod{
	padding: 80px 0;
}
.text-left{
	text-align: left
}
.summary h5,
.summary h6,
.summary h2,
.summary p,
.detail p,
.detail li,
.detail b{
	color: #999 !important;
}
.detail p,
.detail li{
	font-weight: 100 !important
}
.container.summary{
	background: #fff;
	padding: 100px 0;
}
.summary .image-bg hr {
    border-color: #d2d2d2;
    opacity: .6;
    margin-bottom: 60px;
}
h5{margin-bottom: 0;}
.col-center{display: block;margin:auto;float:none;}
.bgBlack{background:#121212 !important;}
thead th:first-child{
	text-align: left;
}
table{width: 100%;}
table.milestones thead th{
	color: #444 !important;
	border-bottom: 4px solid #e2e2e2 !important;
}
thead th{
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 5px;
	padding-bottom: 15px;
}
thead th{
	text-align: right
}
table.summary tbody td{
	color: #fff;
	border-bottom: 1px solid #fff;
}
table.milestones tbody td{
	color: #444;
	border-bottom: 1px solid #e2e2e2;
}
table.milestones tbody td{
	width: 17%
}
table.milestones tbody td:first-child{
	text-align: left;
	width: 64%;
}
tbody td{
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 12%;
	vertical-align: text-top;
	padding: 40px 5px;
}
tbody td:first-child{
	text-align: left;
	width: 64%;
}
table.milestone tbody td .description{
	color: #444;
}
tbody td .description{
	color: #656565;
	display: inherit;
	text-align: justify;
	font-weight: 100;
}
tbody tr:last-child td{border:none !important;}
td .check-box{
	width: 40px;
    height: 40px;
    float: left;
    margin: 0px 25px 0 0px;
    text-align: center;
}

input[type="submit"].error{
	background: #ec6262 !important;
    border-color: #ec6262 !important;
}