﻿.topic-toolbar .pagination {
  float: left;
}

.topic-toolbar .toolbar {
  float: right;
  margin: 20px -5px;
}

  .topic-toolbar .toolbar .btn-u {
    height: 30px;
    padding-top: 3px;
  }

.topic-author {
  width: 100px;
  float: left;
}

  .topic-author ul li {
    font-size: 12px;
  }

.topic-message {
  padding-left: 140px;
}

  .topic-message .message-title {
    overflow: hidden;
  }

  .topic-message hr {
    margin: 20px 0 20px 0;
  }

  .topic-message small {
    font-size: 12px;
  }

.topic-message blockquote,
.topic-message-editor blockquote {
  font-size: 13px;
  font-style: italic;
}


@media (max-width: 768px) {

  .topic-toolbar .pagination {
    float: right;
    clear: both;
    margin-bottom: 10px;
  }

  .topic-toolbar .toolbar {
    float: right;
    clear: both;
    margin-top: 10px;
  }

  .topic-author {
    width: auto;
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .topic-author .img-responsive {
    width: 100px;
    max-width: 100px;
    float: left;
  }

  .topic-author ul {
    padding-left: 120px;
  }

  .topic-message {
    padding-left: 0;
  }
}
