.canvas-container  {
  position: relative;
}

.thumbnail img {
    height: 100px;
}

.canvas-container {
  margin:20px auto;
  background-image: url("../imgs/board.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1000px;
  height: 600px;
}

.canvas-container .tools {
  width: 85px;
  margin-left: 35px;
  padding-top: 80px;
  float: left;
}

.tools>div{
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.tools input[type=image] {
  width: 100%;
  height: 100%;
}
.tools input[type=image].active {
  display: none;
}

.tools img {
  width: 100%;
  height: 100%;
}

.tools span {
  width: 80%;
  height: 80%;
  border-radius: 10px;
}

.canvas-container .drawings {
  width: 100px;
  position: absolute;
  left: 896px; 
  top: 85px; 
}

.pre-scrollable {
  max-height: 410px;
}

.thumb {
  width: 40px;
}

.thumb img {
  height: 40px;
}

.canvas-container .canvas-boards {
  position: relative; 
  x-margin-top: 68px;
  x-margin-left: 50px;
  x-margin-bottom: -73px;
}

.canvas-container .canvas-boards .boards-wrap {
  position: relative; 
  margin-top: 68px;
  margin-left: 50px;
  margin-bottom: -73px;
}

.canvas-container .canvas-boards #board {
  position: absolute; 
  x-margin-top: 68px;
  x-margin-left: 50px;
  x-margin-bottom: -73px;
  left: 0;
  top: 0;
}

.canvas-container .canvas-boards #board2 {
  position: absolute; 
  x-margin-top: -373px;
  x-margin-left: 50px;
  left: 0;
  top: 0;
}

::-webkit-scrollbar {
    display: block;
}
::-webkit-scrollbar-track {
    background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: #7c2929;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

.seekbar {
  position: absolute;
  x-top: 515px;
  x-left: 20px;
  top: 515px;
  left: 0px;
}
