@charset "utf-8";
.content-area table thead th { background:#ccc; }
.content-area table th {
	background:#eee;
	text-align:left;
}
.content-area table {
	margin-top:23px;
	border-top:#aaa 1px solid;
	border-left:#aaa 1px solid;
}
.content-area table th,
.content-area table td {
	padding:5px;
	border-right:#aaa 1px solid;
	border-bottom:#aaa 1px solid;
}
.content-area table .width-2col{width:150px;}
.content-area table .width-3col{width:75px;}
.content-area table .width-5col{width:70px;}
.content-area table .width-6col{width:110px;}

.content-area table td a > img + img{display:none;}