@charset "utf-8";


.bx-wrapper {
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  margin-bottom: 20px;
}

#top {
  display: flex;
}

#menuicon {
  display: none;
}

#info {
  margin: 0;
}

#topic {
  height: 80px;
  overflow-y: scroll;
}

#topic::after {
	content: "";
	display: block;
	clear: both;
}

#estate {
  height: 160px;
  margin: 200px 0px -20px 0px;
}

#ref { 
  height: 400px;
}

#header {
  width: 930px;
  height: 100%;
  margin: 0 auto;
}

#dropmenu {
  margin: 140px auto 16px;
}

.mm-wrapper {
  margin: 0;
}

#footer {
  height: auto;
  border: 0;
}

footer {
  display: none;
}

#right {
  margin: 0;
  width: 100%;
}

#footermenu ul {
  display: flex;
}
#footermenu ul li {
  float: none;
}

#top_credit {
  margin: 10px;
}

#submit_button {
  display: flex;
}

#submit_button div {
  width: 50%;
  text-align: center;
}