.smppSettingsTemplate {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.smppSettingsTemplate table {
  margin: 30px;
}
.smppSettingsTemplate td {
  border-bottom: 1px dotted lightgray;
}
.smppSettingsTemplate td:first-child {
  text-align: left;
}
.smppSettingsTemplate td:last-child {
  font-weight: bold;
  text-align: right;
}
.auth-options-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.auth-options-wrapper > div > a {
  font-size: 1rem;
}
.auth-option {
  margin-right: 30px;
  min-width: 200px;
}
.auth-option .recipient {
  white-space: nowrap;
}
.auth-devices {
  width: 80%;
}
.auth-devices > table {
  width: 100%;
}
button.country {
  margin-bottom: 5px;
}
.internationalTemplate .table-block-mini {
  width: 80vw;
  padding: 20px;
}
.internationalTemplate > * {
  margin-bottom: 15px;
}
.toggled,
.toggled > * {
  font-size: 1.5rem;
  font-family: Play-Bold;
}
.select-all {
  margin-left: 40px;
  vertical-align: middle;
}
.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 5s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(-60%, 0);
    -webkit-transform: translate(-35%, 0);
    -moz-transform: translate(-40%, 0);
  }
  50% {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-65%, 0);
    -moz-transform: translate(-60%, 0);
  }
  100% {
    transform: translate(-60%, 0);
    -webkit-transform: translate(-35%, 0);
    -moz-transform: translate(-40%, 0);
  }
}
/*# sourceMappingURL=client.css.map */