@charset "utf-8";
/* CSS Document */

table tr th,
table tr td {
	border-bottom:4px solid #ffffff;
	border-right:3px solid #ffffff;
}

table tr th {
	background-color:#d3dced;
	color:#3D609A;
	font-weight:normal;
	font-size:15px;
	padding:4px 0;
	border-top:none;
}
table tr th.void {
	background:none;	
	border:none;
}

table tr td {
	font-size:15px;
	font-weight:bold;
	color:#3D609A;
	text-align:center;
	padding:4px 0;
}
table tr.odd td {
	background-color:#eaeef7;
}
table tr.couple td {
	background-color:#d3dced;
}
table tr td.text {
	font-size:12px;
	color:#666666;
	text-align:left;
	padding:5px 10px;
	font-weight:normal;
}

table tr .last {
	border-right:none;
}


table.shareit {
	padding:0;
}
table.shareit tr td {
	padding:2px 8px 0px 0px;	
	border:0;
}
table.shareit .shareit-title {
	font-size:12px;	
}
