@charset "utf-8";

#CoTable{
	margin:25px 0 25px 15px;
	border: #ccc 1px solid;
	border-top: #F99ACA 5px solid;
	color: #aaa;
	padding: 30px 10px;
	box-shadow: 1px 0 2px 1px #ccc;
}
#CoTable h2{
	background: none;
	margin:0;
	padding:0 0 5px;
	color: #333;
	font-size: 25px;
	font-weight: normal;
	border: none;
}
#CoTable span.license{
	display: block;
	color: #aaa;
	padding:0 0 30px;
	margin:0 0 15px;
	border-bottom: #aaa 1px dotted;
}
#CoTable span.jobLink{
	display: inline-block;
	position: absolute;
	top:-50px;
	right: 10px;
 	margin: 1.5em 0;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 12px;
	background: #60A653;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#CoTable span.jobLink:hover{
	top:-53px;
}
#CoTable span.jobLink:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #60A653;
}
#CoTable span.jobLink a{
	color:#fff;
	text-decoration: none;
	padding: 10px 10px;
	display: inline-block;
}
#CoTable span.jobLink strong{
	font-size: 16px;
}
#CoTable span.jobLink a strong{
	color:#FFDD00;
}
#CoTable span.jobLink strong:before{
	color: #FFDD00;
	font-family: FontAwesome;
	padding-right: 3px;
	content: "\f0a1";
	font-size: 120%;
}
#CoTable table{
	width: 100%;
	border: #ccc 1px solid;
	color: #333;
	border-collapse:collapse;
	letter-spacing: 1px;
}
#CoTable table th,
#CoTable table td{
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px dotted;
	padding: 12px;
	text-align: left;
	vertical-align: middle;
}
#CoTable table th{
	border-right: #ccc 1px dotted;
	background: #F7F4ED;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}
#CoTable table th:before{
	font-family: FontAwesome;
	padding-right: 3px;
	content: "\f1b2";
	color: #aaa;font-size: 130%;
}
#CoTable table#CoPR,
#CoTable table#CoPR th,
#CoTable table#CoPR td{
	border: none;
}
#CoTable table#CoPR img.CoLogo{
	width: 150px;
	padding-bottom: 20px;
}
#CoTable table#CoPR h3{
	border: none;
	background: none;
	font-size: 28px;
	padding: 0;
	margin: 0 0 15px;
	font-weight: normal;
	color: #A0B567;
}
#CoTable table#CoPR td:last-child{
	width: 180px !important;
	padding: 0;
}
#CoTable table#CoPR #owl{
	width: 180px;
}
#CoTable table#CoPR .prImgBox img{
	padding:0 0 5px 0;
	width: 180px;
}
#CoTable table#CoPR .prImgBox p{
	padding: 5px 0;
	margin: 0 0 20px;
	font-size: 90%;
	text-align: center;
}
#CoTable table th.Sub{
	background: #F99ACA;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 3px 10px;
}
#CoTable table th.Sub:before{
	font-family: FontAwesome;
	padding-right: 3px;
	content: "\f1ad";
	font-size: 180%;
	color: #fff;
}