/* The Modal (background) */
.mailing-list-modal__modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.appeals-mailing-list-modal__content {
  background-color: #ebebeb;
  margin: auto;
  padding: 20px;
  width: 350px; }
  .appeals-mailing-list-modal__content .js-form-item.form-item {
    width: 97% !important; }

/* The Close Button */
.mailing-list-modal__close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.mailing-list-modal__close:hover,
.mailing-list-modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

#appeals-mailing-list__button {
  margin: 15px; }
