body {
    background-color: #ffffff!important;
}

table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}

.text-gray {
    color: #64707D;
    font-size: 14px;
    font-weight: 600;
    word-wrap: break-word;
}

.table tbody + tbody {
    border-top: 2px #172983 solid;
}

.list tr:nth-child(odd) {
    background-color: #ffffff;
}

.list tr:nth-child(even) {
    background-color: #F1F3F5;
}
