/* 
    Created on : 30.7.2020, 5:04:53
    Author     : emil
*/
.row-item-detail, .row-item-detail td {
    /*all: initial;*/
    background-color: white !important;
}
.row-item-detail .table>tr>td {
    padding: .5rem;
}
.row-item-detail th {
    /*all: initial;*/
    font-weight: normal;
}

.item-detail-content td {
    vertical-align: top !important;
    line-height: 1.2rem;
    font-size: .95rem;
    padding: .5rem;
}
