.result-row{
  margin-bottom: 10px;
  margin-top:10px;
}

.show-button{
  margin-top:5px;
  margin-bottom: 5px;
}

.link-text{
  margin-top: 10px;
}
:required { background-color: mistyrose;}
:valid{background-color: white;}

#advanced-button{
  margin-top:10px;
  margin-bottom: 10px;
}

#map {  height: 250px;width: 250px }
#showModalMap{
  height:400px;
}

#showModalMap #map{

  height:400px;
  width:100%;
}

#ps-map #map{
  width:100%;
  height:350px
}
#modalMap{
  height: 100%;
  width: 100% ;
  margin-top:20px;
}
#submission-map {
  height: 400px;
  width: 400px;
}
#radius-input{
  width:60px;
}

h3{
  font-weight: bold;
}

#date-filter{
  margin-top:10px;
}

#date-filter-list{
  list-style: none;

}

#date-filter-list li{
  margin-top:5px;
}

#date-filter-list label{
  width:100px;
  font-weight: bold;
}

.page-link{
  cursor:pointer;
}

#showModalContent figure img{
  width:100%;
}

