#itemLogConfig h3 {
  margin: 0 0 1em 0;
  padding: 0.5ex;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
#itemLogConfig dl + h3 {
  margin-top: 2em;
}
#itemLogConfig dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
#itemLogConfig dl dt,
#itemLogConfig dl dd {
  margin: 0;
  padding: 0;
}
#itemLogConfig dl dt {
  text-align: left;
}
#itemLogConfig dl dd + dt {
  margin-top: 2em;
}
#itemLogConfig dl dd {
  border-radius: 5px;
  text-align: left;
}
#itemLogConfig dl dd form {
  display: inline;
}
#itemLogConfig dl dd label {
  position: relative;
  display: inline-block;
  padding: 0.5ex 1em 0.5ex 2em;
  border-radius: 5px;
  text-align: left;
  color: rgba(255, 255, 255, 0.35);
  text-shadow: 1px 1px 1px #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url('../../img/disable.png');
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 1.5rem 1.5rem;
}
#itemLogConfig dl dd label input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#itemLogConfig dl dd label .chapter {
  white-space: nowrap;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.25);
}
#itemLogConfig dl dd label:hover {
  background-color: rgba(255, 255, 0, 0.2);
}
#itemLogConfig dl dd label:has(input:checked) {
  background-color: rgba(0, 255, 255, 0.2);
  background-image: url('../../img/check.png');
  color: #fff;
}
#itemLogConfig dl dd label:has(input:checked) .chapter {
  color: rgba(255, 255, 255, 0.65);
}
#itemLogConfig dl dd br {
  display: none;
}
#itemLogConfig dl dd + dd {
  margin-top: 2px;
}
#timeout {
  margin: 0;
  padding: 2em;
  line-height: 2em;
}
#timeout a {
  display: inline-block;
  margin: 0 0.5ex;
  color: #ffc83c;
  border-bottom: 1px solid rgba(255, 200, 60, 0.5);
}
