@charset "UTF-8";
/*!
 * Custom theme for the Elder Scrolls Online forums
 *
 * Author:  Kasper K. Isager
 * Email:   kasperisager@gmail.com
 * Twitter: @kasperisager
 * Github:  github.com/kasperisager
 *
 * Copyright @ 2013 Zenimax & Vanilla Forums Inc.
 */
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700");
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: spin 2s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.ReactSprite {
  background-image: none;
  font-size: 14px; }
  .ReactSprite::before {
    display: inline-block;
    font-family: "vanillicon";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    line-height: 1; }

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

.ReactAwesome:before {
  content: "\f157"; }

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

.ReactInsightful:before {
  content: "\f160"; }

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

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

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

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

.ReactPromote:before {
  content: "\f156"; }

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

.ReactAgree:before {
  content: "\f101"; }

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

.ReactLike:before {
  content: "\f1a7"; }

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

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

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

.ReactLOL:before {
  content: "\f167"; }

.ReactQuote:before {
  content: "\f182"; }

.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; }

.ReactDeveloper:before {
  content: "\f1a0"; }

.ReactReport:before {
  content: "\f189"; }

.ReactFlag:before {
  content: "\f189"; }

.ReactWarn:before {
  content: "\f1b6"; }

.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; }

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

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

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

button .Sprite,
.QuickSearch .Sprite {
  background-image: none;
  vertical-align: baseline !important; }

.SpSearch {
  background-image: none; }
  .SpSearch::before {
    display: inline-block;
    font-family: "vanillicon";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    line-height: 1;
    content: ""; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  height: 100vh;
  font-size: 14px; }

body {
  min-width: 1000px;
  background-color: #796f57;
  color: #413723;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.7142857143; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1; }

h1 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px; }

h3 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px; }

h4 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px; }

h5 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px; }

h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 12px; }

a {
  transition: color 300ms;
  color: #8f5015; }
  a:hover {
    color: #4c2b0b; }

blockquote.Quote {
  background: none;
  border-left: solid 10px #7f7666;
  margin: 1em 0;
  padding: 0 0 0 10px;
  color: #8a8171; }
  blockquote.Quote a {
    color: #413723; }

.Container {
  background-color: #796f57;
  background-image: url("images/background.jpg"), url("images/background-tile.png");
  background-repeat: no-repeat, repeat-y;
  background-position: top center; }

.Row {
  width: 1000px; }
  .Row:after {
    content: "";
    display: table;
    clear: both; }
  #Body .Row {
    padding: 20px;
    background-color: rgba(255, 249, 235, 0.6); }

[class^="Box"] {
  margin: 0 0 20px; }
  [class^="Box"] h4 {
    margin-bottom: 10px;
    font-size: 24px; }

.UserBox {
  margin-bottom: 20px;
  margin-top: 0; }

#Breadcrumbs {
  margin-bottom: 18px;
  font-size: 14px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: normal; }
  #Breadcrumbs i {
    color: #000;
    font-size: 12px; }
  #Breadcrumbs i,
  #Breadcrumbs a {
    margin-right: 5px; }
  #Breadcrumbs a,
  #Breadcrumbs span {
    display: inline-block; }
  #Breadcrumbs .Last a {
    color: #413723; }

.Button .Button.Active {
  background: #fff9eb; }

.NavButton [class^="Sp"] {
  line-height: 30px;
  vertical-align: baseline; }

.Button,
.NavButton {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0 20px;
  border: solid 1px #968561;
  color: #8f5015;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 30px;
  vertical-align: bottom; }
  .Button, .Button:hover, .Button:active,
  .NavButton,
  .NavButton:hover,
  .NavButton:active {
    background: #fff9eb;
    text-shadow: none; }
  .Button.Handle .Sprite,
  .NavButton.Handle .Sprite {
    border-top-color: #8f5015;
    border-width: 5px;
    top: 1px; }

.BigButton {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0 20px;
  border: solid 1px #968561;
  color: #8f5015;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 30px;
  vertical-align: bottom;
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 42px; }
  .BigButton, .BigButton:hover, .BigButton:active {
    background: #fff9eb;
    text-shadow: none; }
  .BigButton, .BigButton:hover, .BigButton:active {
    background-color: #fff9eb; }

.ButtonGroup .Handle {
  padding: 0 15px; }

.ButtonGroup .Dropdown {
  min-width: 100%; }

.ButtonGroup.Big .Button {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 42px;
  width: auto !important;
  margin-right: 54px; }
  .ButtonGroup.Big .Button, .ButtonGroup.Big .Button:hover, .ButtonGroup.Big .Button:active {
    background-color: #fff9eb; }
  .ButtonGroup.Big .Button.Handle {
    float: right;
    width: 48px !important;
    margin-bottom: 0;
    margin-top: -40px;
    padding: 0; }

.ButtonGroup.Open .Button.Handle,
.ButtonGroup.Open .NavButton.Handle {
  background: #393020;
  border-color: #393020;
  color: #fff9eb; }
  .ButtonGroup.Open .Button.Handle .Sprite,
  .ButtonGroup.Open .NavButton.Handle .Sprite {
    border-top-color: #fff9eb; }

.ButtonGroup.Big.Open .Button.Handle {
  background-color: #fff9eb; }

#Body .Row {
  min-height: 100vh; }

#Title {
  margin-bottom: 10px;
  padding-bottom: 18px;
  font-size: 28px;
  border-color: #948159;
  border-width: 0 0 1px;
  border-style: solid; }

#Navigation {
  margin: 0 -20px;
  padding: 0 225px 0 20px;
  background-color: #beb49e;
  position: relative; }
  #Navigation:after {
    content: "";
    display: table;
    clear: both; }
  #Navigation form {
    float: left;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap; }
    #Navigation form div {
      display: table; }
    #Navigation form span {
      display: table-cell; }
    #Navigation form .Button {
      margin-left: 6px;
      background-color: #fff9eb;
      background-image: url("images/btn-left-small.png"), url("images/btn-right-small.png");
      background-position: top left, top right;
      background-repeat: no-repeat; }
    #Navigation form .InputBox {
      width: 125px;
      transition: width, 0.1s, ease-in-out; }
      #Navigation form .InputBox:focus {
        width: 300px; }
    #Navigation form .Button,
    #Navigation form .InputBox {
      vertical-align: top;
      height: 32px; }
  #Navigation .PullRight {
    position: absolute;
    right: 20px; }
    #Navigation .PullRight::after {
      position: absolute;
      display: block;
      content: " ";
      left: -20px;
      top: 0;
      width: 40px;
      height: 100%;
      background: linear-gradient(to right, rgba(190, 180, 158, 0), #beb49e 75%); }
  #Navigation .Alert {
    display: inline-block;
    margin-top: -3px;
    line-height: 1.3;
    vertical-align: middle;
    border-radius: 2px;
    min-width: 18px;
    text-align: center; }
  #Navigation .Menu,
  #Navigation .Menu li {
    float: left; }
  #Navigation .Menu a {
    display: block;
    margin: 0 10px;
    color: #413723;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 42px; }
    #Navigation .Menu a:hover {
      color: #8f5015; }
  #Navigation .Menu li:first-child a {
    margin-left: 0; }
  #Navigation .admin-menu a {
    line-height: 32px; }
  #Navigation .MeBox {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 20px; }
    #Navigation .MeBox,
    #Navigation .MeBox .WhoIs,
    #Navigation .MeBox .MeMenu {
      line-height: 42px; }
    #Navigation .MeBox .MeButton {
      vertical-align: middle; }
    #Navigation .MeBox .Username {
      vertical-align: top; }
    #Navigation .MeBox .ProfilePhoto {
      vertical-align: middle; }

#Panel {
  float: right;
  width: 250px;
  padding-top: 20px; }

#Content {
  padding-top: 12px; }

#Panel + #Content {
  float: left;
  width: 710px;
  padding-right: 40px; }

.HomepageTitle,
h1.H {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-color: #948159;
  border-width: 0 0 1px;
  border-style: solid;
  font-size: 24px; }

.PageDescription {
  font-size: 12px; }

.Flyout::before {
  border-bottom-color: #948159; }

.Flyout::after {
  border-bottom-color: #fff9eb; }

.MenuItems,
.FlyoutMenu {
  background-color: #fff9eb;
  border-color: #948159;
  border-radius: 0;
  border-width: 1px;
  border-style: solid; }
  .MenuItems a, .MenuItems a:link, .MenuItems a:visited, .MenuItems a:active,
  .FlyoutMenu a,
  .FlyoutMenu a:link,
  .FlyoutMenu a:visited,
  .FlyoutMenu a:active {
    color: #413723 !important; }
  .MenuItems a:hover,
  .FlyoutMenu a:hover {
    background-color: #948159 !important;
    color: #fff !important; }
  .MenuItems hr,
  .FlyoutMenu hr {
    border-bottom-color: #948159; }

.QuickSearch .QuickSearchWrap .InputBox {
  height: 30px; }

.QuickSearch .QuickSearchWrap .Button {
  height: 30px;
  line-height: 30px; }

#Footer {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  overflow: hidden; }
  #Footer a {
    display: block;
    color: #695c40;
    white-space: nowrap; }
    #Footer a:hover {
      color: #fff; }
  #Footer hr {
    height: 0;
    margin: 0 20px;
    border-color: #695c40;
    border-width: 0 0 1px;
    border-style: solid; }
  #Footer h4 {
    color: #695c40; }
  #Footer section:after {
    content: "";
    display: table;
    clear: both; }
  #Footer section ul {
    float: left;
    width: 33.3333333333%; }
  #Footer .FooterNav {
    padding: 40px 0;
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
    background-position: center 40px;
    line-height: 2; }
    #Footer .FooterNav:after {
      content: "";
      display: table;
      clear: both; }
  #Footer .FooterLeft {
    float: left;
    text-align: center; }
  #Footer .FooterRight {
    float: right;
    text-align: center; }
  #Footer .FooterLeft,
  #Footer .FooterRight {
    width: 42%; }
  #Footer .FooterLogos {
    padding: 40px 0 30px; }
    #Footer .FooterLogos ul {
      width: 100%;
      text-align: center; }
    #Footer .FooterLogos li {
      display: table-cell;
      width: 1%;
      vertical-align: middle; }
      #Footer .FooterLogos li a {
        display: inline-block; }
    #Footer .FooterLogos img {
      vertical-align: bottom; }
  #Footer .FooterSprite {
    overflow: hidden;
    background-image: url("images/footer-sprite.png"); }
    #Footer .FooterSprite:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    #Footer .FooterSprite.ZOS {
      width: 107px;
      height: 30px;
      background-image: url("images/logo-zenimax-online-black.png");
      background-repeat: no-repeat;
      background-size: contain; }
    #Footer .FooterSprite.Bethesda {
      width: 133px;
      height: 21px;
      background-position: 0 -125px; }
    #Footer .FooterSprite.Rating {
      width: 135px;
      height: 91px;
      background-image: url("images/ESRB.png");
      background-repeat: no-repeat;
      background-size: contain; }
    #Footer .FooterSprite.PEGI {
      width: 47px;
      height: 66px;
      background-position: -58px -213px; }
  #Footer .FooterLegal {
    padding-bottom: 40px;
    color: #777;
    font-size: 11px;
    text-align: center; }

.FormWrapper {
  background: none; }

.CommentHeading,
.CommentForm .H {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px; }

.CommentForm .Buttons,
.EditCommentForm .Buttons {
  padding-top: 10px;
  padding-bottom: 0; }
  .CommentForm .Buttons .Back,
  .EditCommentForm .Buttons .Back {
    display: none; }

.Topbar {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 40px;
  background-color: #000;
  color: #fff; }
  .Topbar li {
    display: inline-block; }
    .Topbar li a {
      display: block;
      margin: 0 7px;
      color: #695c40;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 40px;
      text-transform: uppercase; }
    .Topbar li.Active a,
    .Topbar li a:hover {
      color: #fff; }
  .Topbar .Row {
    padding: 0 20px; }

.Header {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }
  .Header .Logo {
    margin: 0;
    padding: 15px 0; }
    .Header .Logo a {
      overflow: hidden;
      background-image: url("images/logo.png");
      width: 377px;
      height: 81px;
      display: block;
      margin: 0 auto; }
      .Header .Logo a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
  .Header .Navbar {
    position: relative;
    height: 40px;
    background-color: rgba(255, 249, 235, 0.6); }
    .Header .Navbar a {
      color: #413723; }
      .Header .Navbar a:hover {
        color: #8f5015; }
    .Header .Navbar > ul > li {
      position: relative;
      display: inline-block; }
      .Header .Navbar > ul > li > a {
        display: block;
        font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 40px;
        text-transform: uppercase; }
    .Header .Navbar .Menu {
      display: inline-block;
      font-size: 16px;
      padding: 0; }
      .Header .Navbar .Menu > li a {
        padding-right: 5px; }
        .Header .Navbar .Menu > li a:first-child {
          padding-left: 20px; }
  .Header .Caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .Header .Dropdown {
    position: absolute;
    left: -15px;
    z-index: 100;
    padding: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    text-align: left; }
    .Header .Dropdown ul {
      min-width: 210px;
      white-space: nowrap; }
    .Header .Dropdown li {
      display: block; }
    .Header .Dropdown h3 {
      margin: 0; }
    .Header .Dropdown h3,
    .Header .Dropdown a {
      display: block;
      color: #413723;
      font-family: Arial, sans-serif;
      font-size: 13px;
      line-height: 1.7;
      text-transform: none; }
    .Header .Dropdown .SubLinks {
      padding-left: 10px; }
      .Header .Dropdown .SubLinks a {
        font-size: 12px; }
      .Header .Dropdown .SubLinks [class^="icon-"],
      .Header .Dropdown .SubLinks [class*=" icon-"] {
        text-align: left; }
  .Header .btn-joinus {
    float: right;
    line-height: 38px;
    color: #fff !important;
    background: #1054a1;
    border: solid 1px #fff;
    padding: 0 22px;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block; }
    .Header .btn-joinus:hover {
      color: #fff !important;
      background: #156ccf; }

input.InputBox {
  padding: 0 10px;
  color: #8f5015;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: 30px; }

textarea.TextBox {
  padding: 10px;
  color: #413723;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

input.InputBox,
textarea.TextBox {
  background-color: #fff;
  border: none;
  font-size: 14px; }

.TextBoxWrapper {
  padding-right: 0; }

.Item {
  background-color: rgba(255, 249, 235, 0.6); }
  .Item .AuthorInfo {
    font-size: 13px;
    line-height: 1.2; }
  .Item.Read {
    opacity: 1;
    background: rgba(255, 249, 235, 0.6); }
    .Item.Read:hover {
      background-color: #fff9eb; }
    .Item.Read a:hover {
      color: #4c2b0b; }
    .Item.Read .icon {
      color: #b2967f; }
    .Item.Read .Title {
      color: #b2967f;
      font-weight: bold; }
    .Item.Read .BlockTitle {
      font-weight: bold; }
  .Item .Meta {
    color: #8a8171; }

.DataList .Title {
  font-size: 14px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.DataList .Item {
  border-color: rgba(170, 159, 131, 0.7); }

a.Delete {
  height: 18px; }
  a.Delete:hover {
    background-color: #5d4e30; }

.MessageList .Item-Header {
  margin: 0; }
  .MessageList .Item-Header .Username {
    font-weight: normal;
    vertical-align: top; }
  .MessageList .Item-Header .PhotoWrap {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 14px; }
  .MessageList .Item-Header .StaffMarker {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .MessageList .Item-Header .StaffMarker a {
      position: absolute;
      display: none;
      padding: 0 4px; }
      .MessageList .Item-Header .StaffMarker a:hover {
        background-color: #073414 !important; }
      .MessageList .Item-Header .StaffMarker a:first-child {
        right: 100%;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
      .MessageList .Item-Header .StaffMarker a:last-child {
        left: 100%;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px; }
    .MessageList .Item-Header .StaffMarker a,
    .MessageList .Item-Header .StaffMarker span {
      vertical-align: top;
      line-height: 15px;
      color: #fff;
      background-color: #0d6125; }
    .MessageList .Item-Header .StaffMarker span {
      display: inline-block;
      padding: 0 4px;
      border-radius: 2px; }
    .MessageList .Item-Header .StaffMarker:hover a {
      display: inline-block; }
    .MessageList .Item-Header .StaffMarker:hover span {
      border-radius: 0; }

.MessageList .Message {
  margin: 0;
  font-size: 14px; }

.MItem.FlagCount {
  background: #fff9eb;
  padding: 0 4px;
  margin: 0; }

thead {
  font-size: 14px;
  text-transform: uppercase; }

.DataTable {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
  .DataTable td {
    padding: 5px;
    line-height: 30px;
    border-bottom-color: #c8bda0; }
  .DataTable .Col-Staff {
    width: 30px;
    vertical-align: middle; }
  .DataTable .Col-Icon {
    width: 24px;
    vertical-align: middle; }
    .DataTable .Col-Icon .Wrap {
      position: relative; }
    .DataTable .Col-Icon .OptionsMenu {
      position: absolute;
      top: 7px; }
  .DataTable .Item:hover .OptionsMenu + .icon,
  .DataTable .Item.Open .OptionsMenu + .icon {
    visibility: hidden; }
  .DataTable .Col-Star {
    width: 28px; }
    .DataTable .Col-Star .Bookmark {
      vertical-align: middle; }
  .DataTable .BlockTitle {
    padding: 0; }
  .DataTable .MiniPager {
    float: right;
    margin: 0; }
  .DataTable thead td {
    padding-bottom: 15px; }
  .DataTable tbody .DiscussionName .Wrap {
    height: 30px; }
  .DataTable tbody .DiscussionName .Title {
    font-size: 14px;
    display: block;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .DataTable tbody .DiscussionName .MiniPager {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 15%; }
  .DataTable tbody .DiscussionName .Title {
    width: inherit;
    vertical-align: middle; }
  .DataTable tbody .DiscussionName .MiniPager + .Title {
    max-width: 85%; }
  .DataTable tbody .DiscussionName .Flags + .Title {
    max-width: 75%; }
  .DataTable tbody .DiscussionName .MiniPager + .Flags + .Title {
    max-width: 65%; }
  .DataTable tbody .DiscussionName .Flags {
    display: inline-block;
    vertical-align: middle;
    max-width: 20%; }
  .DataTable tbody .DiscussionName .MItem.FlagCount {
    float: left;
    font-size: 10px;
    width: 42px;
    padding: 1px 2px;
    line-height: 12px;
    margin: 1px; }
  .DataTable tbody .Col-User a {
    color: #413723; }
    .DataTable tbody .Col-User a:hover {
      color: #8f5015; }
  .DataTable tbody .FirstUser .UserLink.is-staff::before {
    display: inline-block;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("images/zenimax-square.png");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 4px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .DataTable tbody .FirstUser .UserLink.is-staff::before {
        background-image: url("images/zenimax-square@2x.png"); } }
  .DataTable tbody td.BigCount {
    font-size: 13px;
    color: #8a8171;
    padding: 5px; }
  .DataTable tbody td.LastUser {
    padding: 0 5px;
    line-height: 20px; }

.px-pinned {
  text-transform: uppercase;
  margin-right: 5px; }

.DismissMessage {
  font-size: 16px;
  padding-left: 40px;
  color: #8f5015;
  background: #fff9eb;
  border: 0;
  line-height: 1.3; }
  .DismissMessage::before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 40px;
    text-align: center;
    line-height: 1.3; }
  .DismissMessage a.Dismiss {
    font-weight: bold;
    font-size: 26px;
    color: #413723;
    min-width: 1em;
    text-align: center;
    position: static;
    float: right;
    margin: -10px -10px 4px 4px; }
  .DismissMessage.AlertMessage, .DismissMessage.Warning {
    color: #8f5015;
    background: #ffda85;
    border: none; }
    .DismissMessage.AlertMessage a, .DismissMessage.Warning a {
      color: #413723; }
  .DismissMessage.CasualMessage {
    background: #c5e6ff;
    color: #375469; }
    .DismissMessage.CasualMessage a.Dismiss {
      color: #375469; }
      .DismissMessage.CasualMessage a.Dismiss:hover {
        color: #c5e6ff;
        background: #375469; }
  .DismissMessage.WarningMessage {
    background: darkred;
    color: #fff; }
    .DismissMessage.WarningMessage a.Dismiss {
      color: #fff; }
      .DismissMessage.WarningMessage a.Dismiss:hover {
        color: darkred;
        background: #fff; }

#Content > .DismissMessage,
.title-wrap .DismissMessage {
  background-image: none; }
  #Content > .DismissMessage::before,
  .title-wrap .DismissMessage::before {
    display: inline-block;
    font-family: "vanillicon";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    line-height: 1;
    content: ""; }
  #Content > .DismissMessage.AlertMessage::before,
  .title-wrap .DismissMessage.AlertMessage::before {
    content: "\f1b7"; }
  #Content > .DismissMessage.WarningMessage::before,
  .title-wrap .DismissMessage.WarningMessage::before {
    content: "\f1b7"; }

.DismissMessage + .DismissMessage {
  margin-top: -8px; }

.H + .DismissMessage {
  margin-top: 25px; }

.PageControls {
  line-height: 28px; }
  .PageControls .Button {
    height: 40px;
    line-height: 40px; }
  .PageControls .BoxButtons {
    margin: 0; }
  .PageControls.Top {
    margin-bottom: 20px; }

.Pager {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  .Pager a,
  .Pager span {
    background: #fff9eb;
    color: #8f5015;
    border: solid 1px #968561;
    text-align: center;
    padding: 0 5px;
    min-width: 30px; }
  .Pager .Next,
  .Pager .Previous {
    padding-left: 10px;
    padding-right: 10px; }
  .Pager .Highlight {
    background: #393020;
    border-color: #393020;
    color: #fff9eb; }

.NumberedPager span.Previous,
.NumberedPager span.Next {
  display: none; }

#Content .BoxNewDiscussion {
  display: inline-block; }

#Panel .BoxFilter {
  margin: 0 0 20px; }

#Panel .BoxDiscussionFilter {
  margin-bottom: 40px; }

#Panel .CategoryFilter {
  display: none; }

#Panel .FilterMenu li a,
#Panel .PanelInfo li a {
  display: block;
  padding: 5px 25px;
  margin-bottom: 1px;
  background-color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase; }

#Panel .FilterMenu .Active,
#Panel .PanelInfo .Active {
  background: none; }
  #Panel .FilterMenu .Active a,
  #Panel .PanelInfo .Active a {
    background-color: rgba(170, 159, 131, 0.7);
    color: #fff;
    font-weight: normal; }

#Panel .FilterMenu .Activities,
#Panel .FilterMenu .AllCategories,
#Panel .FilterMenu .MyDiscussions,
#Panel .FilterMenu .Reactions-BestOf,
#Panel .PanelInfo .Activities,
#Panel .PanelInfo .AllCategories,
#Panel .PanelInfo .MyDiscussions,
#Panel .PanelInfo .Reactions-BestOf {
  display: none; }

#Panel .Leaderboard .PanelInfo li {
  display: table;
  width: 100%; }
  #Panel .Leaderboard .PanelInfo li a {
    display: table-cell;
    width: auto;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0; }
  #Panel .Leaderboard .PanelInfo li .PhotoWrap {
    width: 26px;
    padding: 0;
    vertical-align: bottom; }
    #Panel .Leaderboard .PanelInfo li .PhotoWrap img {
      width: 26px;
      height: 26px; }
  #Panel .Leaderboard .PanelInfo li .Aside {
    width: 60px; }

#Panel .FilterMenu li,
#Panel .PanelInfo li {
  padding: 0;
  background: none; }
  #Panel .FilterMenu li, #Panel .FilterMenu li:first-child, #Panel .FilterMenu li:last-child,
  #Panel .PanelInfo li,
  #Panel .PanelInfo li:first-child,
  #Panel .PanelInfo li:last-child {
    border: none; }

.Overlay {
  background-color: rgba(0, 0, 0, 0.4); }

#Popup .Body {
  background-color: #ede7dd; }

.editor-fullpage #editor-fullpage-candidate {
  background: #ede7dd; }
  .editor-fullpage #editor-fullpage-candidate .editor {
    background: #ede7dd;
    border: none; }
  .editor-fullpage #editor-fullpage-candidate .TextBoxWrapper {
    padding-top: 38px; }

a [class^="icon-"], a
[class*=" icon-"] {
  display: inline-block;
  width: 1em;
  text-align: center; }

.icon.icon-staff {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("images/zenimax-square.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  overflow: hidden; }
  .icon.icon-staff:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    .icon.icon-staff {
      background-image: url("images/zenimax-square@2x.png"); } }

.Sprite,
.Sprite16,
.ReactSprite16 {
  /*
   @if (index($vanillicon-default-styles, $type) != false) {
      $type: nth($vanillicon-sprite-styles, index($vanillicon-default-styles, $type));
   }
   */
  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 (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .Sprite,
    .Sprite16,
    .ReactSprite16 {
      background-image: url("//vanillicon.com/sprites/sprites-28-ffffff.png");
      background-size: 396px; } }
  .MenuItems a:hover .Sprite, .MenuItems a:hover
  .Sprite16, .MenuItems a:hover
  .ReactSprite16 {
    /*
   @if (index($vanillicon-default-styles, $type) != false) {
      $type: nth($vanillicon-sprite-styles, index($vanillicon-default-styles, $type));
   }
   */
    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 (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .MenuItems a:hover .Sprite, .MenuItems a:hover
      .Sprite16, .MenuItems a:hover
      .ReactSprite16 {
        background-image: url("//vanillicon.com/sprites/sprites-28-ffffff.png");
        background-size: 396px; } }

a.Bookmark,
a.Boomarking,
a.Bookmarked,
.OptionsTitle {
  background-image: url("//vanillicon.com/sprites/ui_sprites-16c-413723.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), 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-413723.png");
      background-size: 30px; } }

.Reactions .Count {
  background: #413723;
  color: #fff; }

.Tiles {
  margin: 0 -8px; }
  .Tiles .Tile {
    border-radius: 0;
    margin: 8px;
    width: 309px;
    background-color: rgba(170, 159, 131, 0.7);
    border: none; }
    .Tiles .Tile:after {
      content: "";
      display: table;
      clear: both; }
    .Tiles .Tile .Title {
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-color: #948159;
      border-width: 0 0 1px;
      border-style: solid;
      font-size: 14px; }
    .Tiles .Tile .Message {
      margin: 8px 0; }
    .Tiles .Tile .Author a {
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
    .Tiles .Tile .Author .PhotoWrap {
      margin-left: 0;
      margin-right: 8px;
      margin-top: 0;
      margin-bottom: 0; }
    .Tiles .Tile .Author .ProfilePhoto {
      width: 40px;
      height: 40px; }

.PullRight {
  float: right; }

.PullLeft {
  float: left; }

.Hidden {
  display: none; }

.TextColor {
  color: #413723; }

a.TextColor {
  color: #413723; }
  a.TextColor:hover {
    color: #8f5015; }

.CategoryRow {
  margin-bottom: 25px;
  clear: left; }
  .CategoryRow::after {
    content: "";
    display: table;
    clear: left; }

.CategoryGroup h2 {
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0 10px; }
  .CategoryGroup h2 a {
    color: #413723; }
    .CategoryGroup h2 a:hover {
      color: #8f5015; }
  .CategoryGroup h2::before {
    content: " ";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    transition: transform 0.2s;
    height: 0;
    width: 0;
    border-bottom: 15px solid #413723;
    border-left: 15px solid transparent; }

.CategoryGroup.Collapsed .BoxCategoryBoxes {
  display: none; }

.CategoryGroup.Collapsed h2::before {
  transform: rotate(-45deg); }

.BoxCategoryBoxes {
  margin: 0; }
  .BoxCategoryBoxes h2 .Title,
  .BoxCategoryBoxes h3,
  .BoxCategoryBoxes h3 .Title {
    font-size: 16px; }
  .BoxCategoryBoxes .DataList {
    margin: 0 -1px; }
    .BoxCategoryBoxes .DataList .Item {
      float: left;
      width: 25%;
      padding: 2px;
      padding-left: 1px !important;
      background: none;
      border: none; }
      .BoxCategoryBoxes .DataList .Item > .Wrap {
        padding: 10px;
        padding-top: 6px;
        background-color: rgba(255, 249, 235, 0.6); }
        .BoxCategoryBoxes .DataList .Item > .Wrap:hover {
          background-color: #fff9eb; }
      .BoxCategoryBoxes .DataList .Item:nth-of-type(n) {
        clear: none; }
  .BoxCategoryBoxes .CategoryName {
    display: table;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-color: #948159;
    border-width: 0 0 1px;
    border-style: solid; }
    .BoxCategoryBoxes .CategoryName .Photo {
      width: 50px;
      margin: 0;
      padding-right: 10px; }
    .BoxCategoryBoxes .CategoryName .Title {
      width: 100%;
      line-height: 20px; }
    .BoxCategoryBoxes .CategoryName .Photo,
    .BoxCategoryBoxes .CategoryName .Title {
      display: table-cell;
      vertical-align: middle; }
  .BoxCategoryBoxes .CategoryDescription {
    line-height: 1.3; }
  .BoxCategoryBoxes .CategoryMeta .MItem {
    margin: 0; }
  .BoxCategoryBoxes .Options {
    position: absolute;
    right: 7px;
    top: 10px; }
  .BoxCategoryBoxes .Item-Icon {
    display: block;
    margin: 0 10px 0 0;
    height: 40px;
    width: 40px; }
    .BoxCategoryBoxes .Item-Icon img {
      height: 40px;
      width: 40px; }
    .BoxCategoryBoxes .Item-Icon.NoPhoto {
      background-image: url("images/icon-ouroboros.png"); }

.Section-CategoryList .BoxCategories {
  width: 220px;
  float: right;
  font-size: 12px; }
  .Section-CategoryList .BoxCategories h3,
  .Section-CategoryList .BoxCategories h4 {
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .Section-CategoryList .BoxCategories li:first-child {
    display: none; }

.Section-CategoryList .Item.Read .Title {
  font-weight: normal; }

.Section-CategoryList a.big-link {
  display: block;
  height: 143px;
  overflow: hidden; }
  .Section-CategoryList a.big-link .CategoryDescription {
    color: #413723; }

.CategoryGroup-condensed .BoxCategoryBoxes .CategoryName {
  border: none;
  margin: 0;
  padding: 0; }

.CategoryGroup-condensed .BoxCategoryBoxes .DataList .Item > .Wrap {
  padding: 10px;
  min-height: 60px; }

.CategoryGroup-condensed a.big-link {
  height: 40px; }

.PanelInfo {
  background-color: rgba(255, 249, 235, 0.6); }
  .PanelInfo li {
    border: none;
    padding: 0;
    padding: 4px 8px; }
    .PanelInfo li:nth-child(odd) {
      background: #f8f2e5; }
      .PanelInfo li:nth-child(odd) .Aside {
        background: #f6f0e1; }
    .PanelInfo li a {
      display: block; }
    .PanelInfo li:hover {
      background: #fff9eb; }
      .PanelInfo li:hover .Aside {
        background: rgba(255, 249, 235, 0.6); }
  .PanelInfo .Aside {
    background: #efe9dc;
    margin: -4px -8px;
    width: 40px;
    padding: 4px;
    text-align: right; }
  .PanelInfo .Count {
    background: none;
    color: #8f5015;
    font-size: 12px; }

.CategoryFilterTitle {
  display: none; }

.CategoryFilter {
  float: right; }
  .CategoryFilter:after {
    content: "";
    display: table;
    clear: both; }

.Section-DiscussionList .PageDescription {
  display: none; }

.Section-DiscussionList.is-signedin .PageControls .Pager {
  padding: 5px 0; }

.Section-DiscussionList .PageControls.Top .selectBox-following {
  height: 40px;
  line-height: 40px; }

.Section-DiscussionList .PageControls.Bottom {
  margin: 20px 0 0 0; }

.Section-DiscussionList .DataTableWrap {
  margin-left: -20px;
  margin-right: -20px; }

.Section-DiscussionList tr.last-announcement td {
  border-bottom: solid 3px #413723; }

.Section-DiscussionList .Item:hover {
  background-color: #fff9eb; }

.dis-bar {
  background: rgba(170, 159, 131, 0.7);
  min-height: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px; }

.dis-row-wrap {
  position: relative; }

.dis-row {
  min-height: 150px;
  border-left: solid 8px transparent; }
  .dis-row:after {
    content: "";
    display: table;
    clear: both; }
  .dis-row .dis-row {
    border: 0; }

.dis-col {
  float: left;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px; }
  .dis-col .dis-col {
    padding-top: 0;
    padding-bottom: 0; }
  .dis-col .H {
    margin-top: 0; }

.dis-col-avatar {
  width: 88px;
  padding-left: 12px; }

.dis-col-user {
  width: 164px;
  overflow: hidden; }
  .dis-col-user .Username {
    font-weight: bold; }

.dis-col-body {
  width: 640px; }

.dis-col-meta {
  width: 100px;
  padding-right: 20px;
  text-align: right;
  line-height: 18px; }
  .dis-col-meta .MItem {
    display: block;
    margin: 0; }
  .dis-col-meta .MenuItems {
    text-align: left; }

.dis-col-fullavatar {
  width: 252px;
  padding-left: 0;
  padding-right: 0; }
  .dis-col-fullavatar .H {
    line-height: 27px;
    padding-left: 12px;
    margin-bottom: 20px; }

.dis-col-fullbody {
  width: 740px;
  padding-right: 20px; }
  .dis-col-fullbody .editor {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px; }

.dis-reactions.dis-col {
  float: right;
  padding-top: 0; }

.dis-reactions {
  line-height: 20px;
  padding-right: 20px;
  padding-bottom: 10px; }
  .Item .dis-reactions .Reactions > * {
    visibility: hidden; }
  .Item.Open .dis-reactions .Reactions > *,
  .Item:hover .dis-reactions .Reactions > * {
    visibility: visible; }
  .dis-reactions .Reactions {
    margin-top: 0;
    font-size: 12px; }
    .dis-reactions .Reactions .React.ReportPost {
      display: none; }

.btns {
  margin-left: 30px; }

.ReactButton.Button {
  height: 20px;
  line-height: 18px;
  font-size: 14px;
  text-transform: none;
  padding: 0 5px;
  min-width: 70px; }

.Section-Discussion .title-wrap {
  position: relative; }
  .Section-Discussion .title-wrap .btn-zos-jump {
    position: absolute;
    right: 0;
    top: 0; }
  .Section-Discussion .title-wrap .OptionsTitle,
  .Section-Discussion .title-wrap .Bookmark {
    margin-top: 5px; }

.Section-Discussion .PageTitle {
  text-transform: none; }

.Section-Discussion .PageControls {
  margin: 20px 0; }
  .Section-Discussion .PageControls:after {
    content: "";
    display: table;
    clear: both; }

.Section-Discussion .MessageList {
  margin-left: -20px;
  margin-right: -20px; }

.Section-Discussion .DataList .Item {
  padding: 0; }

.Section-Discussion .ItemDiscussion {
  border-bottom: solid 1px #c8bda0; }

.Section-Discussion .ProfilePhotoMedium {
  height: 70px;
  width: 70px; }

.Section-Discussion .Num {
  font-size: 14px; }
  .Section-Discussion .Num a {
    color: #413723; }
    .Section-Discussion .Num a:hover {
      color: #8f5015; }

.Section-Discussion .CommentHeading {
  display: none; }

.Section-Discussion ul.AcceptedAnswers {
  margin: 0; }

.Section-Discussion .Tag.QnA-Accepted {
  border-radius: 100px;
  background: #5c5c5c;
  color: #fff;
  font-size: 42px;
  position: absolute;
  left: -66px;
  top: 20px;
  margin: 0;
  width: 56px;
  height: 56px;
  line-height: 56px; }
  .Section-Discussion .Tag.QnA-Accepted span {
    display: none; }
  .Section-Discussion .Tag.QnA-Accepted::after {
    content: "\f171";
    display: block;
    font-family: "vanillicon";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none; }

.ItemDiscussion {
  margin: 0;
  padding: 0; }

.Message > *:first-child {
  margin-top: 0; }

.dis-row-wrap.CommentForm {
  margin-left: -20px;
  margin-right: -20px; }

.EditCommentForm .FormWrapper {
  padding: 0; }

.Item-Body .MItem {
  display: block;
  margin: 0;
  color: #8a8171; }

.btn-zos-jump {
  padding: 0 5px; }
  .btn-zos-jump .icon-staff {
    margin-bottom: 4px; }

.DiscussionForm label {
  color: #413723; }

.DataList.Comments .IgnoreHide .dis-col {
  padding-bottom: 20px; }

.DataList.Comments .IgnoreHide .dis-col-avatar {
  width: 44px; }

.DataList.Comments .IgnoreHide .AuthorInfo,
.DataList.Comments .IgnoreHide .CommentInfo,
.DataList.Comments .IgnoreHide .dis-reactions {
  display: none; }

.DataList.Comments .IgnoreHide .ProfilePhotoMedium {
  height: 24px;
  width: 24px; }

.EditCommentForm .Buttons,
.CommentForm .Buttons {
  text-align: left; }
  .EditCommentForm .Buttons .CommentButton,
  .CommentForm .Buttons .CommentButton {
    margin: 0 6px; }

.CommentForm textarea.BodyBox {
  height: 250px; }

.UserSignature {
  overflow: hidden; }

.Section-Profile h1.H {
  text-transform: none; }
  .Section-Profile h1.H .Gloss {
    color: #413723; }

.Section-Profile h2.H {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px; }

.Section-Profile div.About,
.Section-Profile .ReactionsWrap {
  margin-top: 0;
  margin-bottom: 30px; }

.Section-Profile #Panel {
  float: left; }
  .Section-Profile #Panel .PhotoWrapLarge {
    margin-top: 0;
    margin-bottom: 20px; }
  .Section-Profile #Panel .ProfilePhotoLarge {
    width: 100%;
    vertical-align: bottom; }

.Section-Profile #Panel + #Content {
  float: right;
  padding-right: 0;
  padding-left: 40px; }

.Section-Profile .About .Invited {
  display: none; }

.Handle .SpEditProfile,
.NavButton .SpEditProfile {
  background-image: none !important;
  width: 1em;
  opacity: 1;
  background-image: none; }
  .Handle .SpEditProfile::before,
  .NavButton .SpEditProfile::before {
    display: inline-block;
    font-family: "vanillicon";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    min-width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    line-height: 1;
    content: ""; }

a.is-staff {
  color: #080 !important; }
  a.is-staff:hover {
    color: #4c2b0b !important; }

.Rank-Staff .AuthorInfo {
  color: #080 !important; }
  .Rank-Staff .AuthorInfo a {
    color: #080 !important; }
    .Rank-Staff .AuthorInfo a:hover {
      color: #4c2b0b !important; }

.Section-Discussion .Item.Rank-Staff > .dis-row {
  border-color: #080;
  background-image: url("images/z-tile.png");
  background-repeat: no-repeat;
  background-position: -65px -120px;
  background-color: rgba(197, 185, 163, 0.3); }

.Section-Discussion .Item.Rank-Staff .dis-col-avatar .PhotoWrap {
  display: block; }

.Section-Discussion .Item.Rank-Staff .Message {
  color: #080; }
  .Section-Discussion .Item.Rank-Staff .Message a {
    color: #413723; }
    .Section-Discussion .Item.Rank-Staff .Message a:hover {
      color: #8f5015; }

.Section-Discussion .Item.Rank-Staff.CommentForm > .dis-row {
  background-position: -65px -75px; }

.StaffMarker {
  margin-top: 12px;
  margin-right: -10px;
  font-size: 13px;
  line-height: 20px; }
  .StaffMarker .icon-chevron-right::before,
  .StaffMarker .icon-chevron-left::before {
    width: 20px;
    line-height: 20px;
    vertical-align: middle; }

.Section-Tracker .tr-title {
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Section-Tracker .tr-cat {
  color: #413723; }

.Section-Tracker .tr-body {
  color: #080; }

.Section-Tracker .DataTable tbody .DiscussionName .Wrap {
  height: auto; }

.Section-Tracker .tr-link {
  display: block;
  line-height: 1.3; }
  .Section-Tracker .tr-link:hover {
    color: #4c2b0b; }
    .Section-Tracker .tr-link:hover .tr-body {
      color: #4c2b0b; }

.Section-Tracker .Col-Icon .Wrap {
  position: relative; }
  .Section-Tracker .Col-Icon .Wrap::after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #000;
    top: 23px;
    left: 10px; }

body.Section-ConversationList #Panel {
  display: none; }

body.Section-ConversationList #Panel + #Content {
  float: none;
  width: 100%;
  margin: 0 auto; }

body.Section-Profile.notes #Panel .FilterMenu li.UserNotes a {
  background-color: #33636b;
  color: #fff; }

body.Section-Profile .Invitations .js-invitation td:first-child {
  word-wrap: break-word; }

.BarWrap {
  margin: 0;
  border: 0; }

.LocaleOptions {
  display: none; }

.DataCounts {
  display: table;
  width: 100%;
  margin: 0; }
  .DataCounts .CountItemWrap {
    display: table-cell; }
  .DataCounts .CountTotal {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

li.Buried {
  height: 40px; }
  li.Buried * {
    display: initial;
    padding-top: 3px; }
  li.Buried > * {
    display: block; }
  li.Buried a.is-staff,
  li.Buried .AuthorInfo,
  li.Buried .Num a {
    color: #aaa !important; }
  li.Buried .dis-col-avatar img {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    opacity: 0.4; }

.PhotoWrap.Jailed::before,
.PhotoWrapLarge.Jailed::before {
  display: none; }
/*# sourceMappingURL=custom.css.map */