.cgpa-body{
	max-width: 815px;
	width: 100%;
}
.cgpa-body a{
	float: right;
	margin-bottom: 20px;
}
.box{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.box h2{
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	border-bottom: solid 1px #eee;
	background: #fff;
}
.box-list{
	padding: 20px 14px;
	background: #fff;
}
.box-form{
	background: #fff;
	margin-bottom: 20px;
}
.box-list table,
.box-form table{
	width: 100%;
	border-collapse: collapse;
}
.box-list table thead tr th,
.box-list table tbody tr td{
	text-align: left;
	padding: 10px;
}
.box-list table tbody{
	border:solid 1px #dfdfdf;
}
.box-list table tbody tr td{
	border-bottom: solid 1px #dfdfdf;
	border-right: none;
	border-left: none;
	background: #f9f9f9;
}
.box-list table tbody tr td a{
	float: left;
	margin: 0;
	text-decoration: none;
}
.box-list table tbody tr .edit a,
.box-list table tbody tr .edit a:hover{
	color:#0a74a8;
}
.box-list table tbody tr .delete a,
.box-list table tbody tr .delete a:hover{
	color:#fd0f1c;
}
.box-list table tbody tr .edit a:hover,
.box-list table tbody tr .delete a:hover{
	text-decoration: underline;
}
.box-form table tbody tr{
	border-bottom: solid 1px #dfdfdf;
}
.box-form table tbody tr:last-child{
	border-bottom: none;
}
.box-form table tbody tr td{
	padding-top: 15px;
	padding-bottom: 20px;
}
.box-form table tbody tr td:first-child{
	width: 200px;
	font-weight: 600;
	padding-left: 12px;
	vertical-align: top;
}
.box-form table tbody tr td:last-child{
	padding-right: 16px;
}
.box-form .obligatory{
	color: #fd0f1c;
	font-weight: bold;
	margin-left: 5px;
}
.box-form ul{
	margin-top: 0;
}
.box-form ul li{
	font-size: 15px;
	margin-bottom: 20px;
}
.box-form .separator{
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
}
.box-form ul li span{
	margin:0 5px;
}
.box-form ul li input[type="number"]{
	width: 40px;
	margin: 0 10px;
}
.box-form input[type="number"],
.box-form input[type="text"],
.box-form textarea,
.box-form select{
	width: 100%;
}
.box form input[type="submit"]{
	height: auto;
	float: right;
	font-size: 16px;
	border-radius: 6px;
	padding: 5px 20px;
}
#wpfooter{
	display: none;
}

/* Front */
.video-pub{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.vp-close a{
	display: inline-block;
	float: right;
	font-size: 30px;
	margin: 10px 15px;
	color: #fff;
}
.vp-video iframe{
	height: 360px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.strike {
	text-decoration:line-through !important;
}
.strike_disabled {
	text-decoration:line-through !important;
	color: #CCC !important;
}
.s-color-facebook:hover {
	text-decoration: none;
	color:#3b5998;
}
.s-color-facebook {
	color:#3b5998;
}

.s-color-twitter:hover {
	text-decoration: none;
	color:#55acee;
}
.s-color-twitter {
	color:#55acee;
}

.s-color-googleplus:hover {
	text-decoration: none;
	color:#dd4b39;
}
.s-color-googleplus {
	color:#dd4b39;
}

.s-color-vimeo:hover {
	text-decoration: none;
	color:#1CA7CC;
}
.s-color-vimeo {
	color:#1CA7CC;
}
.s-color-gray:hover {
	text-decoration: none;
	color:#CCC;
}
.s-color-gray {
	color:#CCC;
}

