.right {
  float: right;
}
.left {
  float: left;
}
.btn-red {
  background-color: #7b1a1c;
  background-image: linear-gradient(to bottom,#811d1f,#721617);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-red:hover {
  color: #eeeeee;
}
option {
  padding: 10px;
}
.share {
  color: #7e1c1b;
  text-transform: uppercase;
  font-size: 16px;
}
article {
  margin-bottom: 20px;
}
.post-feat-img {
  float: left;
  margin: 5px 10px 10px 0;
}
#blog-sidebar {
  background-color: #eeeeee;
  background: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#ffffff));
  background: -webkit-linear-gradient(top,#eeeeee,#ffffff);
  background: -moz-linear-gradient(top,#eeeeee,#ffffff);
  background: -ms-linear-gradient(top,#eeeeee,#ffffff);
  background: -o-linear-gradient(top,#eeeeee,#ffffff);
  padding: 10px;
  min-height: 700px;
}
#blog-sidebar section {
  margin-bottom: 30px;
}
#blog-sidebar section ul {
  list-style-type: none;
}
#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: #7e1c1b;
}
.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: auto;
  min-width: 250px;
  max-width: 600px;
}
.comment_body {
  padding: 48px 60px;
  border-radius: 6px;
  background-color: #eee;
  color: inherit;
  margin-bottom: 30px;
}
