#canvas_div
{
  position: relative;
   left: 0px;
   top: 0px;
   
  background-color: #ffffffe1;
  border-radius: 10px;
  
  height: 605px;
   width: 805px;
}
#canvas_div canvas
{
  position: absolute;
   left: 0px;
   top: 0px;
   
  border: 2px solid #51C5ED;
  border-radius: 10px;
  
  height: 600px;
  width: 800px;
}

input.geod
{
  width: 30px;
}

input.color_input
{
  position: relative;
  
  width: 19px;
  height: 19px;
  border: 2px solid black;
  
  margin-left: -5px;
}

input.color_input:hover
{
  position: relative;
   left: 1px;
   top: 1px; 
  border: 2px solid grey;
}

input.geod
{
  border: none;
  
  color: #51C5ED;
  text-align: center;
}

#black
{
  background-color: black;
  
  border-right: 0px solid transparent;
  
  margin-left: 0px;
}

#purple
{
  background-color: #FA00FF;
  
  border-left: 0px solid transparent;
  
}

#yellow
{
  background-color: yellow;
  
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}

#green
{
  background-color: green;
  
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}

#green
{
  background-color: green;
  
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}

#blue
{
  background-color: blue;
  
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}

#red
{
  background-color: red;
  
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}
