  .entry-content .ctable {
	margin-bottom: 30px;
}
.entry-content .ctable .ctable-row.grey {
	background: #f6f6f6;
}
.entry-content .ctable .ctable-row {
	padding: 0 10px;
	color: #4a4851;
	position: relative;
}
.entry-content .ctable .ctable-row .ctable-data {
	float: left;
	font-size: 16px;
	line-height: 16px;	 
}
.entry-content .ctable .ctable-row:hover {
	background: #4f4c58;
	color: #ffffff;
}
.entry-content .ctable .ctable-header {
	text-transform: uppercase;
	border-bottom: solid 1px #cdcbd1;
	margin-bottom: 15px; 
}
.entry-content .ctable .ctable-header:hover {
	background: none;
	color: #4a4851; 
}
.entry-content .ctable .ctable-row .ctable-data.first {
	width: 30%;
}
.entry-content .ctable .ctable-row .ctable-data.second {
	width: 47%;
}
.entry-content .ctable .ctable-row .ctable-data.third {
	width: 11.5%;
	text-align: center;
}
.entry-content .ctable .ctable-row .ctable-data.four {
	width: 11.5%;
	text-align: center;
}

.entry-content .ctable .ctable-row .ctable-data.sfirst {
	width: 20%;
}
.entry-content .ctable .ctable-row .ctable-data.ssecond {
	width: 25%;
}
.entry-content .ctable .ctable-row .ctable-data.sthird {
	width: 35%;
}
.entry-content .ctable .ctable-row .ctable-data.sfourth {
	width: 20%;
}
.entry-content .ctable .ctable-row .ctable-data.sfifth {
	width: 23%;
}

.entry-content .ctable .ctable-header .ctable-data.first {
	padding-top: 10px;
}
.entry-content .ctable .ctable-header .ctable-data.second {
	padding-top: 10px;
}
.entry-content .ctable .ctable-row .ctable-data small {
	font-size: 13px;
	line-height: 14px;
}
.entry-content .ctable .ctable-row .ctable-data span {
	padding: 7px 0px;
	display: block;
}
.entry-content .ctable .ctable-row .ctable-data span.green {
	color: #299a95;
}
.entry-content .ctable .ctable-footer {
	text-transform: uppercase;
	border-top: solid 1px #cdcbd1;
	margin-top: 15px; 
	padding-top: 5px;
}
.entry-content .ctable .ctable-footer:hover {
	background: none;
	color: #4a4851; 
}
.entry-content .ctable .ctable-row .register-course-connection  {
	position: absolute;
	width: 20px;
	left: -20px;
	bottom: 0px;
	top: 0px;
	background: #4f4c58;
	display: none;
}
.entry-content .ctable .ctable-row .register-course {
	position: absolute;
	width: 260px;
	left: -320px;
	bottom: 0px;
	background: #4f4c58;
	padding: 20px;
	color: #ffffff;
	display: none;
	z-index: 1000000;
}
.entry-content .ctable .ctable-row .register-course a {
	float: right;
	display: block;
	background: #299a95;
	text-align: center;
	padding: 10px;
	width: 80px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 15px;
}
.entry-content .ctable .ctable-row .register-course p {
	font-size: 20px;
	line-height: 22px;
	padding-top: 6px;
}
.entry-content .ctable .ctable-row .register-course .register-course-bottom {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	border: solid 1px #4f4c58;
	border-top: none;
	padding: 20px;
	color: #4f4c58;
	background: #ffffff;
}
.entry-content .ctable .ctable-row .register-course .register-course-bottom p {
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
}
.entry-content .ctable .ctable-row .register-course .register-course-close {
	position: absolute;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #299a95;
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	right: -13px;
	top: -13px;
}