/*cenaer-show CSS*/
.h1_ctxt {
	color: #0277C2;
	font-size:2rem;
	font-weight:bold;
	padding-bottom:10px;
}
.h1_etxt {
	color: #0277C2;
	font-size:1.2rem;
	font-weight:bold;
	margin-left:10px;
	margin-top:20px;
}	
.txt_line{
	border-bottom: 1px dashed #0277C2;
	padding-bottom:10px;
	margin-bottom:15px;
}
.table-bordered th,
.table-bordered td {
	border: none !important;
	background-color: #fff;
}
.table-th{
	background-color: #1b76b3;
	padding:10px;
	color:#fff;
	border-radius: 10px;
}
.table-file{
	background-color: #1b76b3;
	padding:10px;
	color:#fff;
	border-radius: 10px;
}
.table-td{
	padding:10px;
}
.news_tag{
	margin-left:0px;
}
table{
	border:0px !important;
}
ul {
	margin-top:10px;
}
.paper_clip {
	list-style-image: url("../images/cenaer/paper_clip.png");
	margin-bottom:10px;
}
.font_bold td span{
	font-weight:700;	
}