#Content .BoxNewDiscussion {
  display: block;
}

body {
  background: url(texture.jpg) black;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* Vanilla overrides */
.BannerFrame {
  width: 95%;
  min-width: 940px;
  max-width: 1300px;
  margin: 0 auto;
  font-family: Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

#Frame {
  width: 95%;
  min-width: 940px;
  max-width: 1300px;
  margin: 0 auto;
  font-family: Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
  background: transparent;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 50px #000;
  font-size: 12px;
}

.Banner {
  margin: 20px 0;
}
.Banner a {
  color: #fff;
}
.Banner a:hover {
  color: #fff;
}

#Body {
  width: auto;
  color: #3E3E3E;
  padding: 5px 15px 15px;
  padding: 10px;
  margin: 0;
  border: solid 1px #c4c4c4;
  border-top: none;
  border-radius: 0 0 5px 5px;
  overflow: visible;
}

body #Head h1 {
  padding: 6px 10px 4px 0;
}

#Head .MeMenu a, a {
  color: #CB1717;
}

#Head .MeMenu a:hover, a:hover {
  color: #444;
}

#Head {
  margin: 0;
  background: #3A3A3A;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3a3a3a 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3a3a3a 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3a3a3a 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3a3a3a 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(top, #3a3a3a 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A3A3A', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border: solid 1px #000;
  position: relative;
}
#Head .MeMenu .MenuItems a {
  color: #333;
}
#Head .MeMenu .MenuItems a:hover {
  color: #fff;
}

#Foot {
  padding: 20px 0;
}

#Menu .Alert {
  background: #d00;
  color: #fff;
}

.Menu {
  width: auto;
  line-height: 24px;
}

#Menu {
  margin: 0;
}
#Menu li {
  line-height: 24px;
  font-weight: normal;
}
#Menu a {
  height: auto;
  min-width: 60px;
  padding: 2px 10px;
  text-align: center;
}
#Menu .Selected, #Menu > li > a:hover {
  background: #000;
  border-color: #000;
}

.PoweredByVanilla {
  display: inline-block;
  height: 31px;
  width: 135px;
  background: url("vanilla-powered.png") 0 0 no-repeat;
  color: transparent;
  font-size: 1;
  text-indent: 140px;
  overflow: hidden;
  white-space: nowrap;
}

/* Hide the panel on all non-vanilla/conversation pages */
body.Search #Panel {
  display: none;
}
body.Vanilla #Panel {
  display: none;
}
body.Search #Content, body.Vanilla #Content {
  float: none;
  width: auto;
  margin: 0;
}
body.Search #Body, body.Conversations #Body, body.Vanilla #Body {
  padding: 5px 20px 20px;
}
body.Conversations #Panel {
  margin-top: 15px;
}
body.Conversations #Content {
  width: 718px;
}
body.Conversations #Panel .BigButton {
  background: #d31919;
  background: -webkit-gradient(linear, center bottom, center top, from(#931212), to(#d31919));
  background: -moz-linear-gradient(top, #d31919, #931212) !important;
  -pie-background: linear-gradient(top, #d31919, #931212);
  background: linear-gradient(top, #d31919, #931212) !important;
  color: #fff !Important;
  text-shadow: 0 1px 0 #931212;
  border: 1px solid #931212;
}

/* MeBox & Buttons */
#Content {
  position: relative;
}

#MeWrap {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
  padding: 2px;
}

.MeBox .ProfilePhoto {
  padding: 0;
}
.MeBox .Sprite16 {
  background-image: url("http://cdn.vanillaforums.com/images/sprites-14-ffffff.png");
}
.MeBox .Open .FlyoutButton:after {
  border: 1px solid #999;
  border-width: 0 1px;
  height: 5px;
  bottom: -5px;
  right: -1px;
}

.SignInIcons img {
  vertical-align: top;
  margin-top: 1px;
}

.SignInLinks a {
  color: #fff;
}
.SignInLinks a:hover {
  text-decoration: underline;
}
.SignInLinks .Bullet {
  color: #808080;
}

#Head form input.InputBox {
  border: solid 1px #ddd;
  box-shadow: none;
}

.UserSignature {
  overflow: auto;
}

/* Make the comments a little narrower b/c of the super wide panel-less layout */
.UserQuote .QuoteFolding {
  margin-bottom: 5px;
  font-size: 11px;
  text-decoration: none;
}

.Comments .Author .ProfilePhoto {
  height: 80px;
  width: 80px;
  padding: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Comments .Buried .Author .ProfilePhoto {
  height: 24px;
  width: 24px;
  padding: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.Comment .Message {
  clear: none;
}

.Comments .Item {
  padding: 10px;
  padding-bottom: 2px;
  background: #f5f5f5;
  box-shadow: 0px 1px 0px #fff inset;
  -moz-box-shadow: 0px 1px 0px #fff inset;
  -webkit-box-shadow: 0px 1px 0px #fff inset;
}
.Comments .Author a {
  color: #222;
  text-shadow: 0 1px 1px #fff;
}
.Comments .Buried .Author a {
  color: #aaa;
}
.Comments .Author .ProfilePhoto {
  border-color: #c4c4c4;
}
.Comments .Item-Body {
  margin-left: 94px;
}
.Comments .Buried .Item-Body {
  margin: 0;
}

.CommentInfo {
  margin-top: -3px;
}

.Comments .Alt {
  background: #eee;
}
.Comments .Reactions {
  clear: left;
  margin: 10px 0 10px -10px;
}

body.bestof .ReactButton {
  display: none;
}
body.bestof .ReactButton.HasCount {
  display: inline-block;
}
body.bestof .Reactions .Flag {
  display: inline-block;
}

.Comment .Meta {
  display: inline;
  margin-left: 5px;
}

.MItem a {
  color: #777;
}

.MiniPager a {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  color: #444444 !Important;
  display: inline-block;
  line-height: 1;
  padding: 2px 3px;
}
.MiniPager a:hover {
  background: #D41919 !Important;
  color: #fff !Important;
}

.HasNew {
  border: 1px solid #FFDD43;
  box-shadow: none;
}

.ProfilePhotoMedium, .ProfilePhotoSmall {
  border: 1px solid #E3E3E3;
  border-radius: 1px 1px 1px 1px;
  padding: 1px;
}

.Block .Meta a {
  color: #444;
}
.Block .Bullet {
  color: #9D5A5A;
}

.CategoryGroup {
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  border-radius: 4px 4px 3px 3px;
  -moz-border-radius: 4px 4px 3px 3px;
  -webkit-border-radius: 4px 4px 3px 3px;
}
.CategoryGroup h2 {
  background: #8e8e8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8e8e), color-stop(100%, #474747));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* IE10+ */
  background: linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#474747',GradientType=0 );
  /* IE6-9 */
  border: solid 1px #474747;
  border-bottom-color: #8e8e8e;
  color: #fff;
  text-shadow: 0 -1px #474747;
  margin: 0;
  padding: 6px 6px 6px 10px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font: bold 12px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
}

.DiscussionsTable {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: solid 1px #C4C4C4;
  margin: 10px 0;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
}
.DiscussionsTable thead td {
  background: #8e8e8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8e8e), color-stop(100%, #474747));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* IE10+ */
  background: linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#474747',GradientType=0 );
  /* IE6-9 */
  border: solid 1px #474747;
  border-bottom-color: #8e8e8e;
  border-left: none;
  border-right: none;
  padding: 6px 4px;
  color: #fff;
  text-shadow: 0 -1px #474747;
  font: bold 12px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.DiscussionsTable thead td:first-child {
  border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  border-left: solid 1px #474747;
}
.DiscussionsTable thead .LastUser {
  border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  border-right: solid 1px #474747;
}
.DiscussionsTable tbody td:first-child {
  border-left: solid 1px #C4C4C4;
}
.DiscussionsTable tbody .LastUser {
  border-right: solid 1px #C4C4C4;
}

.CategoryGroup .DataTable {
  border: solid 1px #c4c4c4;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.DataTable td {
  border-bottom-color: #c4c4c4;
}
.DataTable tr:last-child td {
  border-bottom: none;
}
.DataTable tbody td {
  background: url(grey-up.png) repeat-x scroll left bottom #fafafa;
  border-top: solid 1px #fff;
}

tbody .BigNumber {
  text-shadow: 0 1px #fff;
}

.CategoryTable .Title {
  font-size: 14px;
  line-height: 1.1;
}

.CategoryDescription {
  line-height: 1.1;
  margin-bottom: 3px;
  margin-right: 16px;
  position: relative;
}

.DataTable td.DiscussionName, .DataTable td.CategoryName {
  padding-left: 10px;
}

.CategoryTable thead td {
  font-size: 12px;
  background: #ddd;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  text-shadow: 0 1px 1px #fff;
}

.PageDescription {
  margin-top: -9px;
}

.BreadcrumbWrap {
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
  font-size: 10px;
  font-weight: normal;
  line-height: 22px;
  text-shadow: 0 1px 1px #FFFFFF;
  text-transform: uppercase;
  padding: 0 6px;
  color: #000 !Important;
  text-shadow: 0 1px 1px #fff;
  border: solid 1px #C4C4C4;
  border-top-color: #fff;
  position: relative;
}
.BreadcrumbWrap a {
  color: #000 !Important;
  text-shadow: 0 1px 1px #fff;
}
.BreadcrumbWrap a:hover {
  color: #000 !Important;
  text-decoration: underline;
}

.Breadcrumbs .Crumb {
  display: inline-block;
  background: url(crust.png) no-repeat right center;
  color: rgba(1, 1, 1, 0);
  width: 13px;
  margin: 0 2px;
  text-indent: 20px;
}

.CrumbLabel {
  display: inline-block;
}

.HomeCrumb {
  background: url("../../../applications/dashboard/design/images/sprites.png") -83px 2px no-repeat;
  padding-left: 21px;
}

#Search {
  position: absolute;
  right: 0;
  top: 0;
}
#Search .InputBox {
  font-size: 12px;
  padding: 2px 15px 2px 5px;
  width: 150px;
}
#Search .Button {
  background: url("tagsprites.png") no-repeat scroll center -31px transparent;
  border: medium none;
  box-shadow: none;
  color: transparent;
  font-size: 12px;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: none;
  display: block;
  height: 20px;
  width: 20px;
}

.Tag {
  text-shadow: none;
  font-weight: normal;
}

.Tag-Announcement {
  background: url(tagsprites.png) -3px -1px no-repeat;
  color: #3E3E3E;
  padding-left: 15px;
}

.Tag-Closed {
  background: url(tagsprites.png) -3px -17px no-repeat;
  color: #3E3E3E;
  padding-left: 15px;
}

/* Pager */
.Pager a, .Pager span {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid #C4C4C4;
  border-radius: 2px 2px 2px 2px;
  color: #565656 !Important;
  line-height: 1;
  margin: 0 1px;
  padding: 3px 5px;
  text-shadow: 0 1px 1px #fff;
}
.Pager .Highlight {
  background: #636363;
  color: #fff !Important;
  text-shadow: 0 -1px 1px black;
}

.Video {
  text-align: center;
}

.DataTable .Meta {
  line-height: 1.1;
}

.DataList.SearchResults .Excerpt a {
  color: #000;
}
.DataList.SearchResults img {
  max-height: 75px;
  max-width: 100px;
  magin: 3px;
}
.DataList.SearchResults .Video {
  display: inline-block;
  margin: 3px;
}
.DataList.SearchResults .Item {
  padding: 10px 0 0 0;
}
.DataList.SearchResults .Meta {
  background: url(grey-up.png) repeat-x left bottom #fafafa;
  padding: 1px 4px;
  border-top: solid 1px #efefef;
}
.DataList.SearchResults .Meta a {
  color: #3E3E3E;
  text-shadow: 0 1px 1px #fff;
}
.DataList .Item {
  border-color: #C4C4C4;
}
.DataList .Comment {
  clear: left;
}

/* Content boxes */
#Content .Box, .DataBox {
  clear: both;
  border-radius: 4px 4px 3px 3px;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  border: solid 1px #c4c4c4;
  padding: 4px 6px;
}

#Content .DismissMessage.Box {
  border-radius: inherit;
  box-shadow: inherit;
  border: inherit;
  clear: none;
}

.CommentsWrap {
  margin: 5px 0;
  padding: 0;
}

#Content .Box h4, .DataBox h2 {
  background: #8e8e8e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8e8e), color-stop(100%, #474747));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* IE10+ */
  background: linear-gradient(top, #8e8e8e 0%, #474747 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8e8e', endColorstr='#474747',GradientType=0 );
  /* IE6-9 */
  border: solid 1px #474747;
  border-bottom-color: #8e8e8e;
  color: #fff;
  text-shadow: 0 -1px #474747;
  margin: 0;
  padding: 6px 6px 6px 10px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font: bold 12px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
  margin: -5px -7px 4px;
}

#Content .Box.Expando-Collapsed {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#Content .Box.Expando-Collapsed h4 {
  margin-bottom: -5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom-color: #8e8e8e;
}

.CategoryGroup.Expando-Collapsed h2 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom-color: #8e8e8e;
}

.DataBox {
  padding: 0;
}
.DataBox h2 {
  margin: -1px;
}

div.Popup h1 {
  margin-top: 0;
}

.Item.Announcement td {
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
}

.ItemDiscussion {
  margin: 0 5px 5px;
}

.BeforeCommentHeading .Pager {
  margin: 5px 0;
}

.Item {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.Item:hover {
  background-color: #f0f5fa;
}
.Item td {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.UserSignature {
  color: #777;
  line-height: 1.2;
  padding: 5px 0 0;
  border-color: #c4c4c4;
  font-size: 85%;
}

.PhotoGrid {
  margin: 2px -1px;
}
.PhotoGrid img {
  margin: 1px;
}

#Frame {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.Row {
  width: auto;
}

.Section-CategoryList .ContentColumn, .Section-DiscussionList .ContentColumn, .Section-Discussion .ContentColumn {
  margin: 0 !Important;
}

textarea, .InputBox {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.PhotoGrid .GuestCountBox {
  display: inline-block;
  margin: 2px;
  height: 32px;
  vertical-align: top;
}
.PhotoGrid .GuestCount {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

.PhotoGridSmall .GuestCountBox {
  height: 24px;
  line-height: 24px;
}

/* IGNORE LIST */
.Ignored.IgnoreHide {
  height: 38px;
}
.Ignored.IgnoreHide .Options, .Ignored.IgnoreHide .Author .ProfileLink {
  display: none;
}

/** Vanilla Html Update Compatibility **/
#Head {
  padding: 0;
}

ul#Menu {
  display: inline;
}
ul#Menu li {
  display: inline;
}

#Head a {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
}
#Head ul#Menu a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

/** End Compatibility **/
/** Embedded Comments **/
.Embed .Comments .Author .ProfilePhoto {
  height: 40px;
  width: 40px;
}
.Embed .Comments .Item-Body {
  margin-left: 0;
}

.ChildCategoryList .Item {
  border: none !Important;
}

/*border: solid 1px #32617E;
      background: url(images/background-swipe.png) center center no-repeat #0B1D28;
      box-shadow: 0 3px 5px #000 inset;
      color: #fff;*/
.Sprite, .Sprite16 {
  background-image: url("//vanillicon.com/sprites/sprites-14-000000.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .Sprite, .Sprite16 {
    background-image: url("//vanillicon.com/sprites/sprites-28-000000.png");
    background-size: 396px;
  }
}

a .Sprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-1e79a7.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a .Sprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-1e79a7.png");
    background-size: 396px;
  }
}
a .Sprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-ff0084.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a .Sprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-ff0084.png");
    background-size: 396px;
  }
}

.Button > .Sprite, .Button > .Sprite16, .NavButton > .Sprite, .NavButton > .Sprite16 {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: top;
  background-image: url("//vanillicon.com/sprites/sprites-14-000000.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .Button > .Sprite, .Button > .Sprite16, .NavButton > .Sprite, .NavButton > .Sprite16 {
    background-image: url("//vanillicon.com/sprites/sprites-28-000000.png");
    background-size: 396px;
  }
}

.MeButton .Sprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-b2b2b2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .MeButton .Sprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-b2b2b2.png");
    background-size: 396px;
  }
}
.MeButton:hover {
  background: none;
}
.MeButton:hover .Sprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-ffffff.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .MeButton:hover .Sprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-ffffff.png");
    background-size: 396px;
  }
}

.ReactButton {
  color: #4d4d4d;
}
.ReactButton .Count {
  background: #4d4d4d;
}
.ReactButton > .ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-4d4d4d.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ReactButton > .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-4d4d4d.png");
    background-size: 396px;
  }
}
.ReactButton:hover {
  color: #ff0084;
}
.ReactButton:hover .Count {
  background: #ff0084;
}
.ReactButton:hover > .ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-ff0084.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ReactButton:hover > .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-ff0084.png");
    background-size: 396px;
  }
}

.UserReactionWrap .ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-outline-000000.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .UserReactionWrap .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-outline-000000.png");
    background-size: 396px;
  }
}

a.Bookmark,
a.Boomarking,
a.Bookmarked,
.OptionsTitle {
  background-image: url("//vanillicon.com/sprites/ui_sprites-16c-000000.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.Bookmark,
  a.Boomarking,
  a.Bookmarked,
  .OptionsTitle {
    background-image: url("//vanillicon.com/sprites/ui_sprites-32c-000000.png");
    background-size: 30px;
  }
}

.QuickSearchButton .Sprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-1e79a7.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .QuickSearchButton .Sprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-1e79a7.png");
    background-size: 396px;
  }
}

.MenuItems li .ReactButton > .ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-022c44.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .MenuItems li .ReactButton > .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-022c44.png");
    background-size: 396px;
  }
}
.MenuItems li .ReactButton:hover > .ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-ffffff.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .MenuItems li .ReactButton:hover > .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-ffffff.png");
    background-size: 396px;
  }
}

.ReactEverything {
  background-position: -360px -100px;
}

.ReactAwesome {
  background-position: -240px -20px;
}

.ReactFlag {
  background-position: -60px -60px;
}

.ReactInsightful {
  background-position: -140px -20px;
}

.ReactOffTopic {
  background-position: -160px -20px;
}

.ReactAbuse {
  background-position: -20px -60px;
}

.SpSpam, .ReactSpam {
  background-position: -120px -20px;
}

.ReactTroll {
  background-position: -100px -20px;
}

.ReactPromote {
  background-position: -60px -40px;
}

.ReactDisagree {
  background-position: -40px -20px;
}

.ReactAgree {
  background-position: -20px -20px;
}

.ReactDislike {
  background-position: -40px -40px;
}

.ReactLike {
  background-position: -20px -40px;
}

.ReactDown {
  background-position: -200px -40px;
}

.ReactUp {
  background-position: -180px -40px;
}

.ReactWTF {
  background-position: -80px -20px;
}

.ReactLOL {
  background-position: -60px -20px;
}

.ReactQuote {
  background-position: -280px -20px;
}

.ReactInfraction {
  background-position: -200px -20px;
}

.ReactAccept {
  background-position: -20px -100px;
}

.ReactReject {
  background-position: -40px -100px;
}

.ReactFacebook {
  background-position: -40px -120px;
}

.ReactTwitter {
  background-position: -60px -120px;
}

.ReactGooglePlus {
  background-position: -80px -120px;
}

/** General Sprites **/
.SpActivity {
  background-position: -160px -120px;
}

.SpAllCategories {
  background-position: -60px -140px;
}

.SpApplicants {
  background-position: -260px -40px;
}

.SpBadge {
  background-position: -240px -140px;
}

.SpBan {
  background-position: -300px -20px;
}

.SpBestOf {
  background-position: -80px -80px;
}

.SpBookmarks {
  background-position: -100px -80px;
}

.SpComments, .SpComment {
  background-position: -160px -80px;
}

.SpConnection {
  background-position: -320px -20px;
}

.SpDashboard {
  background-position: -340px -20px;
}

.SpDelete {
  background-position: -340px -140px;
}

.SpDiscussions, .SpMyDiscussions {
  background-position: -200px -80px;
}

.SpGroups {
  background-position: -240px -40px;
}

.SpImage {
  background-position: -120px -140px;
}

.SpInbox {
  background-position: -80px -100px;
}

.SpMessage {
  background-position: -100px -100px;
}

.SpMod {
  background-position: -260px -60px;
}

.SpMyDrafts {
  background-position: -180px -20px;
}

.SpNotifications {
  background-position: -160px -100px;
}

.SpOptions {
  background-position: -180px -60px;
}

.SpPhoto {
  background-position: -160px -60px;
}

.SpProfile, .SpEditProfile {
  background-position: -220px -40px;
}

.SpQuote {
  background-position: -280px -20px;
}

.SpReply {
  background-position: -140px -40px;
}

.SpSignOut {
  background-position: -240px -100px;
}

.SpSearch {
  background-position: -220px -100px;
}

.SpText {
  background-position: -160px -80px;
}

.SpUnansweredQuestions {
  background-position: -60px -100px;
}

.SpWarn, .SpWarnings {
  background-position: -200px -20px;
}
