table {
border-bottom: 1px solid #56411D; }
table.sortable {
border-collapse: collapse;
clear: both;
width: 100%;
border-bottom: 1px solid #56411D;
}
table.sortable thead tr {
background-color: #999; color: #ffffff; cursor: pointer; }
table.sortable tr:nth-child(even) { background: #fcf7e8; }
table.sortable tr:nth-child(odd) { background: #fff; }
table.sortable th,
table.sortable td {
border: 1px solid #56411d;
padding: .5em .5em .5em 1.0em;
vertical-align: top;
word-wrap: break-word;
}
table.sortable th {
color: #ffffff;
padding: .5em .5em .5em 1.0em;
}
table.sortable th:hover:not(.sorttable_nosort) {
background: #999; }
table.sortable th {
background: #999;
}
.sorttable_nosort {
cursor: default;
}