.table-detail td {
    border-top-style: solid;
    border-top-width: 1px;
}
table th {
    white-space: nowrap;
}

.bg-lightblue {
    background-color: #D3DEF1;
}
.bg-lightred {
    background-color: #fbdac8;
}
.bg-lightyellow {
    background-color: #FAF6E1;
}
.bg-lightgreen {
    background-color: #CFFAC8;
}

.text-lightblue {
    color: #D3DEF1;
}
.text-lightred {
    color: #fbdac8;
}
