  table {
      border: 2px solid #33323b;
      border-radius: 3px;
      background-color: #fff;
    }

    th {
      background-color: #33323b;
      color: rgba(255,255,255,0.66);
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    td {
      background-color: #b45b61;
      color: #fff;
      
    }

    th, td {
      min-width: 120px;
      padding: 10px 20px;
    }

    th.active {
      color: #fff;
    }

    th.active .arrow {
      opacity: 1;
    }

    .arrow {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      margin-left: 5px;
      opacity: 0.66;
    }

    .arrow.asc {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid #fff;
    }

    .arrow.dsc {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #fff;
    }
    .loader{
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .loadMore{
        margin:20px 0px;
        width: 100%;
        text-align: center;
    }
    .amcharts-chart-div a {
      display: none !important;
    }

    .modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  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;
  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: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.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; 
  }

  .map__form select{
    background-size: 35px;
  }
  .home_banner__content h1{
    text-transform: uppercase;
  }
  .green{  
      background-color: #88ac2e !important;
  }
  .orange{
    background-color: #6950a1 !important;

  }
  .about_content ul{
      margin-left: 30px;
      list-style: initial;
  }

  .about_content ol{
    margin-left: 30px;
    list-style: decimal;
}
