.color_table_container {
  z-index: 10;
  background-color: white;
  padding: 3px;
  border: 1px solid black;
  width: 400px;
  display: none;
  position: absolute;
  left: 100px;
  top: 100px;
}

.color_table {
  background-color: white;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.color_table td {
  width: 30px;
  height: 30px;
  border: 4px solid white;
  cursor: pointer;
}

.color_table_button {
  width: 38px;
  margin: 3px;
  padding: 1px;
  text-align: center;
  font-size: 16px;
  background-color: #DDDDDD;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
  float: right;
}

.color_table_title_bar {
  margin: 0px;
  padding: 3px;
  text-align: left;
  font-size: 18px;
  background-color: #DDDDDD;
  color: #000000;
  border: 1px solid #FFFFFF;
}

.color_table_title {
  float: left;
  background-color: #DDDDDD;
  color: #000000;
  font-weight: bold;
}

.color_table_mini_button {
  text-align: center;
  font-size: 18px;
  background-color: #DDDDDD;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
  float: right;
}

.color_table_label {
  width: 110px;
  margin: 3px;
  padding: 5px;
  text-align: center;
  font-size: 26px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  float: right;
}

.color_table_panel {
  width: 120px;
  height: 32px;
  margin: 3px;
  padding: 1px;
  text-align: center;
  font-size: 11px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  float: right;
}

#colorPickerIconContainer img {
  display: inline;
  cursor: pointer;
}