
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-top: 0 solid red;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 5px;
}
.table {
    font-size: 12px;
    border: 1px solid #DDD;
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.table td{
    border: 0;
}
.table thead, .table tfoot {
    background-color: black;
}
.table tfoot{
    color: #FFF;
}
.table thead a, .table tfoot a, .table thead th {
    color: #ffcd11;
}
.table thead a:hover, .table tfoot a:hover {
    color: #ffcd11;
}