/* Tables CSS */
table.widefat {
	border-width: 1px 1px 0 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #4083c0;
	border-collapse: collapse;
	background-color: white;
}
table.widefat th {
	padding: 3px;
	background-color: #7facd5;
	color: #efefef;
}
table.widefat td {
	padding: 3px;
	background-color: #fff;
}
table.widefat th, table.widefat td{border-bottom: 1px solid #4083c0;}
table.widefat tr.alternate td{background-color: #bfd6ea;}
