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

.trs-wrapper {
  background-color: #efefef;
  padding: 2rem 1rem;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

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

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

.trs-card {
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: none;
  border-radius: 0;
}
.trs-card .lead {
  font-weight: 300;
  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 #cccccc;
  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-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 */
