/*
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 : Dec 14, 2019, 11:44:59 AM
    Author     : peppy
*/

.sticky_element {
    padding: 0;
    z-index: 10000;
    position: fixed;
    top:86px;
}

#rsticky {
    width: 300px;
    min-height: 300px;
    max-height: 600px;
}