.rci-table{
    width: 85%;
    margin: auto;
}
table{
    background-color: #FF7739;
    text-align: center;
}
table a{
    text-decoration: none;
}

#table-title{
    background-color:#FF7739;
    color: white;
}

tr:nth-of-type(even){
    background-color: #ffc5aa;
}
tr:nth-of-type(odd){
    background-color: #fdf1e7;
}