table {
	border-collapse: collapse;
    font-family: Tahoma, Geneva, sans-serif;
    width:100%;
}
table td {
	padding: 15px;
}
table thead tr {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #dddfe1;
}

table thead td {
	color: #ffffff;
	border: 1px solid #dddfe1;
}

table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}

table td img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
