/* Copyright (c) 2016 ZipSocket, Inc.  */
/* All rights reserved.      */

/* Styles for hiding and disabling elements in the unsupported version of the site. */


#headerConnectTab, #headerConnectButton {
   pointer-events: none;
}

#headerExpandTab {
   display: none;
}

#controlPanelExpander {
   display: none;
}