body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 12px;
}
.container {
    width: 1280px;
}
dd {padding-top: 1px;}

.table thead th {font-size: 12px; /*background-color: #101010; color:white;*/}
.table td {font-size: 12px;}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.label {
    font-size: 85%;
}
div.dataTables_filter label {
    float: right;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px;
}
