.rt-details-panel {
    padding-left: 10px;
}

.rt-details-panel__row {
    display: grid;
    grid-template-columns: 1fr 100px;
    margin-bottom: 13px;
}
.rt-details-panel__row:hover {
    background-color: #fffae5;
}
.rt-details-panel__detail {
    padding-right: 3px;
}
/*
.rt-details-panel__row {
    margin-bottom: 5px;
}*/
.rt-details-panel__row_autow {
    grid-template-columns: 1fr 1fr;
}
.rt-button_small {
    font-size: 16px !important;
}
.rt-details-panel__rt .rt-button_small {
    margin-right: 3px;
}
