/* 
    Document   : ingredient
    Created on : Sep 21, 2011, 8:35:08 PM
    Author     : Meranda
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.ingredient-state-current {
    color: black;
}

.ingredient-state-delete {
    color: red;
    text-decoration: line-through;
    font-weight: bold;
}

.ingredient-state-new {
    color: green;
    font-weight: bold;
}
