/* Site specific CSS styling */

.col-green           {background-color:LightGreen;}
.col-yellow          {background-color:yellow;}
.col-red             {background-color:Salmon;}
.col-grey            {background-color:DarkGrey;}
.col-darkgrey        {background-color:DarkGrey;}
.col-lightgrey       {background-color:LightGrey;}
.tableView th.col-orange  {background-color:Orange;}
.csiNodeImagessfcSmall
    img {
        max-height: 100px;
        max-width: 100px;
    }
}

