.embat-button {
  display: inline-block;
  padding: 0.72em 1.15em;
  border-radius: 6px;
  background: #1673b9;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}
.embat-button:hover,
.embat-button:focus {
  background: #0f5f99;
  color: #fff !important;
  text-decoration: none;
}
.embat-disclosure {
  font-size: 12px;
  color: #666;
  margin: 0 0 6px;
}
