/*
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 : Jun 30, 2020, 12:15:12 PM
    Author     : darius
*/

.bg-color-green{
    background-color: #085A3D;
}
.bg-color-lightgreen{
    background-color: #149265;
}
.bg-color-lightyellow{
    background-color: #E3B94B;
}
.color-dark{
    color:#333;
}