.BOTS4_ANNOUNCEMENT {
  margin-top: 20px;
}

.BOTS4_ANNOUNCEMENT_HEADER {
  background-color: #171717;
  border: 1px solid gray;
  padding: 5px;
  position: relative;
}

.BOTS4_ANNOUNCEMENT_TITLE > a {
  color: #8f6;
  font-size: 2em;
  text-decoration: none;
}

.BOTS4_ANNOUNCEMENT_TITLE > a:hover {
  color: #cf6;
}

.BOTS4_ANNOUNCEMENT_REPLIES {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.BOTS4_ANNOUNCEMENT_META {
  color: #6e636d;
  font-size: .8em;
  margin-top: 5px;
}

.BOTS4_ANNOUNCEMENT_CONTENT {
  border: 1px dotted #333;
  border-top: none;
  font-size: 11px;
  max-height: 300px;
  padding: 0 10px;
  overflow-y: scroll;
}

.BOTS4_ANNOUNCEMENT_CONTENT.forum-post-content-inner {
  margin-top: 0;
  width: auto;
}
