#div-mobile {
  display: block;
  width: 100%;
  background: #347e12;
  height: 55px;
  line-height: 35px;
  position: sticky;
  bottom: 0;
  padding-top: 10px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

p br {
  content: "";
  margin: 20px 0;
  display: block;
  font-size: 50%;
}

.br-default br {
  margin: 0;
}

.btn-danger {
  text-decoration: none;
  background-image: linear-gradient(180deg, #4ba614, #008c00);
  border: 1px solid #34740e;
}

.btn.btn-danger:hover {
  border: 1px solid #224b09;
  background-color: #36780f;
  background-image: linear-gradient(180deg, #36780f, #005900);
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

.btn-danger:active {
  background-color: unset;
  border-color: unset;
  box-shadow: none;
}

.disclaimer-inner {
  max-width: 1160px;
}

.attention {
  background-color: #fafad2;
  padding: 10px !important;
  border: dashed red;
}
