#forum .pagination > li > a,
#forum .pagination > li > span {
  color: #008BCE;
  background: none;
  border: none;
  padding: 0 0 0 5px;
}
#forum .pagination > .active > a,
#forum .pagination > .active > span,
#forum .pagination > .active > a:hover,
#forum .pagination > .active > span:hover,
#forum .pagination > .active > a:focus,
#forum .pagination > .active > span:focus {
  text-decoration: underline;
}
#forum .user {
  color: #008BCE;
}
#forum .forum_table {
  margin: 20px 0;
}
#forum .forum_table .row {
  margin: 0;
}
#forum .forum_table .row > div {
  padding: 0 10px;
}
#forum .forum_table .head {
  background-color: #008BCE;
  color: #ffffff;
  padding: 12px 0;
  font-size: 14px;
  font-weight: normal;
}
#forum .forum_table .body {
  border-left: 1px solid #008BCE;
  border-right: 1px solid #008BCE;
}
#forum .forum_table .body .row {
  border-bottom: 1px solid #008BCE;
  margin: 0;
  padding: 10px 0;
}
#forum .forum_table .body .row > div {
  vertical-align: middle;
  background: #fff;
  padding: 0 10px;
}
#forum .forum_table .name .icon {
  font-size: 2em;
  color: #008BCE;
  margin-right: 10px;
}
#forum .forum_table .name h3 {
  margin: 0;
}
#forum .forum_table .name p {
  margin: 0;
}
#forum .forum_table .pagination {
  padding-top: 8px;
}
#forum .forum_table .post_count {
  text-align: center;
}
#forum .post_header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#forum .post_header .pagination {
  float: right;
  margin: 0 0 0 5px;
}
#forum .post_header .count {
  float: right;
  margin-top: 5px;
  color: #008BCE;
}
#forum .post_footer .pagination {
  float: right;
  margin: 0 0 0 5px;
}
#forum .post_footer .count {
  float: right;
  margin-top: 5px;
  color: #008BCE;
}
#forum .post {
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
#forum .post .user_details {
  padding-bottom: 15px;
}
#forum .post .user_details .profile_picture {
  margin-bottom: 15px;
}
#forum .post .user_details .profile_picture img {
  text-align: center;
}
#forum .post .signature {
  border-top: 1px solid #e1e1e1;
  font-size: 0.8em;
  padding: 10px 0;
}
#forum .post .actions {
  margin-top: 15px;
  font-size: 0.75em;
}
#forum .post h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #008BCE;
}
#forum .post h5 {
  font-weight: bold;
  color: #008BCE;
}
#forum .post .by {
  font-size: 0.9em;
}
#forum .post .attached {
  margin-top: 15px;
}
#forum .reply .user_details .profile_picture {
  width: 80px;
  height: 80px;
}
#forum .add_reply {
  display: none;
}
@media (max-width: 768px) {
  #forum .forum_table .body {
    border-top: 1px solid #008BCE;
  }
  #forum .forum_table .body .row > .name {
    padding-bottom: 10px;
  }
  #forum .forum_table .post_count {
    text-align: left;
  }
}
/*# sourceMappingURL=forum.css.map */