/* rvd3 version 0.1.1 Derived from and requiring:  
 * nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */

.dashed 
{ stroke-dasharray: 5, 5;  }
  
svg 
{ display: block;
  margin: 0px;
  padding: 0px; 
  width: 100%;
  Xborder: 2px solid #0A0;}

.nvtooltip table td.value 
{ text-align:  left;
  font-weight: bold; }

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover 
{ animation: flash linear 1s infinite; }

@keyframes flash 
{  0% { opacity: 1;  } 
  50% { opacity: 0; } 
 100% { opacity: 1;  } }
 