
/* nav6h3 */
/* for modern show design:
   use "position: fixed" for fixed
   use "position: absolute" for default

#navnavholderA .btn-group{
  position: fixed;  
  position: absolute;
  padding: 10px;
  width: 300px;
  top : 80px;
  left: 50px;
  right: 0;
  z-index: 10;
}
*/
