@font-face {
  font-family: 'Source Sans Pro';
  src: url('fonts/SourceSansPro-Regular.ttf');
}

body {
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 80px;
  color: #000;
  background-color: #f4f5f7; }

header .navbar .navbar-brand {
  margin: 0 45px 0 0; }
  header .navbar .navbar-brand img {
    margin-top: 21px;
    height: 36px;
    width: auto; }
  header .navbar .navbar-nav > li {
    margin-top: 21px; }
  header .navbar .navbar-nav > li a {
    font-size: 14px;
    line-height: 1.3666;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px; }
  header .navbar .navbar-nav > li .btn {
    padding: 7px 16px;
    font-size: 15px;
    line-height: 1.3666; }
    header .navbar .navbar-nav > li .btn:focus, header .navbar .navbar-nav > li .btn:hover {
      color: #fff;
      background-color: #000;
      border-color: #000; }
  @media screen and (max-width: 991px) {
      header .navbar .navbar-nav > li {
        margin-top: 10px; }
        header .navbar .navbar-nav > li:last-child {
          margin-bottom: 10px; } }
  header .navbar .navbar-right {
    margin-top: 3px; }
  header .navbar .navbar-right .btn {
    padding: 6px 16px; }
  header .navbar-fixed-top .navbar-collapse {
    max-height: none; }
  @media screen and (max-width: 767px) {
      header .navbar-fixed-top .navbar-collapse .navbar-nav {
        height: 100vh; } }

footer {
  background-color: #242d37;
  padding: 60px 30px;
  margin: 0;
  font-size: 14px;
  color: #fff; }
  @media screen and (min-width: 768px) {
  footer {
    padding: 60px 0; } }
  footer a {
    font-size: 14px;
    color: #fff; }
  footer a:focus, footer a:hover {
    color: #06b7f0;
    text-decoration: none; }
  footer section h5 {
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #969fa8;
    letter-spacing: 2px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
      footer section h5 {
        margin-top: 30px;
        margin-bottom: 4px; } }
  footer section ul {
    margin: 0; }
  footer section li a {
    padding: 3px 0;
    display: inline-block; }
  footer #newsletter {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    footer #newsletter {
      margin-top: 0px; } }
  footer #newsletter .input-group {
    display: block; }
  footer #newsletter .form-control {
    height: 42px;
    border: none;
    padding-right: 55px;
    border-radius: 3px;
    display: block;
    float: none; }
  footer #newsletter .input-group-btn {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    padding: 0 5px;
    border-left: 1px solid #e2e4e8;
    display: block;
    width: 49px;
    height: 32px;
    z-index: 99; }
  footer #newsletter .input-group-btn .btn {
    width: 38px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    margin: 0;
    border-radius: 3px; }
  footer #copyright {
    padding-top: 20px;
    color: #969fa8; }
  footer #copyright ul {
    margin: 0; }
  footer #copyright li {
    display: inline-block;
    vertical-align: middle; }
  footer #copyright img {
    max-height: 26px;
    width: auto;
    margin-right: 30px; }
  footer #social {
    padding-top: 20px;
    text-align: right; }
  @media screen and (max-width: 767px) {
    footer #social {
      text-align: center; } }
  footer #social li {
    display: inline-block;
    padding: 0 15px; }
  footer #social li:first-child {
    padding-left: 0; }
  footer #social li:last-child {
    padding-right: 0; }

a {
  color: #3ac4ed; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.page-header {
  height: 200px;
  margin: 0 0 60px 0;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px;
  border-bottom: 0; }
  .page-header a {
    color: #fff; }
  .page-header a:hover {
    color: #3ac4ed;
    transition: all 0.5s; }
  .page-header div {
    position: relative;
    top: 33%; }
  .page-header div h1 {
    font-size: 40px;
    margin: 0;
    color: #fff; }
  .page-header div p {
    font-size: 24px;
    margin: 5px 0 0 0;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .page-header div h1 {
      font-size: 28px; }

    .page-header div p {
      font-size: 17px; } }

.buttons {
  margin-top: 20px; }

#forum .page-header {
  background-image: url('images/bg/demonstration.jpg');
  margin-bottom: 0px;
  border-bottom: 0;
  height: 200px; }
  #forum #banner {
    color: #fff;
    background-color: #f4f5f7; }
  #forum #banner .banner-top {
    padding-top: 20px; }
  #forum #banner .banner-bottom {
    padding-bottom: 20px; }
  #forum #banner img {
    margin-left: auto;
    margin-right: auto; }
  #forum #top-search, #forum #top-login {
    position: relative;
    margin-top: 4px; }
  #forum #top-login .dropdown-menu {
    font-size: 15px;
    width: 250px;
    left: auto;
    right: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
  #forum #top-login .dropdown-menu li {
    padding-left: 8px;
    padding-right: 8px; }
  #forum #top-login .form-group {
    margin-bottom: 3px; }
  #forum #collapse-user a {
    color: #7a8494;
    display: block; }
  #forum #top-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 8px; }
  #forum #top-breadcrumb + #banner {
    margin-top: -30px;
    margin-bottom: 30px; }
  #forum #top-breadcrumb.fixed {
    position: fixed;
    width: 100%;
    z-index: 100; }
  #forum #top-breadcrumb .collapse .divider {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #e0e0e0; }

#oc-login {
  position: relative; }
  #oc-login.navbar-right .dropdown-menu {
    top: 63px; }

#page-footer {
  font-size: 15px;
  background-color: #545c65;
  color: #b4b6b9; }
  #page-footer a {
    color: #fff; }
  #page-footer a:hover, #page-footer a:focus {
    color: #01afe8; }
  #page-footer #nav-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center; }
  #page-footer #copyright {
    border-top: 1px solid #b4b6b9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }

#view-topic-left, #view-topic-right {
  margin-bottom: 12px; }
  #view-topic-left .pagination, #view-topic-right .pagination {
    margin-bottom: 0px; }
  #view-topic-left .pagination > li > span, #view-topic-right .pagination > li > span, #view-topic-left .pagination > li a, #view-topic-right .pagination > li a {
    padding: 5px 10px; }

#darkenwrapper, #phpbb_alert, #phpbb_confirm {
  display: none; }

#phpbb_alert, #phpbb_confirm {
  position: absolute;
  z-index: 99;
  top: 20%;
  left: 50%;
  width: 500px;
  margin-left: -250px; }
  #phpbb_alert .fa-times-circle, #phpbb_confirm .fa-times-circle {
    color: #333; }

.panel-body + .panel-heading {
  border-top: 1px solid #b4b6b9; }

#login, #welcome, #online, #statistic, #birthday {
  font-size: 14px; }
  #login .panel-heading, #welcome .panel-heading, #online .panel-heading, #statistic .panel-heading, #birthday .panel-heading {
    font-size: 15px;
    padding: 6px 8px; }
  #login .panel-heading a, #welcome .panel-heading a, #online .panel-heading a, #statistic .panel-heading a, #birthday .panel-heading a {
    color: #fff; }
  #login .panel-heading a:hover, #welcome .panel-heading a:hover, #online .panel-heading a:hover, #statistic .panel-heading a:hover, #birthday .panel-heading a:hover, #login .panel-heading a:focus, #welcome .panel-heading a:focus, #online .panel-heading a:focus, #statistic .panel-heading a:focus, #birthday .panel-heading a:focus {
    color: #01afe8; }
  #login .panel-body, #welcome .panel-body, #online .panel-body, #statistic .panel-body, #birthday .panel-body {
    padding: 6px 10px; }
  #login label, #welcome label, #online label, #statistic label, #birthday label {
    font-size: 16px; }
  #login .form-group, #welcome .form-group, #online .form-group, #statistic .form-group, #birthday .form-group {
    margin-bottom: 10px; }

#forum-topic {
  font-size: 15px; }
  #forum-topic .panel-heading {
    font-size: 15px; }
  #forum-topic .panel-heading a {
    color: #fff;
    display: block; }
  #forum-topic .panel-heading a:hover, #forum-topic .panel-heading a:focus {
    color: #01afe8; }
  #forum-topic .panel-heading .forum {
    font-weight: bold; }
  #forum-topic .panel-body {
    padding: 10px; }
  #forum-topic .panel-body + .panel-body {
    border-top: 1px dashed #f4f5f7; }
  #forum-topic .panel-body:nth-child(odd) {
    background-color: #f9f9fa; }
  #forum-topic .panel-body .topic, #forum-topic .panel-body .post, #forum-topic .panel-body .view {
    font-size: 18px; }
  #forum-topic .panel-body .last-topic, #forum-topic .panel-body .last-post {
    line-height: 1.2; }
  #forum-topic .forum {
    width: 50%;
    vertical-align: middle; }
  #forum-topic .forum .forum-title {
    color: #333; }
  #forum-topic .forum .forum-title:hover, #forum-topic .forum .forum-title:focus {
    color: #01afe8; }
  #forum-topic .forum .forum-desc {
    color: #4b525d; }
  #forum-topic .topic, #forum-topic .post, #forum-topic .view {
    width: 10%;
    text-align: center;
    vertical-align: middle; }
  #forum-topic .last-topic, #forum-topic .last-post {
    width: 29%;
    text-align: center;
    vertical-align: middle; }
  #forum-topic .last-topic .user, #forum-topic .last-post .user {
    font-size: 13px;
    color: #4b525d; }
  #forum-topic .last-topic .user .fa, #forum-topic .last-post .user .fa {
    color: #4b525d; }
  #forum-topic .list-content {
    max-width: 495px; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    #forum-topic .list-content {
      max-width: 395px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #forum-topic .list-content {
      max-width: 90%; } }
  @media screen and (max-width: 767px) {
    #forum-topic .list-content {
      max-width: 83%; } }
  #forum-topic .forum-title {
    font-weight: bold; }
  #forum-topic .sub-forum a {
    color: #666; }
  #forum-topic .sub-forum a:hover, #forum-topic .sub-forum a:focus {
    color: #01afe8; }
  #forum-topic .list-inline {
    margin-bottom: 0; }
  #forum-topic .list-inline li {
    vertical-align: top; }
  @media screen and (max-width: 991px) {
  #forum-topic .panel-heading {
    padding: 0; }
    #forum-topic .panel-heading .forum {
      text-align: center;
      padding: 6px 10px; }

    #forum-topic .panel-heading .topic, #forum-topic .panel-heading .post, #forum-topic .panel-heading .view, #forum-topic .panel-heading .last-topic, #forum-topic .panel-heading .last-post {
      background-color: #384655;
      padding: 3px 0; }
  #forum-topic .forum {
    width: 100%; }
  #forum-topic .topic, #forum-topic .post, #forum-topic .view {
    width: 25%; }
  #forum-topic .last-topic, #forum-topic .last-post {
    width: 50%; }
    #forum-topic .last-topic .fa, #forum-topic .last-post .fa {
      font-size: 10px; } }
  #forum-topic #pagination {
    height: 30px; }
  #forum-topic #pagination .pagination li {
    vertical-align: text-top; }
    #forum-topic #pagination .pagination li > a, #forum-topic #pagination .pagination li > span {
      padding: 1px 8px; }

#jumpbox {
  padding-top: 20px;
  padding-bottom: 20px; }
  #jumpbox .form-group {
    margin-bottom: 0px; }

#pagination {
  margin-top: 8px;
  margin-bottom: 8px; }
  #pagination .pagination {
    margin-bottom: 0; }
  #pagination .pagination > li > a, #pagination .pagination > li > span {
    padding: 3px 6px; }

#forum-tool + #forum-topic {
  margin-top: 12px; }

#search-box .input-sm {
  height: 38px; }
  @media screen and (max-width: 991px) {
  #search-box {
    margin-top: 12px; } }

#topic-count {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media screen and (max-width: 991px) {
  #topic-count .btn {
    margin-bottom: 12px; } }

#topic-top-tools {
  margin-bottom: 12px; }
  @media screen and (max-width: 767px) {
  #topic-top-tools.row > div + div {
    margin-top: 12px; } }

#tz_select_date, #tz_select_date_suggest, #timezone {
  margin-bottom: 12px; }

.panel-white .panel-heading {
  border-bottom: 2px solid #242d37; }
  .panel-white .panel-heading h1, .panel-white .panel-heading h2, .panel-white .panel-heading h3, .panel-white .panel-heading h4, .panel-white .panel-heading h5, .panel-white .panel-heading h6 {
    color: #333;
    margin-top: 12px;
    margin-bottom: 12px; }

.panel-dark .panel-heading h1, .panel-dark .panel-heading h2, .panel-dark .panel-heading h3, .panel-dark .panel-heading h4, .panel-dark .panel-heading h5, .panel-dark .panel-heading h6 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px; }
  .panel-dark .panel-body + .panel-body {
    border-top: 1px solid #f4f5f7; }

@media screen and (max-width: 768px) {
    #register-vc .input-group {
      margin-top: 12px; } }

#confirm_code {
  height: 38px; }

select#st, select#sk, select#sd {
  display: block;
  width: 100%;
  height: 46px;
  padding: 7px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d8da;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow; }

#display-option.panel-dark .panel-heading {
  font-size: 15px;
  padding: 6px 8px; }
  #display-option .btn {
    height: 46px; }

#ucp-panel #cp-menu #navigation .list-group, #mcp-panel #cp-menu #navigation .list-group {
  list-style: none; }
  #ucp-panel #cp-menu #navigation .list-group .list-group-item, #mcp-panel #cp-menu #navigation .list-group .list-group-item {
    border-radius: 0;
    margin-left: -20px;
    font-size: 14px;
    border: 0px;
    border-left: 1px solid #ccc; }
    #ucp-panel #cp-menu #navigation .list-group .list-group-item.active, #mcp-panel #cp-menu #navigation .list-group .list-group-item.active {
      border-left: 2px solid #01afe8; }
  #ucp-panel #cp-main, #mcp-panel #cp-main {
    border-left: 1px solid #ccc; }
  #ucp-panel #cp-main h2, #mcp-panel #cp-main h2 {
    margin-top: 5px; }
  #ucp-panel #cp-main section + section, #mcp-panel #cp-main section + section {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px; }
  #ucp-panel #cp-main .panel, #mcp-panel #cp-main .panel {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
  #ucp-panel #cp-main .table th a, #mcp-panel #cp-main .table th a {
    color: #333; }
    #ucp-panel #cp-main .table th a:hover, #mcp-panel #cp-main .table th a:hover {
      color: #3ac4ed;
      transition: all 0.5s; }
    #ucp-panel #cp-main .table th a::after, #mcp-panel #cp-main .table th a::after {
      content: '\f0d7';
      font-family: 'FontAwesome';
      margin-left: 5px;
      font-size: 12px; }
  #ucp-panel #cp-main #jumpbox, #mcp-panel #cp-main #jumpbox {
    padding-top: 0;
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
  #ucp-panel #cp-menu #navigation .list-group, #mcp-panel #cp-menu #navigation .list-group {
    list-style: none; }
    #ucp-panel #cp-menu #navigation .list-group .list-group-item, #mcp-panel #cp-menu #navigation .list-group .list-group-item {
      border-radius: 0;
      margin-left: 0px;
      font-size: 14px;
      border: 0px;
      border-left: 1px solid #ccc; }
      #ucp-panel #cp-menu #navigation .list-group .list-group-item.active, #mcp-panel #cp-menu #navigation .list-group .list-group-item.active {
        border-left: 2px solid #01afe8; }
  #ucp-panel #cp-main, #mcp-panel #cp-main {
    border-left: 0px solid #ccc; }
    #ucp-panel #cp-main #forum-topic .watch-forum-title, #mcp-panel #cp-main #forum-topic .watch-forum-title, #ucp-panel #cp-main #forum-topic .watch-topic-title, #mcp-panel #cp-main #forum-topic .watch-topic-title {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; } }

#ucp-panel #ucp-menu {
  background-color: #545c65;
  border-bottom: 1px solid #242d37; }
  #ucp-panel #ucp-menu .list-inline {
    margin-bottom: 0px;
    text-align: center; }
  #ucp-panel #ucp-menu .list-inline li {
    padding-left: 20px;
    padding-right: 20px; }
  #ucp-panel #ucp-menu .list-inline li + li {
    border-left: 1px solid #fff; }
  #ucp-panel #ucp-menu .list-inline li.active {
    font-weight: bold; }
  #ucp-panel #ucp-menu .list-inline a {
    color: #fff;
    display: block; }
  @media screen and (max-width: 767px) {
  #ucp-panel #ucp-menu {
    padding: 0; }
    #ucp-panel #ucp-menu .list-inline li {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 6px;
      padding-bottom: 6px;
      width: 100%; }
      #ucp-panel #ucp-menu .list-inline li + li {
        border-left: 0px solid #fff;
        border-top: 1px solid #fff; } }

#mcp-panel #mcp-menu {
  background-color: #545c65;
  border-bottom: 1px solid #242d37; }
  #mcp-panel #mcp-menu .list-inline {
    margin-bottom: 0px;
    text-align: center; }
  #mcp-panel #mcp-menu .list-inline li {
    padding-left: 20px;
    padding-right: 20px; }
  #mcp-panel #mcp-menu .list-inline li + li {
    border-left: 1px solid #fff; }
  #mcp-panel #mcp-menu .list-inline li.active {
    font-weight: bold; }
  #mcp-panel #mcp-menu .list-inline a {
    color: #fff;
    display: block; }
  @media screen and (max-width: 767px) {
  #mcp-panel #mcp-menu {
    padding: 0; }
    #mcp-panel #mcp-menu .list-inline li {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 6px;
      padding-bottom: 6px;
      width: 100%; }
      #mcp-panel #mcp-menu .list-inline li + li {
        border-left: 0px solid #fff;
        border-top: 1px solid #fff; } }

#mcp #user-note .thumbnail, #mcp #warn-user .thumbnail {
  border-radius: 10px;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto; }
  #mcp #user-note .thumbnail img, #mcp #warn-user .thumbnail img {
    border-radius: 10px; }
  #mcp #user-note .row, #mcp #warn-user .row {
    margin-top: 10px;
    margin-bottom: 10px; }
  #mcp #user-note .row + .row, #mcp #warn-user .row + .row {
    padding-top: 10px; }
  #mcp .tab-content {
    padding-top: 20px; }

#member #profile .thumbnail {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90px;
  border-radius: 150px; }
  #member #profile .thumbnail img {
    max-width: 90px;
    border-radius: 150px; }

#birthday .form-group {
  margin-bottom: 0px; }

#post-view-content .thumbnail {
  border-radius: 100px;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px; }
  #post-view-content .thumbnail img {
    border-radius: 100px;
    max-width: 125px;
    max-height: 125px; }
  #post-view-content h3 {
    margin-top: 0px; }
  #post-view-content .well {
    margin-top: 30px;
    position: relative; }
  #post-view-content .well::before {
    position: absolute;
    content: ' ';
    border: 1px solid #fff;
    border-left: 1px solid #d7d8da;
    border-top: 1px solid #d7d8da;
    transform: rotate(45deg);
    background-color: #fff;
    width: 25px;
    height: 25px;
    top: -12px;
    left: 36px; }

#find-member {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc; }
  #find-member h1 {
    font-size: 30px;
    margin-top: 15px; }

#find-member-desc p {
  font-size: 14px;
  margin-bottom: 0; }

#search_memberlist select#st, #search_memberlist select#sk, #search_memberlist select#sd {
  height: auto; }
  #search_memberlist label {
    font-size: 15px; }

#results {
  font-size: 14px; }

#preview h3 {
  margin-top: 0; }

#viewfolder #message {
  padding-top: 6px;
  padding-bottom: 6px; }
  #viewfolder .pm-content {
    margin-left: 25px; }

.rule li {
  padding-top: 8px;
  padding-bottom: 8px; }

#forum-view-topic .panel-heading a {
  color: #fff; }
  #forum-view-topic .panel-heading a:hover {
    color: #3ac4ed;
    transition: all 0.5s; }
  #forum-view-topic .thumbnail {
    border-radius: 100px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90px; }
  #forum-view-topic .thumbnail img {
    border-radius: 100px; }
  #forum-view-topic .thumbnail.attach-image {
    border-radius: 0px;
    max-width: auto;
    max-height: auto;
    margin-left: inherit;
    margin-right: inherit; }
  #forum-view-topic .thumbnail.attach-image img {
    border-radius: 0px;
    max-width: auto;
    max-height: auto; }
  @media screen and (max-width: 767px) {
    #forum-view-topic .thumbnail {
      max-width: 100px; } }
  #forum-view-topic .contact {
    margin-bottom: 20px; }
  #forum-view-topic # .member-details {
    font-size: 14px; }
  #forum-view-topic #attachbox.well {
    padding: 2px 20px; }
  #forum-view-topic #attachbox.well h4 {
    margin-top: 8px;
    margin-bottom: 12px; }

#forum-view-topic-action.panel-white .panel-body + .panel-body {
  border-top: 1px solid #f4f5f7; }

#post-topic-review #review {
  margin-top: 8px;
  text-align: right; }
  #post-topic-review .post h3 {
    margin-top: 12px;
    margin-bottom: 12px; }
  #post-topic-review .post + .post {
    border-top: 1px solid #f4f5f7;
    margin-top: 12px; }

#tabs {
  margin-top: 30px; }

#viewprofile #info {
  margin-top: 10px; }
  #viewprofile .table th:first-child, #viewprofile .table td:first-child {
    width: 35%; }
  #viewprofile .form-group {
    margin-bottom: 0; }
  #viewprofile .form-group + .form-group {
    border-top: 1px solid #eee; }

#search-result .panel-heading {
  border-bottom: 0; }
  #search-result .panel-heading + .panel-body {
    background-color: #384655;
    color: #fff;
    padding: 0px 20px; }
  #search-result .panel-body + .panel-body {
    border-top: 1px solid #f4f5f7; }
  #search-result .pagination {
    margin-top: 6px;
    margin-bottom: 0; }
  #search-result .pagination > li.active > span {
    color: #fff;
    background-color: #01afe8; }
  #search-result .pagination > li > a, #search-result .pagination > li > span {
    padding: 4px 11px;
    color: #dde7f1;
    background-color: #6e7985;
    border: 1px solid #384655; }
  #search-result .list-inline {
    font-size: 14px;
    line-height: 1.2; }
  #search-result h5 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold; }
  #search-result #search-result-table.panel-body {
    padding: 0;
    border-top: 0px solid #f0f5f0; }
  #search-result #search-result-table.panel-body .table-responsive {
    margin-bottom: 0; }
  #search-result #search-result-table.panel-body .table {
    margin-bottom: 0;
    border: 0; }
  #search-result #search-result-table.panel-body .table thead {
    color: #fff;
    background-color: #384655; }
  #search-result #search-result-table.panel-body .table tbody tr:nth-child(even) {
    background-color: #f4f5f7; }
  #search-result #search-result-table.panel-body .table .post, #search-result #search-result-table.panel-body .table .view {
    width: 12%;
    text-align: center;
    vertical-align: middle; }
  #search-result #search-result-table.panel-body .table .last-post {
    width: 24%;
    text-align: center;
    vertical-align: middle; }
  #search-result #search-result-table.panel-body .table td.last-post {
    line-height: 1.2;
    font-size: 15px; }
    #search-result #search-result-table.panel-body .table td .user {
      font-size: 90%; }
  #search-result #search-result-table.panel-body .table-bordered > thead > tr > th, #search-result #search-result-table.panel-body .table-bordered > tbody > tr > th, #search-result #search-result-table.panel-body .table-bordered > tfoot > tr > th {
    border: 1px solid #384655; }
  #search-result #search-result-table.panel-body .table-bordered > thead > tr > td, #search-result #search-result-table.panel-body .table-bordered > tbody > tr > td, #search-result #search-result-table.panel-body .table-bordered > tfoot > tr > td {
    border: 1px solid #e0e0e5; }

.postimage {
  max-width: 100%; }

#search-shortcut {
  margin-bottom: 12px; }
  #search-shortcut .btn-block + .btn-block {
    margin-top: 5px; }
