html {
  /* background: #ccc; */
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

div #container {
  width: 600px;
  height: 600px;
  display: inline-block;
}

.frame {
  width: 600px;
  height: 600px;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  /* background-image: url(http://www.abload.de/img/gypsygardenbypixelsice4gah.png); */
}

.selectiondiv {
  border: 2px solid white;
  background: #1B94E0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 0px;
  padding: 0px;
  display: none;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}

.tg .tg-yw4l {
  vertical-align: top
}

body {
  font-family: Arial;
}


/* Style the tab */

div.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  float: right;
  top: 0;
  left: 700px;
  position: absolute;
}


/* Style the buttons inside the tab */

div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}


/* Change background color of buttons on hover */

div.tab button:hover {
  background-color: #ddd;
}


/* Create an active/current tablink class */

div.tab button.active {
  background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
  /* display: none; */
  margin: 10px;
  transition: 0.3s;
}