/* Leftbar */
#plaza-leftbar {
  width: 150px;
  background-image: url("./images/Default/border/sideline3.gif");
}

.leftbar-link {
  font-family: Arial;
  font-size: small;
  color: #ffffd2;
  display: block;
}

a:focus, a:hover {
  color: gray;
}

/* Rightbar */
#plaza-rightbar {
  width: 21px;
  background: url("./images/Default/border/sideline2.gif");
}

/* Bottom Ribbon */
#plaza-bottom-ribbon {
  flex: 0 1 40px;
}

/* Forum Header */
.forum-header {
  min-height: 50px;
  width: 100%;
  border: 1px solid black;
  display: grid;
  background-color: #d9c64f;
}

.forum-header h1, .forum-header h2 {
  margin-left: auto;
  margin-right: auto;
}

/* Post options dropdown */
.post-options {
  margin-left: auto;
  margin-right: 0 !important;
}

.post-options-item {
  font-weight: normal !important;
}
