
@media only screen and (min-width: 888px) {
  .ui.container {
    width: 819px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 888px) and (max-width: 887px) {
  .ui.container {
    width: 832px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 887px) {
  .ui.container {
    width: auto !important;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}

.top-bar {
	display: none;
}
.top-bar.loggedin {
	display: block;
}
