/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/Nov/2014, 12:18:06
    Author     : SplendidEvolution
*/

.stock-no {
    background-color: red;
    color: whitesmoke;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: auto;
}

.stock-yes {
    background-color: green;
    color: whitesmoke;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: auto;
}

.stock-no-data {
    background-color: gray;
    color: whitesmoke;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: auto;
}