/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.1.2021, 7:48:49
    Author     : smolny.jiri
*/

.bod  { width:6px; height: 6px; position: absolute; z-index:20 }
.bod:not(:hover)  {opacity: 0.1; width:5px; height: 5px; position: absolute;}
.bod:hover {opacity: 1.0}

.dot  { display: block; width:3px; height: 3px; position: absolute; z-index:20; border-style: solid; border-width: 2px; border-color: red }
.dot:not(:hover)  {opacity: 0.0; width:3px; height: 3px; position: absolute;}
.dot:hover {opacity: 1.0}

.box  { display: block; position: absolute; z-index:20; border-style: solid; border-width: 2px; border-color: black; color: purple; }
.box:not(:hover)  {opacity: 0.0;}
.box:hover {opacity: 1.0}