.jmolConsole {
    z-index: 2147483647 !important;
}
.jmolPopupMenu {
    z-index: 2147483647 !important;
}
.jmolPopupMenu a
{
  color: #222222;
  font-size: 10px;
}
.jmolPopupMenu, .jmolPopupMenu .ui-corner-all
{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 0.9;
}
.jmolPopupMenu .ui-state-hover, .jmolPopupMenu .ui-state-focus
{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #79b7e7;
  border-right-color: #79b7e7;
  border-bottom-color: #79b7e7;
  border-left-color: #79b7e7;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  background-color: #d0e5f5;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #1d5987;
}
.jmolPopupMenu .ui-menu-item a
{
  display: block;
  padding-top: 0.05em;
  padding-right: 0.4em;
  padding-bottom: 0.05em;
  padding-left: 0.4em;
  white-space: nowrap;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
.jmolPopupMenu input[type="checkbox"]
{
  vertical-align: middle;
}
/* basic yui CSS for JSmol popup menu*/
.ui-menu-item hr,
.ui-menu-item ul,
.ui-menu-item li,
.ui-menu-item a,
.ui-menu-item label
{
  font-size: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.jmolPanelImg
{
height: 16px;
width: 16px;
margin: 2px 2px 0px 0px;
}
.jmolPanelControl
{
margin: 2px 2px 0px 0px;
}
#jmolApplet0_appletdiv p
{
  margin-top: 0em;
  margin-bottom: 0em;
}
#jmolApplet0_infodiv
{
top: 0px !important;
}
.jmolwrapper
{
height:100%;
width:100%;
overflow:hidden;
margin:0;
padding:0;
}
#jmolstructure
{
width:100%;
}
#jmolpanel
{
width: 100%;
background-color: lightgray;
padding: 0 0 2 2;
}
.bgblack {
background-color: black;
color: white;
}
.bgwhite {
background-color: white;
}
.bglightgrey {
background-color: lightgray;
}
