.hit-background {
  background-color:  rgba(120,120,120,0.5);
  position: fixed;
  left: 0;
  top: 0 ;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
}

.hit-view {
  height:500px;
  max-height: 500px;
}

.hit-info {
  position: absolute;
  top: 15vh;
  left: 30vw;
  width: 60%;
  z-index: 99;
  padding: 0px;
  background: white;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}

.hit-info-caret {
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 36px;
}

.hit-info-label {
  font-weight: 600;
  font-size: 2rem;
}

.hit-detail-close {
  color:grey;
  font-size: 1.0em;
  cursor: pointer;
  float: right;
}

.hit-info-contents {
  margin-bottom: 5px;
  text-align: center;
}

.hit-info-action-button-group {
  width: 100%;
}

.hit-info-action-button {
  bottom: 1px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 4px 5px;
  border-radius: 2px;
  color: white;
  background: rgba(0,60,255,1);
  width: calc(50% - 2px);
}

.hit-info-action-button:hover {
  background: rgba(0,0,255,1);
}

.hit-detail-container {
  position: relative;
  top: 15%;
  width: 100%;
  height: 90%;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid lightgrey;
  background-color: rgba(120,120,120,1);
}

.hit-detail-title {
  color: white; 
  font-size: 2.5em;
  /*background-color: purple;*/
  text-align: center;
  border-bottom: 1px solid white;
}

.hit-traveler-info-image{
  display: inline-block;
  max-width: 20%;
  max-height: 160px;
  border: 1px solid white;
  margin: 2vh;
}

.interpol-title{
  text-align: left;
  font-size: 0.8em;
}

#interpol-hit-container{
  overflow-y: auto; 
  /*max-height: 50vh*/
}
