.med-list {
    width: 800px;
    position: fixed;
    top: 500px;
    left: 100px;
    background-color: white;
    padding: 6px;
    border: 1px solid var(--primary);
}

.med-list-item {
    padding: 6px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid var(--primary);
    margin-bottom: 6px;
}

    .med-list-item:hover, .med-list-item.selected {
        background-color: var(--highlight2);
    }

.med-pager{
    font-size: 1.3rem;
}

.prescribe-item-dosing {
    height: 36px;
    background-color: transparent;
}

    .prescribe-item-dosing:focus, .medicine-auto-expander:focus {
    height: 100px;
    background-color: var(--editing);
}

.prescribe-item-name{
    font-size: 0.85rem!important;
}

.prescribe-batch-badge{
    font-size: 12px;
    font-weight:bold;
    text-align:center;
}

.medicine-items{
    padding: 5px;
    border-bottom: 1px solid #dbd7d7;
}

    .medicine-items:last-child {
        border-bottom: none!important;
    }

