
css html,
body {
  background-color: gainsboro;
  background-image: url("https://raw.githubusercontent.com/nycdob/ParkHist/main/images/genericgarage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
  height: 100vh;
}
.navbar-text {
  background: #4294cd;
  color: white;
  text-align: center;
  border: 1px solid gainsboro;
}
.navbar {
  background: #002878;
  height: 70px;
  color: white;
  border: 1px solid gainsboro;
}
#_1a{
  display:none;
}
.container {
  height: 75%;
  background-color: rgb(247, 247, 248);
  margin-top: 10px;
  border:1px solid gainsboro;
  border:3px solid rgb(98, 97, 97);
}
.errorDiv{
  display:none;
}
.first {
  zborder-bottom: 1px solid rgb(201, 202, 203);
  height: 15%;
  align-items: center;
}
.resultDiv {
  height: 80%;
  padding-left: 20px;
  overflow-y: auto;
  padding-top: 7px;
  margin-bottom: 10px auto 15px;
}
.propertyDataDetail {
  overflow-y: auto;
}
.boldit {
  font-weight: 700;
}
#doSearch {
  cursor: pointer;
  border: 2px solid rgb(54, 54, 54);
  border-radius: 6px;
  padding: 3px;
  margin: 5px auto;
}
.detailDiv {
  margin: 10px auto;
  font-size: 1em;
}
.xrad > * {
  margin-right: 15px;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #fff;
}
.fixed-bottom {
  background-color: #000;
  border: none;
}
.foot {
  margin: auto 10%;
}
.zzz.row .boldit:first-child {
  color:auto;
}
.col-3:not(.boldit):first-child {
  width: 40%;
}
.col-3:not(.boldit):nth-child(2) {
  width: 60%;
}
select#structures {
  font-weight:bolder; 
}
@keyframes slist {
  5% {outline: 2px solid  rgba(255, 17, 17);}
 63% {outline: 6px solid  rgba(255, 17, 17);}
100% {outline: 4px solid rgba(255, 17, 17);}
}
#structures {
display:none;
animation: slist 500ms;
border:1px solid red;
position: relative;	
box-shadow: 2px 2px 1px 0px #fb0e0e;
width:30rem;
}  
.getIt {
  font-size:16px;
  cursor: pointer;
  color:#2766e4;
  font-weight:bolder;
  float:right;
}
.getIt img{
  width:20px;opacity:75%
}
.dobicon{
  transform: scale(.7);
}
