﻿div.cures {
    
}

    div.cures p input, 
    div.cures p select {
        width: 100%
    }

    div.cures p.cure-section {
        width: 15%;
    }

    div.cures p.cure-category {
        width: 9%;
        min-width: 110px;
    }

    div.cures p.cure-description {
        width: 20%;
    }

    div.cures p.cure-amount {
        width: 10%;
    }

    div.cures p.cure-reason {
        width: 15%;
    }

    div.cures p.cure-comments {
        width: 20%;
    }

    div.cures p.cure-delete span {
        font-size: 18px;
        cursor: pointer;
    }

div.cures p label {
    font-size:13px;
    font-weight:bold;
}

div.cures select {
    border-color:#cccccc;
}
