/*MENU*/ul.member-menu { z-index: 15; }ul.member-menu > li { background: #333334; }ul.member-menu > li > a { color: #ffffff; font-weight: bold; }ul.member-menu > li:hover { background: #333334; }ul.member-menu > li:hover > a { color: #4e9d2d; }ul.member-menu ul > li { background: #333334; }ul.member-menu ul > li > a { color: #ffffff !important; }ul.member-menu ul > li:hover { background: #333334; }ul.member-menu ul > li:hover > a { color: #4e9d2d !important; }ul.member-menu ul ul > li { background: #333334; }ul.member-menu ul ul > li > a { color: #ffffff !important; }ul.member-menu ul ul > li:hover { background: #333334; }ul.member-menu ul ul > li:hover > a { color: #4e9d2d !important; }/*MENU*/


/*Giga S.O Responsive Design */


@media only screen and (min-width: 703px) {
 #Table2987-2{
    max-width: 100%;
  }

 .mobile-icon-bar{
   display:none;
 }
}

@media (max-width: 703px) {    /* screens smaller then 768px */              
   #club-menu {
      display: none;
   }

   .club-banner{
     display:none;  
   }

   #myBookingsPlayToday{
     display:none;  
   }

   #Table2987-2{
     display: none;
   }
}

/* iPad Retina, landscape*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){ 

}

/* iPad Retina, portrait*/
@media only screen and (max-width:768px) and (orientation:portrait){ 

}

/*Giga E.O Responsive Design */