/*
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 : Oct 7, 2014, 4:27:32 PM
    Author     : sagarg
*/
.sticky-row { background: #DDDBCE;font-weight:bolder;}

.fixed-row {
    position: fixed;
    top:0; left:0;
    width: 100%;
    border-bottom:1px solid #333;
    box-shadow: 0px 2px 3px #888888;
    z-index:100;
}