a {cursor: pointer;}
img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
		
	}
.filterDiv {
  float: left;
  background-color: white;
  color: black;
  width: 100%;
  text-align: left;
  display: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1rem;
	margin: 0 auto;
	border-top: 1px dashed #cccccc;
}

.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #666;
  text-decoration: initial;
}

.btn active {
  background-color: #666;
  text-decoration: initial;
}
.btn-group {
	margin-left: 5px;
	}

#scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color:rgba(0, 0, 0, 0.8);
  cursor: pointer;
  padding: 30px;
  border-radius: 60px;
}
  
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
	  
#scroll:hover {
 background-color:rgba(0, 0, 0, 0.6);
}