#alertpane.alert, #alertpane.alert p {
  color: #000;
  font-weight: 400 !important;
  margin: 0px !important;
}
#alertpane.alert a, #alertpane.alert a:visited {
  color: #000 !important;
  text-decoration: underline;
}
#alertpane.alert a:hover, #alertpane.alert a:active {
  color: #000 !important;
  text-decoration: none;
}
.alertpane.close {
  margin-bottom: 0px !important;
  font-size: 2em;
  color: #000 !important;
  text-align: center;
  opacity: 1;
}
.alert-dismissible {padding-right:2rem!important;}
.alert-dismissible .close { padding:0!important;}