/* style for tables with only outside border (called class 'infoblock') */
table.infoblock {   /* J Prilusky 2008 */
  border-collapse: collapse;
  border: 2px solid #dddddd; 
  clear: right;
  float: right;
  position: relative;
  margin: 0 0 .5em .5em;
}

table.lightborder { /* J Prilusky 2014 */
  border-collapse: collapse;
  border: 2px solid #dddddd; 
}

.disabledJmolLink:hover {
  position: relative;
}

.disabledJmolLink:hover:after {
  content: 'Please press Display Interactive Model';
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 2em;
/*  top: 100%; */
/*   white-space: nowrap; */
  z-index: 200;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}