#eb *, #eb ::before, #eb ::after {
  padding-left: 3px;
  padding-right: 3px;
}

#eb .btn-primary {
  color: #fff !important;
  background-color: #b53c34 !important;
  border-color: #b53c34 !important;
}

#eb .btn-primary:hover, #eb .btn-primary:focus, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

#eb .eb-dialog-title {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: black;
}

#eb .eb-dialog-content * {
  font-size: 13px;
  color: black;
}

#eb .eb-subscribe-form {
  background-color: #000;
  padding: 16px;
  margin: 16px 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

#eb .o-empty {
  width: 100%;
  min-height: 200px;
  display: inline-block;
  text-align: center;
  background-color: #3c3a3a;
  position: relative;
  display: none;
}

#eb .reset-heading {
    background: none;
    border: medium none;
    clear: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
    color: #b53c34;
}