body {
  font-family: Verdana, Arial;
  font-size: 83%;
}

.caption {
  font-size: 83%;
  color: gray;
}

#start {
  cursor: pointer;
  color: white;
  background-color: rgb(198, 219, 255);
  font-size: 150%;
  font-weight: bold;
  padding: 5px;
  border: 3px groove rgb(198, 219, 255);
}

#idea-list {
  list-style-position: inside;
}

#tabs th {
  cursor: pointer;
  text-align: center;
  padding: 0 1em;
}

#tabs th.on {
  background-color: rgb(198, 219, 255);
  cursor: default;
}

#tabs th.off {
  background-color: rgb(239, 239, 247);
}

#fields th {
  text-align: left;
  padding-right: 1em;
}

.msg-text {
  font-weight: bold;
  padding: 0 1em;
}

.msg-t1 {
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  margin: 0 2px;
}

.msg-t2 {
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  margin: 0 1px;
}

#icon-palette {
  position: absolute;
  padding: 3px;
  border: 1px solid gray;
}

.icon {
  cursor: pointer;
  width: 16px;
  height; 16px;
  border: 1px solid white;
}

.answers {
  margin-left: 1em;
}

#loading {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(204, 68, 68);
  color: white;
  padding: 0 2px 2px 2px;
}

