.fr-wc-detail-widget-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: unset !important;
    color: white;
}

.fr-wc-detail-widget-table th {
    text-align: center;
    padding: 8px 0 8px 0;
    border: 1rem solid #b81b30;
    font-weight: normal;
    background: #d71f38;
}

.fr-wc-detail-widget-table td {
    text-align: center;
    padding: 8px 0 8px 0;
    border: 1rem solid #b81b30;
    background: #d71f38;
}


.fr-wc-detail-widget-table tr:nth-child(even) {

}

.fr-wc-detail-widget-table th{
    font-weight: 700;
background: #fff !important;
border-bottom: 3px solid #f4f4f4 !important;
text-align: right;
margin-bottom: 5px;

}
.fr-wc-detail-widget-table td{
line-height: 21px !important;
vertical-align: middle;
font-weight: 400;
}
.fr-wc-detail-widget-table td:nth-child(odd){
border-radius: 0 15px 15px 0;
}
.fr-wc-detail-widget-table td:nth-child(even){
border-radius: 15px 0 0 15px;
}
.fr-wc-detail-widget-table tr:nth-child(odd){
background: #F4F4F4 !important;
}
.fr-wc-detail-widget-table td{
background: transparent !important;
}

