// out: admin.css, compress: true
.donation {
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin: 5px 0 15px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  text-align: center;
}

.templates {
    width: 100%;

    &_shortcode {
      width: 50%;
      float: left;
      font-size: 14px;
    }
    &_name {
      font-weight: bold;
    }

    &:after {
      clear:both;
      content: " ";
      display: table;
    }
}

.qm_settings {
  &_textarea {
    width: 100%;
    min-height: 200px;
  }
}
