body {
    padding-top: 50px;
    background: url(/static/images/background.png);
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #ffffff;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #eee;
}
