#indicator_log {
  display: none;
}

#indicator_log .log_title {
  background: yellow;
}

#confer_points {
  display: none;
}

#confer_points .log_title {
  background: red;
}

#confer_points td {
  vertical-align: top;
  padding: 1px;
}

.log_unit {
  border: 1px solid black;
  max-width: 250px;
}

.log_unit div {
  margin: 2px;
  padding: 2px;
}

.log_unit input {
  width: 100%;
}

.log_textbox {
  height: 100px;
  overflow-y: auto;
  line-height: 95%;
}

.log_timestamp {
  font-size: 85%;
  color: brown;
}

.log_error {
  display: none;
  background: pink;
  color: red;
}
