@layer components {
/* Form components */

/* Hidden radio buttons in button groups */
div.btn-group[data-toggle="buttons-radio"] input[type="radio"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* Reply text area */
.reply .text {
  min-height: 50px;
}

.reply .text a {
  color: white;
  text-decoration: underline;
  font-size: 100%;
}
}
