/* plugin option page */
#th23-subscribe-options h2:nth-child(n+2) {
  /* options - section header */
  margin-top: 2.5em;
}
#th23-subscribe-options .description {
  /* options - description */
  display: block;
}
#th23-subscribe-options .notice-description {
  /* options - description - notice within description */
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
#th23-subscribe-options .notice-description ul {
  margin-bottom: 0;
  list-style: inside;
}
@media screen and (min-width: 783px) {
  #th23-subscribe-options .child th {
    /* options - children (on bigger screens) */
    width: 175px;
    padding-left: 25px;
  }
  #th23-subscribe-options .sub-child th {
    /* options - sub-children (on bigger screens) */
    width: 150px;
    padding-left: 50px;
  }
}
#th23-subscribe-options div.option-template {
  /* options template - scroll if to wide */
  overflow-x: auto;
}
#th23-subscribe-options table.option-template {
  /* options template - table */
  margin-top: 1em;
  border-collapse: collapse;
}
#th23-subscribe-options table.option-template th,
#th23-subscribe-options table.option-template td {
  border: 1px solid lightgray;
  padding: .8em .5em;
  text-align: center;
}
#th23-subscribe-options table.option-template th span.hint {
  /* options template - header descriptions */
  border-bottom: 1px dotted gray;
  cursor: help;
}
#th23-subscribe-options table.option-template input.regular-text {
  /* options template - input fields */
  min-width: 7em;
  width: 100%;
}
#th23-subscribe-options table.option-template tr[id$='-template'] {
  /* option template - master input row */
  display: none;
}

/* plugin information */
div.th23-subscribe-admin-about {
  border-left: 4px solid #00A0D2;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 1px 12px;
}
div.th23-subscribe-admin-about a {
  text-decoration: none;
}

/* == customization: from here on plugin specific == */
