/* Custom styles */
.copyright-alert-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0.5px solid #cccbcb;
  border-bottom: 0.5px solid #cccbcb;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.copyright-alert-wrapper span {
  font-weight: bold;
  text-transform: uppercase;
}
