.example {
  max-width: 1103px;
}

.alertTitle {
  color: #D31A1A;
  line-height: 1.5;
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.pop {
  display: inline-block;
}
.pop button {
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.4;
  color: #083E9C !important;
  border-bottom: solid 1px #083E9C !important;
}
.pop button:hover {
  border-bottom: none !important;
}

#mypopover {
  position: fixed;
  width: 50%;
  padding: 10px;
  margin: auto;
}

@media (min-width: 960px) {
  .alertTitle {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=refund.css.map*/