.table{
    text-align: center;
    border-top: 5px solid #ff5100;
    margin: 10px auto;
}
.table tbody tr th{
text-align: center;
}
.table tbody tr td{
    vertical-align: middle;
}
.table tbody tr:nth-child(2n+1){
    background: #eaf5ea;
}
.table tbody tr:first-child{
    background: #eeeeee;
}