.bread-crumb {
  margin-bottom: 15px;
  font-size: 14px;
  color: #777;
  border-radius: 5px;
}

.bread-crumb a {
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
}

.bread-crumb a:first-child {
  padding-left: 0;
}

.bread-crumb a + a:last-child {
  font-weight: normal;
  color: inherit;
}

.error-msg {
  padding: 10px 5px;
  color: #9F0002;
  text-align: center;
  background-color: #eeecde;
  border: 1px solid silver;
}

/* Tables
-------------------------------------------------------------------------------- */
.board-list-table,
.topic-list-table,
.topic-post-item {
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
}

/* thead */
.board-list-table th,
.topic-list-table th,
.topic-post-item th {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #3450a0;
  border-width: 0.5px !important;
}

/* tbody */
.board-list-table td,
.topic-list-table td,
.topic-post-item td {
  overflow: hidden;
  text-overflow: ellipsis;
  border-width: 0.5px !important;
}

/* titles */
.board-list-table td .board-title,
.topic-list-table td .topic-title,
.topic-post-item .topic-post-header {
  font-weight: bold;
}

@media (max-width: 767px) {

  .board-description,
  .board-last-post,
  .topic-last-post {
    margin-left: 8em;
  }
}

/* other */
.topic-post-username {
  margin-bottom: 5px;
  font-weight: bold;
}

.post-form .display-off {
  font-size: 100%;
  font-weight: bold;
}

.new-topic-btn,
.new-reply-btn {
  margin-top: 10px;
  border: 0;
}
