.StatsBox {
  background: #C63C4C;
  padding: 5px 5px 0;
  float: right;
  height: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.StatsBox span {
  display: block;
  color: #6f6f6fab;
  font-weight: normal;
  font-size: 9px;
  line-height: 1;
  padding-bottom: 2px;
  min-width: 38px;
}

.StatsBox, .StatsBox a {
  color: #e8e8e8;
  display: block;
}

.StatsBox a {
  position: relative;
  z-index: 10;
}

.StatsBox a:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

.ViewsBox {
  background: #C63C4C;
}

.FollowsBox {
  background: #C63C4C;
}
.StatsBox.AnswersBox span, .StatsBox.FollowsBox span {
	
}
.StatsBox.AnswersBox, .StatsBox.FollowsBox, .StatsBox.ViewsBox {
	margin-left: 7px;
	color: #e8e8e8;
	border-radius: 5px;
}
.StatsBox.AnswersBox, .StatsBox.ViewsBox {
	font-weight: normal;
	font-size: inherit;
}
.StatsBox.AnswersBox, .StatsBox.FollowsBox, .StatsBox.ViewsBox {
	/* background: #979191; */
	color: #888 !important;
	border: 1px solid #ccc;
	background: #dfd0d047;
}
#vanilla_discussions_index ul.Discussions div.ItemContent a.Title {
  max-width: none;
}

#vanilla_discussions_index ul.DataList li.Item {
  position: relative;
}

#vanilla_discussions_index ul.DataList div.Meta {
  z-index: 5;
}

#vanilla_discussions_index div.Meta span.CommentCount, .ItemContent .Meta .HasNew {
  display: none;
}

#vanilla_discussions_index ul.DataList div.Meta strong {
  -moz-box-shadow: 0 0 2px #777;
  -webkit-box-shadow: 0 0 2px #777;
  box-shadow: 0 0 2px #777;
  position: absolute;
  top: 24px;
  left: 668px;
  white-space: nowrap;
}

#vanilla_discussions_index ul.MessageList li.Item {
  background: #fff;
}

#vanilla_discussions_index ul.MessageList div.Meta {
  position: relative;
}

#vanilla_discussions_index ul.DataList div.Options {
  float: none;
  width: auto;
  position: absolute;
  top: 2px;
  right: 156px;
}

#vanilla_discussions_index .Footer {
  padding-top: 10;
}

#vanilla_discussions_index .Aside.Box form {
  text-align: center;
  padding: 20;
}

#vanilla_categories_index *[class*="StatsBox"] {
    min-width: 0;
    width: 0;
    max-width:0;
    visibility: hidden;
}