/*
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 : 09.06.2018, 17:02:34
    Author     : andrey
*/
#canv{
position: relative;
margin: 10px 0;
}

#axe{
z-index: 5;
}

canvas{
position: absolute;
top: 0;
left: 0;
}

#canv div{
background-color: #000000;
}

table{
    margin-top: 10px;
}
