.prescription-hospitalReserved {
    background-color: #ffa0a0 !important;
}

.prescriptionDrugLots {
    border: 2px solid var(--row-separator-color);
    border-radius: 4px;
    padding: 4px;
}

.prescriptionDrugLots div {
    padding-top: 1px;
    padding-bottom: 1px;
}

.prescriptionDrugLotsSelection {
    border-bottom: 1px dashed grey;
    margin-bottom: 8px;
    padding-bottom: 8px !important;
}