@charset "UTF-8";
/* CSS Document */
body, html{
    margin:0px;
    padding: 0px;
    height:440px;
}
table {
  border: none;
}
td{ 
  font-size: 30px !important;
    border: none !important;
}
#convex {
  position: relative;
}
#top {  
  font-size: 18px !important;
  text-align: left;
  position: absolute;
  z-index: 10;
  background-color: #0065DD;
  width: 91%;
  height: 40px;
  right: 0;
}
#bottom {
  /* display: none; */
  bottom: 0;
  position: absolute;
  z-index: 11;
  background-color: #0065DD;
  width: 100px;
  height: 50px;
  left: 0;
}
/* For mobile   */ 
table {
    transform-origin: top left;
    transform: scale(0.8);
}    

canvas {
  cursor: grab;
}