#top {
  display: flex;
}
@media (max-width: 767px) {
  #top {
    flex-direction: column-reverse;
  }
}

p.pagetitle{
  color:#412210;
  font-size:118%;
  font-weight:bold;
  margin:6px 0;
}

.title{
  color:#412210;
  font-size:112%;
  font-weight:bold;
  margin:16px 0 6px 0;
  border-bottom:2px dotted #412210;
}

#main{
  margin:6px 0 12px;
  padding:6px 12px;
}
