/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
 #millmap{
   display:none;
 }
                
#tenantlist{
   display:none;
 }
 
button.millmap {
  position: relative;
  left:32%;
  top: 0;
  background-color: black;
  border: white;
  color: white;
  padding: 10px 15px ;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
  font-family:"century gothic";
  border-radius:14px;
  border-style:groove;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 25px;
}

button.millmap:hover {
  background-color: white;
  color: black;
}

img.millmap {
  margin-left:auto;
  margin-right:auto;
  width:100%;
  height:auto;
}