table {
	width: 100%;
	border: 1px solid #000;
}
table td {
	padding:2px;
}

table thead{
	background-color: #EDF3F8;
	border: 1px solid #000;
}

table tr.col2 {
	background-color: #F4FAFF;
}