
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 400px;
  height: 400px;
  overflow: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
  color: #333333;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
  color: #333333;
}

.modal-close {
  /*color: #aaa;
  line-height: 50px;
  font-size: 80%;*/
  position: absolute;
  right: 20px;
  /*text-align: center;*/
  top: 30px;
 /* width: 70px;*/
  text-decoration: none;
}

.close_icon{
  color:rgb(158, 38, 45);
  font-size:16px;
  font-weight: 300;
}
.modal-close:hover {
  color: #000;
}

 .donor_logo img {
      width: 70px;
      float: right;
      margin-left: 11px;
      margin-top: -7px;
  }
  .graph_holder .btn_group {
      width: auto;
  }
  .main_footer { 
      padding: 1.8375rem 0 0.9375rem 0;
  }
  html body .gjuhet{
      margin-right: 0; 
  }

 /* additional css*/
h1.subscribe_heading{
  color:rgb(158, 38, 45);
}
.input_subscriber.input_holder:las-child{
    margin-bottom:20px !important;
}
 .input_holder input{
      border:none;
      width:70%;
      border-bottom: 1px solid rgb(158, 38, 45);
      margin-bottom:15px;
 }

 .input_holder p{
    color:rgb(158, 38, 45);
 }

 .input_holder:nth-child(3){
  margin-bottom:15px;
 }

 .input_holder input:focus{
    outline: none;
    border-bottom: 1px solid rgb(158, 38, 45);
  }
.input_holder input:focus::-webkit-input-placeholder { color:transparent; }
.input_holder input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.input_holder input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.input_holder input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.modal-window .container {
  display: block;
  float: left;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.modal-window .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.modal-window .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.modal-window .container input:checked ~ .checkmark {
  background-color: rgb(158, 38, 45);
}

.modal-window .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.modal-window .container input:checked ~ .checkmark:after {
  display: block;
}

.modal-window .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

 tr td {
    color: rgb(117, 117, 117);
 }

  #subscriber_submit{
    width: 200px;
    height: 36px;
    line-height: 36px; 
    float: left;
    text-align: center;
    text-decoration: none;
    background: #a73c42;
    background: linear-gradient(90deg,#a73c42 0,#541e21);
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
 }

 .checkboxes p{
    color:rgb(158, 38, 45);
 }