#sketchpad {
    margin: auto;
    width: 100%;
    height: 800px;
    background-repeat: repeat;
}

.toolbar {
  width: 100%;
  min-width: 228px;
  background-color: #fafafa;
  text-align: center;
  padding: 14px;
  display: inline-block;
}
.toolbar .section {
  clear:both;
  margin-bottom: 8px;
}
.toolbar .slider {
  width: 100%;
}

.toolbar .button {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
}

.toolbar .button.active {
  background-color: rgba(0, 0, 0, .5);
  color: rgba(255, 255, 255, 1);
}

div.files,
div.special2,
div#tool-rainbow,
div#tool-mandala {
  display: none;
}

#backimage {
  display: none;
}
/*input {
  font-style: italic;
  text-transform: uppercase!important;
  font-weight: bold;
}

*/
