#formule{
    
    margin: auto;
    
    .grams{
        
        width:150px;
    }
    
    .ingredient-title{
        
        min-width:200px;
    }
    
    .cell-grams-input{
        
        padding-left:50px;
        
        input{
            
            margin-left: 10px;
        }
    }
    
    .input-error{
        
        border-color:red;
        background:#ffefef;
        color: red;
    }
    
    .formule-entries{
        
        margin-top:15px;
    }
    
    .filter{
        
        margin-bottom:5px;
    }
}