﻿table {
	margin-top: 10px;
}

table tbody tr:nth-child(odd) {
	background-color: #e7ecf1;
}

table tbody td {
    vertical-align: top;
}