/*
 * Inventory Manager by impleCode
 * http://impleCode.com
 *
 * Copyright 2014 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 */

.inventory-info {
    color: #11b400;
    font-size: 1.2em;
}

.inventory-info.stock-0 {
    color: red;
}
