table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #0099cc;
}
th,td {
	border-bottom:1px solid #0099cc;
	padding:5px;
	text-align:center;
}
th {
	color:#ffffff;
	background:#0099cc;
}
.color {
	background:#ddf1f4;
}
tr.nth-child(odd) {
	background: #ddf1f4;
}
tr.hover {
	background: #ffcccc;
}
