tr.id_HeaderR1 {
    width: 100%;
    position: fixed;
    z-index: 3;
    background-color: #f9f8f7;
	 padding-bottom: 20px;
}

.nav-bar-wrapper .top-nav-bar {
    position: fixed;
    z-index: 3;
    transition: top 0.5s;
}

.nav-bar-wrapper .top-nav-bar.hideNav {
	display: none !important;
}