.trs-wrapper {
  background: #ffffff;
  border: 1px solid #73bf44;
  border-top-width: 5px;
  padding: 1rem;
}

.page-title-wrapper {
  text-align: center;
}

.trs-title {
  margin-top: 0;
}

.trs-option {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.trs-card {
  background-color: #f7f7f7;
  padding: 2rem;
  box-shadow: none;
}
.trs-card .lead {
  margin-top: 0;
}
.trs-card dl {
  margin-bottom: 0;
}
.trs-card dl dt {
  margin-top: 1rem;
}
.trs-card p {
  margin-top: 0.5rem;
}
.trs-card .card-section .button-group {
  margin-top: 1.5rem;
  border-top: 1px solid #ccc;
  padding-top: 0.75rem;
  flex-direction: column-reverse;
}
.trs-card .card-section .button-group .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 1rem 0;
}

@media screen and (min-width: 48em) {
  .trs-wrapper {
    padding: 2rem;
  }
  .trs-card {
    padding: 2rem;
  }
  .trs-card .card-section .button-group {
    padding-top: 1.5rem;
    flex-direction: row;
  }
  .trs-card .card-section .button-group .button {
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
    margin: 0;
  }
}
/*# sourceMappingURL=rma-index.css.map */
