table {
	width: 100%;
	border: 1px solid #555;
	border-spacing: 0;
	border-collapse: collapse;
}
tr:nth-child(odd) {
    background: #EBEBEB;
}
tfoot {
	background: #555;
	font-weight: bold;
}
th {
	text-transform: uppercase;
    
	border-right: 1px solid #555;
	background: #333;
	border-bottom: 2px #777 solid;
}
td, caption {
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
tr.even td {
	background: #333;
}
th, td, caption {
	padding: 10px;
}
.table-style2 th {
	border-right-color: #555;
	border-bottom-color: #5c5c5c;
}