/* changing position property from 'absolute' to 'fixed' and back determines whether table is 'sticky' or not. */

.fixtable {position: absolute; left: 0; top: 0; z-index: 40; width: 11%}
.fixtable2 {position: fixed; left: 0; top: 0; margin-right:400%; z-index: 30}
.font1 {line-height: 10px} 
.bullet {line-height: 55%; margin-bottom:-13px; margin-left: -3px}
.maintext {text-align: left}