
 /*
    SELECTORACLE
      http://gallery.theopalgroup.com/selectoracle/

    BORDER-RADIUS :
      border: 0px solid #000000; border-radius: 35px; padding: 0px;

    BOX-SHADOW :
      box-shadow: 4px 4px 4px #00ffff;
      Wert 1 : Schatten in x-Richtung (negativ möglich)
      Wert 2 : Schatten in y-Richtung (negativ möglich)
      Wert 3 : Schattenübergang von dunkel auf hell (kleiner Wert > harter Schatten)

    Font-Weight :
      100,200,300,400,500,600,700,800,900
      599=medium
      700=bold

     box-sizing : border-box; box-sizing : content-box; box-sizing : inherit;
     overflow:hidden;  float:left;  display:none;  clear: both;  z-index: 2000;  cursor: pointer;

     font-family:'Times New Roman',Arial;  font-size: 20px;  color:#000000;  font-weight: 600;  font-style: normal;
 */

/* ################################################################# */

/* #main_div {
   border:0px solid #ffffff;
   width:800px;
   height:800px;
   } */

/* #canv_div {
   border:1px solid #0000ff;
   width:800px;
   height:600px;
   } */

/* #canvas {

   border:1px solid #ff0000;
   width:800px;
   height:600px;
   } */

#my_canvas {

   border:1px solid #ff0000;
   width:90%;
   height:90%;

   }

.hidden_jsg {
  display: none;
}

/* ################################################################# */