.right {
  float: right;
}
.left {
  float: left;
}
.btn-red {
  background: #680000 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff !important;
}
.btn-red:hover {
  background: #000;
  text-decoration: none !important;
}
#send {
  background: #680000;
  width: 70px;
  font-size: 20px;
}
#send:hover {
  background: #000;
}
option {
  padding: 10px;
}
.hint {
  color: #000000 !important;
  font-size: 14px;
}
.share {
  color: #680000;
  text-transform: uppercase;
  font-size: 16px;
}
article {
  margin-bottom: 20px;
}
h2.post-title {
  font-size: 26px;
  margin-bottom: 10px !important;
}
.post-feat-img {
  float: left;
  margin: 5px 15px 10px 0;
}
#blog-sidebar {
  padding: 10px;
  min-height: 700px;
}
#blog-sidebar section {
  margin-bottom: 30px;
}
#blog-sidebar section ul {
  list-style-type: none;
  padding: 0;
}
#topics ul a {
  float: left;
  margin: 0 5px 5px 0;
}
.ui-widget-content {
  border-radius: 0 !important;
  background: #eeeeee;
}
.ui-widget-content li {
  transition: background .2s;
}
.ui-widget-content li:hover {
  background: #680000;
}
.ui-widget-content li:hover a {
  background: transparent;
  border: none;
  color: #ffffff;
}
.ui-widget-content li a {
  font-size: 12px;
}
.ui-menu {
  width: 200px;
}
.ui-menu li {
  width: 100%;
}
.share {
  position: relative;
  top: -10px;
}
.feed-img {
  width: 20px;
}
.feed-img img {
  width: 100%;
}
.feed-text {
  font-size: 12px;
}
.feed-text .link {
  display: block;
  float: right;
}
.fr-fin {
  width: 100%;
}
.comment_body {
  padding: 48px 60px;
  border-radius: 6px;
  background-color: #eee;
  color: inherit;
  margin-bottom: 30px;
}
