
body {
  background-color: #F8F8F8;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 15px;
}

p {
  color: #333;
}

#container {
  width: 100%;
  height: 500px;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
}

#imageCanvas {
  border: 2px solid #000;
  background-color: #6E6E6E;
}

#text {
  font-size: 24pt;
  text-align: center;
  margin-top: 140px;
}

#imageDiv {
  float:left;
  width:50%;
}

#controlsDiv {
  float:right;
  width:50%;
}

.primitive_color_box {
  width: 15px;
  height: 15px;
}

#glassplate {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
}

.error {
  color: red;
}

.loader {
  background-color: rgba(0,0,0,0.6);
  background-image: url(ajax-loader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15%
}

#function_name {
  width: 4em;
}

#function_field {
  width: 25em;
}

#hideButton{
  position: absolute;
  top:10px;
  right:10px;  
  }