table.display {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
table.display thead th {
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid black;
}
table.display td {
    padding: 0px 10px;
    text-align: left;
    vertical-align: top;
}
table.display td.center {
    text-align: center;
}
tr._odd {
    background-color: #40B0C0;
}
tr._even {
    background-color: #60D0F0;
}

.top, .bottom {
    border-top: 1px solid black;
    padding: 15px;
    text-align: center;
}
.top .dataTables_info {
    float: none;
}
.clear {
    clear: both;
}
