/*
Layout styles for the home.
*/

#topic-menu {
  display: none;
}

#content {
  width: 570px;
  float: left;
  display: inline;
  margin-left: 1.5em;
  margin-top: 5px;
}

#panel {
  width: 300px;
  float: right;
}


