#download_tracker_modal {
  width: 300px;
  height: auto;
  background-color: #222128;
  color: #fff;
  border: solid 4px #DB875E;
  position: fixed;
  top: 50%; left: 50%;
  margin: -100px 0 0 -150px;
  padding: 20px 0;
  text-align: center;
  display: none;
  z-index: 2001;
}

#download_tracker_shadow {
  width: 100%;
  height: 100%;
  background: #222128;
  opacity: 0.8;
  position: fixed;
  top: 0; left: 0;
  z-index: 2000; /* .mfp-wrap = 1043 */
  display: none;
}

div.user_filter {
  width: 20%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}