#mycanvas {
  position: fixed;
  border: solid gray 2px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  cursor: crosshair;
  margin: 20px;
}

.thumnail {
  border: 2px solid #999;
  margin-top: 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.parametersarea{
  position: fixed;
  bottom: 0px;
  left: 110px;
}

.toolarea {
  clear: both;
  text-align: center;
  display: inline-block;
  border: solid gray 2px;
  border-radius: 10px;
  padding: 1px 10px 1px 10px;
  margin: 10px 1px 10px 20px;
  margin-top: 20px;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.Coordinatearea {
  clear: both;
  width: 200px;
  text-align: left;
  display: inline-block;
  border: solid gray 2px;
  border-radius: 10px;
  padding: 1px 10px 1px 10px;
  margin: 10px 1px 10px 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.osc {
  clear: both;
  display: inline-block;
  border: solid gray 2px;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 10px 10px 1px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.erasearea {
  position: fixed;
  right: 100px;
  top: 80px;
  width: 50px;
  height: 25px;
  text-align: center;
  border: solid gray 2px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#gallery {
  position: fixed;
  right: 10px;
  top: 130px;
  width: 150px;
  height: 400px;
  border: solid gray 2px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  padding-top: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#save {
  position: fixed;
  right: 30px;
  top: 80px;
  width: 50px;
  height: 25px;
  text-align: center;
  border: solid gray 2px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.canvasarea {
  width: 100vw;
  height: 500px;
	margin: 100px;
  background-color: #fffafa;
  margin-top: 10px;
}


.header {
  width: 100vw;
  height: 30px;
	margin: 0 auto;
  text-align: left;
  padding-left: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}

.Return_view {
    clear: both;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: solid gray 2px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px;
    margin: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
