/*******************************************************************************
* CataloguePlot.css
*
* CSS styles for the CataloguePlot
*
* TDBA 2017-05-04 - First version
*******************************************************************************/

.catalogue-plot-tooltip {
  display: none;
  font-size: 0.65em;
  background: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: thin solid grey;
  padding: 5px;
  z-index: 1200;
}

.catalogue-plot-title {
  font-weight: bold;
}
