.homepage .postbody {
  width: 100%;
  margin-left: 0;
}
.newspost {
  width: auto;
  margin-right: 16.6em;
  overflow: hidden;
}
.newspost .forumtitle {
  /*position: absolute;
  top: 0px;
  right: 0px;*/
  margin: 4px 4px 0px 4px;
  float: right;
}
#online-players, #upcoming-events, .discord-widget, #recent-posts, #recent-topics {
  float: right;
  clear: right;
  width: 14em;
}
#phpbb .discord-widget {
  width: calc(14em - 22px);
  margin: 0 0 10px 0;
  background-color: #383838;
  border-radius: 5px;
  border-color: #383838;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
#phpbb .discord-widget .discord-title {
  background-color: #2a2a2a;
  border: solid 0px #222 !important;
  background-color: transparent;
  text-align: right;
}
#phpbb .discord-widget .discord-title h3 {
  padding-top: 2px;
  padding-right: 10px;
  font-weight: 500;
}
#phpbb .discord-userlist {
  padding-left: 0px !important;
}
#phpbb .discord-allusers-toggle {
  margin-bottom: 5px;
}

#online-players {
  height: 200px;
}
#online-players h3, #upcoming-events h3, #recent-posts h3, #recent-topics h3 {
  width: 100%;
  text-align: right;
}
#online-players ul {
  list-style-type: none;
  list-style-position: inside;
  margin-top: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 150px;
}
#online-players ul li span, #online-players ul li a {
  position: relative;
  left: -4px;
}
#online-players ul li .nocrown {
  left: 16px;
  width: auto;
}
#online-players ul li .footer {
  font-style: italic;
}
#online-players ul li a {
  color: inherit;
}
#upcoming-events .in-progress {
  color: #BB2;
}
#upcoming-events .event-description {
  margin-top: 4px;
  margin-bottom: 4px;
}
#upcoming-events .event-times {
  text-align: right;
  font-style: italic;
}
