/* line 1, app/assets/stylesheets/texting.scss */
.hidden {
  display: none !important;
}

/* line 4, app/assets/stylesheets/texting.scss */
.flash-container .alert {
  font: bold 16px/20px sans-serif;
}

/* line 7, app/assets/stylesheets/texting.scss */
.flash-container .alert .close {
  display: none;
}

/* line 11, app/assets/stylesheets/texting.scss */
input[type="text"],
input[type="number"] {
  height: 40px;
  box-sizing: border-box;
  width: 100%;
}

/* line 18, app/assets/stylesheets/texting.scss */
legend.church-information {
  padding: 10px 0 5px;
}

/* line 21, app/assets/stylesheets/texting.scss */
legend.church-information hr {
  width: 80%;
  margin: 5px auto;
  border-color: #a5b9c1;
  border-bottom: none;
}

/* line 28, app/assets/stylesheets/texting.scss */
legend.church-information div {
  line-height: 20px;
  font-size: 14px;
}

/* line 32, app/assets/stylesheets/texting.scss */
legend.church-information .church-name {
  font-size: 18px;
}

@media (max-width: 600px) {
  /* line 37, app/assets/stylesheets/texting.scss */
  .buttons button {
    width: 100%;
  }
}
