/* html5doctor.com Reset Stylesheet v1.6 | Last Updated:2010-08-18 | Author:Richard Clark - http://richclarkdesign.com | Twitter:@rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, acronym, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, menu, li {
  list-style-position: outside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/* clearfix credit:webtoolkit | http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

input[type=radio] {
  margin: 0; }

/* GAMEBANANA Stylesheet - all css beneath is public domain */
a {
  text-decoration: none;
  color: #FFE033; }

a:hover {
  color: #FD70E1; }

audio::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.25);
  transform: scale(0.75); }

body {
  font: 14px 'open sans';
  word-wrap: break-word;
  background: #0e0f10;
  color: rgba(255, 255, 255, 0.75); }

body.FullscreenModuleMode {
  overflow: hidden; }
  body.FullscreenModuleMode #HeaderWrapper {
    display: none !important; }
  body.FullscreenModuleMode #FullscreenModuleWrapper {
    background: rgba(0, 0, 0, 0.9);
    overflow: auto;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3; }
    body.FullscreenModuleMode #FullscreenModuleWrapper .Module:last-child {
      margin-bottom: 0 !important; }

button, .ButtonLike {
  outline: none;
  font: 10px 'open sans';
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 2px 6px;
  cursor: pointer;
  background: linear-gradient(to bottom, #444, #222);
  color: rgba(255, 255, 255, 0.75);
  border: 0; }

button:hover, .ButtonLike:hover, button.Selected, .ButtonLike.Selected {
  background: rgba(0, 0, 0, 0.5); }

.SmallButton, .SmallFlatButton {
  border: 0;
  font-size: 9px; }

.FlatButton, .SmallFlatButton {
  border: 0;
  box-shadow: none;
  background: none; }

button span, .ButtonLike span {
  display: inline-block;
  vertical-align: middle; }

.IconOnlyButton {
  padding: 0; }

code {
  font-family: monospace;
  color: #6EE16C; }

dd {
  margin: 5px 0 10px 2.5px;
  padding: 0; }
  dd ul, dd ol {
    padding: 0 0 0 20px; }

dt {
  font-size: 10px;
  font-weight: normal;
  border: 0;
  margin: 0;
  padding: 2px 0;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

h1, h2, h3 {
  font-weight: bold; }

hr {
  padding: 10px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }

input[type=text], input[type=password], input[type=password], input[type=number], input[type=email] {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  outline: none;
  font: 14px 'open sans';
  margin-right: 3px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5); }

input[type=text]:hover, input[type=password]:hover, input[type=password]:hover, input[type=number]:hover, input[type=email]:hover {
  border: 1px solid rgba(255, 255, 255, 0.5); }

input[type=text]:focus, input[type=password]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus {
  border: 1px solid rgba(255, 255, 255, 0.75); }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-style: italic; }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-style: italic; }

input[type=range] {
  -webkit-appearance: none;
  margin: 0; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 12px;
  cursor: pointer;
  background: #0e0f10; }

input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 10px;
  background: #FF5E9D;
  cursor: move;
  -webkit-appearance: none; }

label {
  vertical-align: middle; }

legend {
  margin: 0;
  padding: 2.5px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

option {
  background: #0e1417;
  color: #e2e2e2; }

optgroup {
  padding: 5px;
  margin: 5px 0;
  background: #0e1417;
  color: #e2e2e2;
  font-style: normal; }

p {
  padding: 0 0 20px 0; }

pre {
  font-family: monospace;
  color: rgba(255, 255, 255, 0.75); }

select, .SelectLike {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  max-width: 300px;
  outline: none;
  cursor: pointer;
  font: 14px 'open sans';
  margin-right: 3px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5); }

select:hover, .SelectLike:hover {
  border: 1px solid rgba(255, 255, 255, 0.5); }

select:disabled, .SelectLike:disabled {
  opacity: 0.5; }

select:focus, .SelectLike:focus {
  border: 1px solid rgba(255, 255, 255, 0.75); }

sup {
  color: #FF7238; }

table {
  width: 100%; }
  table thead {
    background: rgba(0, 0, 0, 0.25); }
    table thead th {
      font-weight: normal;
      vertical-align: middle;
      text-align: left;
      font-size: 9px;
      padding: 7.5px;
      text-transform: uppercase;
      border-right: 1px solid #1c272e;
      letter-spacing: 1px;
      color: #999999; }
    table thead th:last-child {
      border-right: 0; }
  table td, table th {
    vertical-align: middle;
    padding: 10px; }
  table td {
    vertical-align: middle;
    border: 1px solid #172026;
    border-top: 0; }
  table td:first-child {
    border-left: 0; }
  table td:last-child {
    border-right: 0; }
  table tr:last-child td {
    border-bottom: 0; }

textarea, .TextareaLike {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  outline: none;
  font: 14px 'open sans';
  padding: 10px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5); }

textarea:hover {
  border: 1px solid rgba(255, 255, 255, 0.5); }

textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.75); }

.AvatarTooltip .Column {
  display: inline-block;
  vertical-align: middle; }
  .AvatarTooltip .Column div {
    text-align: center;
    padding: 10px 5px; }
    .AvatarTooltip .Column div strong {
      display: block; }
    .AvatarTooltip .Column div small {
      display: block;
      margin-top: 2.5px;
      font-size: 12px; }
  .AvatarTooltip .Column .NameAndStatus strong {
    white-space: nowrap; }
  .AvatarTooltip .Column .NameAndStatus img {
    max-width: 90%; }
  .AvatarTooltip .Column .NameAndStatus .StateLabel.Online {
    color: #6EE16C; }
  .AvatarTooltip .Column .NameAndStatus .StateLabel.Offline {
    color: #999999; }
  .AvatarTooltip .Column .AffiliatedStudio img {
    max-width: 90%; }
  .AvatarTooltip .Column .Medals, .AvatarTooltip .Column .AffiliatedStudio, .AvatarTooltip .Column .Clearance {
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .AvatarTooltip .Column .Clearance .StateLabel {
    color: #FF4E4E; }
  .AvatarTooltip .Column .Clearance .StateLabel.Member {
    color: rgba(255, 255, 255, 0.75); }
.AvatarTooltip .Column1 {
  width: 49%;
  border-right: 1px solid rgba(255, 255, 255, 0.05); }
.AvatarTooltip .Column2 {
  width: 50%; }
  .AvatarTooltip .Column2 .Medals ul {
    margin-top: 2.5px; }
    .AvatarTooltip .Column2 .Medals ul li {
      display: inline-block; }

.Avatar {
  display: inline-block;
  font-size: 0;
  position: relative; }
  .Avatar img {
    width: 100%;
    height: 100%; }
  .Avatar .OnlineIndicator {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px black; }

.Avatar.Online .OnlineIndicator {
  background: #6EE16C; }

.Avatar.Offline .OnlineIndicator {
  background: #999999; }

.MemberLink {
  padding-left: 2px;
  display: inline-block; }

.MemberLink.Online {
  border-left: 2px solid #6EE16C; }

.MemberLink.Offline {
  border-left: 2px solid #999999; }

.BlinkingBeacon {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: -10px;
  left: -10px;
  opacity: 0.5; }

.BlinkingBeacon:hover {
  opacity: 1; }

.HelpBeaconTooltip {
  color: #6EE16C; }

.UpdateBeaconTooltip {
  color: #6CB1E1; }

.AdviceBeaconTooltip {
  color: #FF4E4E; }

.Column {
  display: inline-block;
  vertical-align: top; }

.Column25 {
  width: 25%; }

.Column50 {
  width: 50%; }

.Column75 {
  width: 75%; }

.StateLabel {
  font-size: 9px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 1px 4px;
  margin: 3px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25); }

.StateLabel.IsFlagged {
  color: #FF7238; }

.StateLabel.IsTrashed {
  color: #FF4E4E; }

.StateLabel.IsWithheld {
  color: #FF7238; }

.StateLabel.IsTopToday {
  color: #FF5E9D; }

.StateLabel.IsTrashed {
  color: #FF4E4E; }

.StateLabel.IsUnjustified {
  color: #FF7238; }

.StateLabel.IsPending {
  color: #FF7238; }

.StateLabel.IsUpdated {
  color: #6CB1E1; }

.StateLabel.IsCreator {
  color: #6CB1E1; }

.StateLabel.IsRedistributor {
  color: #FF7238; }

.StateLabel.FeedbackNeeded {
  color: #999999; }

.StateLabel.Unrated {
  color: #999999; }

.NsfwLabel {
  background: #FF4E4E;
  padding: 1px 4px;
  font-style: normal;
  font-weight: bold;
  color: black;
  font-size: 10px; }

.LessThan5minsOld {
  text-decoration: underline;
  font-weight: bold;
  color: #FF4E4E; }

.LessThan30minsOld {
  font-weight: bold;
  color: #FF4E4E; }

.LessThan1HourOld {
  color: #FF4E4E; }

.LessThan4HoursOld {
  color: #FF7238; }

.OlderThan1Day {
  color: #999999; }

.Rated9To10 {
  color: #6CB1E1; }

.Rated7To9 {
  color: #6EE16C; }

.Rated5To7 {
  color: #FF7238; }

.RatedLessThan5 {
  color: #FF4E4E; }

.DateUpdated {
  color: #6CB1E1; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: rgba(0, 0, 0, 0.9); }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.Tooltip {
  display: none; }

.tooltipster-base {
  max-width: 300px; }
  .tooltipster-base .Tooltip {
    display: block;
    font-size: 14px; }
    .tooltipster-base .Tooltip .Tooltip {
      display: none; }
  .tooltipster-base .Title {
    margin-bottom: 5px;
    font-weight: bold; }
  .tooltipster-base .tooltipster-content {
    font-size: 14px;
    padding: 10px;
    overflow: hidden; }

.ExpandableToggle {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 2;
  top: 5px;
  right: 5px;
  position: absolute; }

#Wrapper .ExpandedModuleWrapper {
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75); }

#Wrapper .ExpandedModuleWrapper > .Module {
  display: block;
  top: 0;
  right: 0;
  position: absolute; }

#Wrapper .CollapsedModuleWrapper {
  display: none; }

sup.Red {
  color: #FF4E4E;
  border: 2px solid #FF4E4E; }

sup.Grey {
  color: #999999;
  border: 2px solid #999999; }

sup.Blue {
  color: #6CB1E1;
  border: 2px solid #6CB1E1; }

sup.Green {
  color: #6EE16C;
  border: 2px solid #6EE16C; }

.LoadingMessage {
  padding: 1px;
  font-weight: bold;
  color: #6CB1E1; }

.BlueColor {
  color: #6CB1E1; }

.GreenColor {
  color: #6EE16C; }

.OrangeColor {
  color: #FF7238; }

.GreyColor {
  color: #999999; }

.RedColor {
  color: #FF4E4E; }

.PurpleColor {
  color: #FF5E9D; }

.GreyBorder {
  border-color: #999999 !important; }

.RedBorder {
  border-color: #FF4E4E !important; }

.BlueBorder {
  border-color: #6CB1E1 !important; }

.GreenBorder {
  border-color: #6EE16C !important; }

.OrangeBorder {
  border-color: #FF7238 !important; }

.RedBorder:hover, .BlueBorder:hover, .GreenBorder:hover, .OrangeBorder:hover, .GreyBorder:hover {
  border-color: #FD70E1 !important; }

.Progress span {
  display: inline-block;
  vertical-align: middle; }

div.SubmittersFeedbackInstructions {
  margin: 5px 0 0 15px;
  font-size: 14px; }

h4.SubmittersFeedbackInstructions {
  margin-left: 15px; }

div.SubmittersFeedbackInstructions {
  color: #999999; }

p.NoRecordsFound {
  text-align: center;
  color: #FF4E4E;
  padding: 5px; }

.MultipleRowListModule > div.Content {
  padding: 0;
  overflow: visible; }
  .MultipleRowListModule > div.Content td img {
    vertical-align: middle; }
  .MultipleRowListModule > div.Content td.Preview {
    text-align: center; }
    .MultipleRowListModule > div.Content td.Preview .Preview {
      max-height: 220px;
      overflow: hidden; }
    .MultipleRowListModule > div.Content td.Preview .Name {
      width: 220px;
      display: inline-block; }
    .MultipleRowListModule > div.Content td.Preview .PreviewImage {
      margin-bottom: 5px;
      width: 220px; }
  .MultipleRowListModule > div.Content td.Ownership {
    text-align: center;
    font-size: 12px; }
    .MultipleRowListModule > div.Content td.Ownership div.Studio {
      margin-bottom: 15px; }
    .MultipleRowListModule > div.Content td.Ownership div.Submitter .MemberLink {
      padding: 0;
      display: block;
      margin-top: 5px; }
  .MultipleRowListModule > div.Content td.Parent {
    text-align: center;
    font-size: 12px; }
    .MultipleRowListModule > div.Content td.Parent a {
      display: inline-block;
      max-width: 200px; }
  .MultipleRowListModule > div.Content td.Category {
    text-align: center; }
    .MultipleRowListModule > div.Content td.Category div.Game, .MultipleRowListModule > div.Content td.Category div.Category {
      margin-bottom: 10px; }
      .MultipleRowListModule > div.Content td.Category div.Game img, .MultipleRowListModule > div.Content td.Category div.Category img {
        max-width: 80px; }
  .MultipleRowListModule > div.Content td.Stats {
    font-size: 10px;
    white-space: nowrap; }
    .MultipleRowListModule > div.Content td.Stats > span {
      display: block; }
    .MultipleRowListModule > div.Content td.Stats span.Rating {
      margin: 5px 0;
      font-size: 16px; }
  .MultipleRowListModule > div.Content table + footer {
    padding: 10px; }

.Module .Content .ResizedImageWrapper a {
  opacity: 0.5;
  padding: 3px; }

.Module .Content .ResizedImageWrapper a:hover {
  opacity: 1; }

#DropdownMenuSubNavigator {
  background: #1C272E;
  padding: 1px; }
  #DropdownMenuSubNavigator .sf-menu > li {
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 0 0 1px #1c272e;
    background: linear-gradient(to bottom, #111214, #1c262d);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.75); }
    #DropdownMenuSubNavigator .sf-menu > li > a {
      padding: 4px 8px;
      color: rgba(255, 255, 255, 0.75); }
    #DropdownMenuSubNavigator .sf-menu > li ul {
      text-align: left;
      background: #0e1417; }
      #DropdownMenuSubNavigator .sf-menu > li ul > li {
        white-space: nowrap;
        border-bottom: 1px solid #1C272E; }
        #DropdownMenuSubNavigator .sf-menu > li ul > li > a {
          padding: 5px 7.5px;
          color: rgba(255, 255, 255, 0.75); }
          #DropdownMenuSubNavigator .sf-menu > li ul > li > a span, #DropdownMenuSubNavigator .sf-menu > li ul > li > a div {
            display: inline-block;
            vertical-align: middle; }
          #DropdownMenuSubNavigator .sf-menu > li ul > li > a .IconSheet {
            margin-right: 5px; }
        #DropdownMenuSubNavigator .sf-menu > li ul > li > a:hover {
          color: #FD70E1; }
      #DropdownMenuSubNavigator .sf-menu > li ul li:last-child {
        border-bottom: 0; }
  #DropdownMenuSubNavigator .sf-menu li.TitleOnly {
    padding: 4px 8px; }
  #DropdownMenuSubNavigator .sf-menu > li:hover {
    background: #0e1417; }
  #DropdownMenuSubNavigator .sf-menu .ActiveEntry {
    background: #1c272e; }
    #DropdownMenuSubNavigator .sf-menu .ActiveEntry a {
      font-weight: bold; }
    #DropdownMenuSubNavigator .sf-menu .ActiveEntry a:hover {
      color: rgba(255, 255, 255, 0.75); }
  #DropdownMenuSubNavigator .sf-menu .ActiveEntry:hover {
    background: #1c272e; }
  #DropdownMenuSubNavigator strong {
    display: inline-block;
    vertical-align: middle; }
  #DropdownMenuSubNavigator ul ul {
    z-index: 5;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75); }

#NoscriptWarning {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 3px;
  z-index: 2;
  font-weight: bold;
  background: #FF4E4E;
  color: #222; }

.ContentColumn > .Module, #FullscreenModuleWrapper > .Module {
  margin-bottom: 1px;
  position: relative; }
  .ContentColumn > .Module .ModuleTools, #FullscreenModuleWrapper > .Module .ModuleTools {
    z-index: 1;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 3px;
    top: -1px;
    font-size: 0;
    padding: 5px;
    width: 16px;
    border: 1px solid #0e0f10;
    background: #141a1d;
    border-right: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out; }
    .ContentColumn > .Module .ModuleTools button:first-child, #FullscreenModuleWrapper > .Module .ModuleTools button:first-child {
      margin-top: 0; }
    .ContentColumn > .Module .ModuleTools button, #FullscreenModuleWrapper > .Module .ModuleTools button {
      margin-top: 5px; }
    .ContentColumn > .Module .ModuleTools .MoveButton, #FullscreenModuleWrapper > .Module .ModuleTools .MoveButton {
      cursor: move; }
  .ContentColumn > .Module .ModuleTools:hover, #FullscreenModuleWrapper > .Module .ModuleTools:hover {
    opacity: 1; }

.Module.Maximized {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  right: 1px;
  z-index: 3; }
  .Module.Maximized > .Content {
    background: rgba(28, 39, 46, 0.95); }

.Module > h3 {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #1C272E;
  background: linear-gradient(to right, #0e0f10, #1C272E); }
  .Module > h3 span {
    vertical-align: middle;
    display: inline-block; }
.Module > .Links {
  display: none;
  position: absolute;
  top: 3px;
  right: 32px;
  font-size: 0; }
  .Module > .Links li {
    white-space: nowrap;
    display: inline-block;
    padding: 2px 4px;
    font-size: 9px;
    margin-left: 2.5px;
    background: rgba(0, 0, 0, 0.25); }
.Module > .Description {
  color: grey;
  padding: 10px;
  font-size: 12px;
  background: #1C272E; }
.Module > .LogMessages {
  text-align: center;
  padding: 10px;
  background: #1C272E;
  color: #999999; }
  .Module > .LogMessages li {
    display: block; }
.Module > .Content {
  position: relative;
  overflow-x: none;
  overflow-y: auto;
  padding: 10px;
  background: #1C272E; }
  .Module > .Content pre {
    color: #6EE16C;
    box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    margin: 10px;
    padding: 10px;
    overflow-x: auto;
    width: auto; }
  .Module > .Content h1 {
    font-size: 18px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 0 5px 0; }
  .Module > .Content h2 {
    font-size: 16px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 0 5px 0; }
  .Module > .Content h3 {
    margin: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 0 5px 0; }
  .Module > .Content h4, .Module > .Content h5, .Module > .Content h6 {
    margin: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 0 5px 0; }
  .Module > .Content article > ul {
    padding: 10px 10px 10px 20px; }
    .Module > .Content article > ul li {
      list-style-type: square; }
  .Module > .Content article > ol {
    padding: 10px 10px 10px 20px; }
    .Module > .Content article > ol li {
      list-style-type: decimal; }
  .Module > .Content article > dl dd ul {
    margin: 10px; }

.Module:hover > .Links {
  display: block; }

.MainForm .InputsWrapper .CategoryTabs {
  margin: -10px -10px 10px -10px;
  padding: 25px 10px 0 10px;
  background: linear-gradient(to top, #080c0e, #1c272e); }
  .MainForm .InputsWrapper .CategoryTabs li {
    margin-right: 1px;
    border-bottom: 1px solid #0e1317;
    background: linear-gradient(to top, #151d23, #1c272e);
    cursor: pointer;
    vertical-align: bottom;
    display: inline-block;
    padding: 5px 10px; }
    .MainForm .InputsWrapper .CategoryTabs li > span {
      font-size: 12px; }
    .MainForm .InputsWrapper .CategoryTabs li span {
      vertical-align: middle;
      display: inline-block; }
    .MainForm .InputsWrapper .CategoryTabs li small {
      margin-left: 16px;
      text-align: right;
      display: block;
      text-transform: uppercase;
      font-size: 9px; }
  .MainForm .InputsWrapper .CategoryTabs li:hover, .MainForm .InputsWrapper .CategoryTabs .Selected {
    background: linear-gradient(to bottom, #25333c, #1C272E);
    border-bottom-color: #1c272e; }
  .MainForm .InputsWrapper .CategoryTabs .Selected {
    cursor: default; }
  .MainForm .InputsWrapper .CategoryTabs .CategoryHasErrors {
    border-top: 5px solid #FF4E4E; }
.MainForm .InputsWrapper .CategoryPane {
  display: none; }
.MainForm .InputsWrapper .CategoryPane.Selected {
  display: block; }
.MainForm .InputsWrapper fieldset > legend span {
  vertical-align: middle;
  display: inline-block; }
.MainForm .InputsWrapper fieldset > legend .Title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }
.MainForm .InputsWrapper fieldset > legend .StateLabel.RequiredInput {
  color: #FF7238; }
.MainForm .InputsWrapper fieldset > legend .StateLabel.OptionalInput {
  color: #999999; }
.MainForm .InputsWrapper fieldset .InputHelp {
  padding: 5px 10px;
  font-size: 10px;
  color: #999999; }
  .MainForm .InputsWrapper fieldset .InputHelp .InputRequirements, .MainForm .InputsWrapper fieldset .InputHelp .InputExamples {
    padding: 5px 0 5px 15px; }
.MainForm .InputsWrapper fieldset .InputError {
  padding: 5px 10px; }
.MainForm .InputsWrapper fieldset .InputWrapper {
  padding: 10px;
  margin-bottom: 10px; }
.MainForm .InputsWrapper .OptionalInput > legend {
  cursor: pointer; }
.MainForm .InputsWrapper .OptionalInput > legend:hover {
  background: rgba(255, 255, 255, 0.01); }
.MainForm .InputsWrapper .InputHasError .InputHelp, .MainForm .InputsWrapper .InputHasError .InputError, .MainForm .InputsWrapper .InputHasError .InputWrapper {
  border-left: 5px solid #FF4E4E; }
.MainForm .InputsWrapper .InputHasError .InputError {
  color: #FF4E4E; }
.MainForm .Submit {
  border: 0;
  padding: 10px; }

.Switch {
  font-size: 0; }
  .Switch input {
    display: none; }
  .Switch label {
    border-radius: 0;
    text-decoration: line-through; }
  .Switch label.Selected {
    text-decoration: underline; }
  .Switch label:first-of-type {
    border-radius: 3px 0 0 3px; }
  .Switch label:last-of-type {
    border-radius: 0 3px 3px 0; }

.WysiwygList ul {
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  min-height: 20px; }
  .WysiwygList ul li {
    background: rgba(0, 0, 0, 0.25);
    margin: 0 0 1px 0;
    border: 1px solid transparent;
    padding: 5px 0;
    display: block;
    font-size: 10px; }
    .WysiwygList ul li button, .WysiwygList ul li input {
      vertical-align: middle;
      display: inline-block;
      font-size: 10px; }
    .WysiwygList ul li input {
      width: 70%; }
  .WysiwygList ul .ui-sortable-placeholder {
    visibility: visible !important;
    border: 1px dashed #FF5E9D;
    background: rgba(0, 0, 0, 0.5); }

.RadioList li {
  display: block; }
  .RadioList li input {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .RadioList li label {
    margin-left: 2.5px;
    display: inline-block;
    vertical-align: middle; }

.CheckboxList li {
  display: block; }
  .CheckboxList li input {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .CheckboxList li label {
    margin-left: 2.5px;
    display: inline-block;
    vertical-align: middle;
    width: 90%; }

.ContentEditableEditor .InputWrapper .Editor {
  vertical-align: top;
  width: 75%;
  min-width: 250px;
  display: inline-block;
  margin: 0 10px 10px 0; }
  .ContentEditableEditor .InputWrapper .Editor .Toolbars > div {
    display: none;
    text-align: left;
    margin-bottom: 10px; }
  .ContentEditableEditor .InputWrapper .Editor .Toolbars > .Active {
    display: block; }
  .ContentEditableEditor .InputWrapper .Editor .Toolbars div button {
    font-size: 0;
    border-width: 1px;
    padding: 1px; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModeSwitchers span {
    cursor: pointer;
    display: inline-block;
    background: rgba(0, 0, 0, 0.25);
    padding: 2.5px 5px;
    margin-right: 2.5px;
    border-radius: 0;
    border: none;
    opacity: 0.5;
    font-size: 8px;
    text-transform: uppercase; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModeSwitchers span:hover {
    opacity: 1; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModeSwitchers .Wysiwyg {
    color: #FF5E9D; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModeSwitchers .Source {
    color: #6EE16C; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModeSwitchers .Backup {
    color: #6CB1E1;
    visibility: hidden; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModeSwitchers .Active {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes > div {
    display: none; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes > .Active {
    display: block; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes .Source textarea {
    font-size: 12px;
    color: #6EE16C;
    font-family: monospace;
    resize: vertical;
    height: 150px;
    width: 95%; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes .Backup .RichText {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 10px;
    resize: vertical;
    height: 150px;
    overflow-y: auto;
    font: 14px 'open sans';
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.5);
    width: 90%; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px;
    resize: vertical;
    height: 150px;
    overflow-y: auto;
    font: 14px 'open sans';
    color: rgba(255, 255, 255, 0.75);
    background: rgba(0, 0, 0, 0.5);
    width: 90%; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText img {
      max-width: 100%;
      cursor: move;
      min-width: 5px;
      min-height: 5px; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText ul, .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText ol {
      padding: 10px 10px 10px 20px; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText * {
      outline: 1px dotted #1C272E; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText .HoveredElement {
      outline: 1px solid #1C272E; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText .SelectedElement {
      outline: 1px solid #FF5E9D; }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText:hover {
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText:focus {
    border: 1px solid rgba(255, 255, 255, 0.75); }
  .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    background: #1C272E; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig span, .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig input, .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig button, .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig label {
      vertical-align: middle;
      display: inline-block;
      font-size: 10px; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig span, .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig input, .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig button {
      margin: 5px; }
    .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .ElementConfig button {
      border-width: 1px; }
.ContentEditableEditor .InputWrapper .Editor.DragInProgress .Wysiwyg .RichText {
  border: 1px dashed #FF5E9D; }
.ContentEditableEditor .InputWrapper .Inserters {
  vertical-align: top;
  width: 20%;
  display: inline-block;
  min-width: 200px; }
  .ContentEditableEditor .InputWrapper .Inserters .ImageInserter {
    text-align: center;
    padding: 10px; }
    .ContentEditableEditor .InputWrapper .Inserters .ImageInserter ul {
      height: 250px;
      overflow-y: auto; }
      .ContentEditableEditor .InputWrapper .Inserters .ImageInserter ul li {
        font-size: 10px;
        display: block;
        padding: 5px; }
        .ContentEditableEditor .InputWrapper .Inserters .ImageInserter ul li img {
          max-width: 90%;
          cursor: move;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25); }
        .ContentEditableEditor .InputWrapper .Inserters .ImageInserter ul li img:hover {
          outline: 1px dashed #FF5E9D; }
  .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter {
    text-align: center; }
    .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul {
      height: 250px;
      overflow-y: auto;
      box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05); }
      .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li {
        padding: 5px 7.5px;
        background: rgba(0, 0, 0, 0.25);
        margin: 0 0 1px 0;
        border: 1px solid transparent;
        display: block; }
        .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li span, .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li img {
          cursor: move; }
        .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li img {
          max-width: 90%;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25); }
        .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li span {
          padding: 2.5px; }
        .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li span:hover, .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul li img:hover {
          outline: 1px dashed #FF5E9D; }
      .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter ul .ui-draggable-dragging {
        visibility: visible !important;
        border: 1px dashed #FF5E9D;
        background: rgba(0, 0, 0, 0.5); }
    .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter .AjaxListPaginator {
      padding: 5px; }
      .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter .AjaxListPaginator button, .ContentEditableEditor .InputWrapper .Inserters .BitpitFileInserter .AjaxListPaginator span {
        font-size: 10px;
        display: inline-block;
        vertical-align: middle; }
  .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter {
    font-size: 10px;
    padding: 10px; }
    .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter p {
      padding: 0; }
    .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter input {
      font-size: 12px;
      width: 90%;
      margin: 10px 0;
      display: block; }
    .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter ul {
      box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
      min-height: 20px;
      max-height: 150px;
      overflow: auto;
      padding: 0; }
      .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter ul li {
        padding: 5px 2.5px;
        background: rgba(0, 0, 0, 0.25);
        margin: 0 0 1px 0;
        border: 1px solid transparent;
        display: block; }
        .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter ul li span {
          display: inline-block;
          vertical-align: middle; }
        .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter ul li .SortHandle {
          margin-right: 5px; }
      .ContentEditableEditor .InputWrapper .Inserters .UsernameInserter ul .ui-draggable-dragging {
        visibility: visible !important;
        border: 1px dashed #FF5E9D;
        background: rgba(0, 0, 0, 0.5); }
  .ContentEditableEditor .InputWrapper .Inserters .CannedResponseInserter {
    font-size: 10px; }
    .ContentEditableEditor .InputWrapper .Inserters .CannedResponseInserter p {
      padding: 10px; }
    .ContentEditableEditor .InputWrapper .Inserters .CannedResponseInserter ul {
      max-height: 150px;
      overflow: auto;
      box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05); }
      .ContentEditableEditor .InputWrapper .Inserters .CannedResponseInserter ul li {
        padding: 5px 7.5px;
        background: rgba(0, 0, 0, 0.25);
        margin: 0 0 1px 0;
        border: 1px solid transparent;
        display: block; }
        .ContentEditableEditor .InputWrapper .Inserters .CannedResponseInserter ul li span {
          display: inline-block;
          vertical-align: middle; }
      .ContentEditableEditor .InputWrapper .Inserters .CannedResponseInserter ul .ui-draggable-dragging {
        visibility: visible !important;
        border: 1px dashed #FF5E9D;
        background: rgba(0, 0, 0, 0.5); }
.ContentEditableEditor .InputWrapper .Inserters > h4 {
  cursor: pointer;
  padding: 5px;
  margin: 0;
  border: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5); }
.ContentEditableEditor .InputWrapper .Inserters > h4:hover {
  background: rgba(0, 0, 0, 0.25); }
.ContentEditableEditor .InputWrapper .Inserters > div {
  display: none;
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05); }

.UsernameSuggestionList li {
  margin: 5px 5px 0 0;
  cursor: pointer;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px; }

.UsernameSuggestionList li:hover {
  border: 1px solid #FD70E1; }

body.ModuleMoverMode #ModuleMoverControls {
  font-size: 12px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #FF5E9D;
  border-top: 1px solid #111;
  color: #111; }
  body.ModuleMoverMode #ModuleMoverControls > span, body.ModuleMoverMode #ModuleMoverControls > button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
body.ModuleMoverMode .ContentColumn .MovingModuleDropzone {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px;
  border: 1px dashed #FF5E9D;
  margin-bottom: 15px; }
body.ModuleMoverMode .ContentColumn > .Module {
  cursor: move;
  border-top: 5px solid #FF5E9D; }
  body.ModuleMoverMode .ContentColumn > .Module .ModuleTools {
    display: none; }

::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #000; }

::-webkit-scrollbar-thumb {
  background: #444; }

ul.ListTools {
  padding: 0; }

ul.ListTools * {
  font-size: 10px; }

ul.ListTools li {
  vertical-align: middle;
  text-align: center;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  float: right;
  margin: 1px 1px 1px 10px;
  display: inline-block; }

ul.ListTools fieldset {
  padding: 5px 5px 7px 7px;
  margin: 0 0 10px 0; }

ul.ListTools legend {
  border: 0;
  padding: 0 5px 0 5px;
  margin: 0; }

.ListToolbarModule {
  margin-top: -1px; }

.ContentColumn > .AdvancedListSettingsModule {
  margin-bottom: 0; }

.AdvancedListSettingsModule {
  text-align: right; }
  .AdvancedListSettingsModule > .Content {
    padding: 0; }
    .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters {
      padding: 5px; }
      .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters > div {
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        font-size: 10px; }
      .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters .Toggle {
        font-size: 0; }
        .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters .Toggle span, .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters .Toggle a {
          display: inline-block;
          vertical-align: middle; }
        .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters .Toggle > span {
          padding: 2px 5px;
          background: rgba(0, 0, 0, 0.25);
          border-radius: 3px 0 0 3px;
          font-size: 10px; }
        .AdvancedListSettingsModule > .Content .ActiveSortsAndFilters .Toggle a {
          border-radius: 0 3px 3px 0;
          font-size: 0; }
    .AdvancedListSettingsModule > .Content .Presets, .AdvancedListSettingsModule > .Content .ShowFiltersButton {
      display: inline-block;
      vertical-align: middle;
      margin: 5px; }
    .AdvancedListSettingsModule > .Content .Presets {
      font-size: 10px; }
      .AdvancedListSettingsModule > .Content .Presets li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        border-right: 2px solid rgba(255, 255, 255, 0.1); }
        .AdvancedListSettingsModule > .Content .Presets li a, .AdvancedListSettingsModule > .Content .Presets li span {
          display: inline-block;
          vertical-align: middle; }
        .AdvancedListSettingsModule > .Content .Presets li .RemovePresetLink {
          margin-left: 2px; }
      .AdvancedListSettingsModule > .Content .Presets li.Selected a {
        font-weight: bold;
        color: rgba(255, 255, 255, 0.75); }
    .AdvancedListSettingsModule > .Content .ShowFiltersButton {
      font-weight: bold; }
    .AdvancedListSettingsModule > .Content .Modal {
      margin: 10px 5px 5px 5px; }
    .AdvancedListSettingsModule > .Content form fieldset legend {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      cursor: pointer;
      font-size: 12px;
      border-bottom: 0;
      padding: 5px;
      box-sizing: border-box; }
      .AdvancedListSettingsModule > .Content form fieldset legend span {
        display: inline-block;
        vertical-align: middle; }
    .AdvancedListSettingsModule > .Content form fieldset legend:hover {
      color: #FD70E1; }
    .AdvancedListSettingsModule > .Content form fieldset .Input {
      padding: 10px;
      display: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
      .AdvancedListSettingsModule > .Content form fieldset .Input input, .AdvancedListSettingsModule > .Content form fieldset .Input select {
        font-size: 12px; }
      .AdvancedListSettingsModule > .Content form fieldset .Input .Switch {
        margin-top: 10px; }
    .AdvancedListSettingsModule > .Content form .Expanded legend {
      background-color: rgba(0, 0, 0, 0.25); }
    .AdvancedListSettingsModule > .Content form .Expanded .Input {
      display: block; }
    .AdvancedListSettingsModule > .Content form fieldset:last-of-type {
      margin-bottom: 10px; }
    .AdvancedListSettingsModule > .Content form button {
      margin: 0 0 10px 10px; }

img.PreviewImage {
  max-width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25); }

.QuickDlLink {
  border-radius: 3px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  padding: 3px;
  font-size: 0; }
  .QuickDlLink span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px; }

.Paginator {
  text-align: center;
  padding: 5px; }
  .Paginator ul {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 0; }
    .Paginator ul li {
      display: inline-block; }
      .Paginator ul li a {
        padding: 0 2px; }
    .Paginator ul .CurrentPage {
      padding: 0 2px;
      font-weight: bold; }
  .Paginator label {
    vertical-align: middle; }
  .Paginator input {
    width: 15px;
    padding: 1px 3px; }

.SubFeedModuleTooltip dd img {
  vertical-align: middle; }

.SubFeedModuleTooltip dd a {
  vertical-align: middle; }

.SubFeedModuleTooltip dd span {
  vertical-align: middle; }

#BasicSubFeedModule .Content {
  padding: 0; }

#BasicSubFeedModule .Content ul {
  padding: 0; }

#BasicSubFeedModule .Content li {
  text-align: center;
  padding: 10px;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

#BasicSubFeedModule .Content li .Submission {
  display: inline-block; }

#BasicSubFeedModule .Content li .Preview {
  max-width: 284px;
  display: inline-block;
  max-height: 200px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px; }

#BasicSubFeedModule .Content li .Preview img {
  width: 220px;
  vertical-align: middle; }

#BasicSubFeedModule .Content li a {
  vertical-align: middle;
  vertical-align: middle;
  display: inline-block;
  max-width: 200px;
  overflow: hidden; }

#BasicSubFeedModule .Content li .GameIcon {
  vertical-align: middle;
  width: 16px;
  height: 16px; }

#BasicSubFeedModule .Content li .AvatarIcon {
  display: inline-block;
  vertical-align: middle;
  height: 16px; }

#BasicSubFeedModule .Content li .StudioBanner {
  display: inline-block;
  vertical-align: middle;
  height: 16px; }

#BasicSubFeedModule .Content li span {
  vertical-align: middle; }

#BasicSubFeedModule .Content li .Date {
  font-size: 10px;
  display: block;
  margin-top: 5px; }

#BasicSubFeedModule .Content li .SprayPreview {
  box-shadow: none; }

#BasicSubFeedModule .Content li .ScriptPreview {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  font-size: 10px;
  box-shadow: none; }

#BasicSubFeedModule .Content li .ScriptPreview code {
  display: block;
  margin: 5px; }

#BasicSubFeedModule .Content li audio {
  width: 190px; }

#MainContent {
  width: auto; }

#ColumnGrid {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1001px; }

#ColumnGrid.CustomModuleLayout .Module {
  margin-top: 0; }

.ContentColumn {
  padding-top: 1px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
  margin-right: 1px;
  vertical-align: top; }

#PageTitleWrapper {
  border: 1px solid #1C272E;
  border-bottom: 0;
  padding: 10px;
  background: linear-gradient(to right, #111214, #1c272e); }
  #PageTitleWrapper h1 {
    vertical-align: middle;
    font-size: 30px;
    text-shadow: 1px 1px 5px black; }
    #PageTitleWrapper h1 a {
      margin-right: 5px;
      font-size: 0;
      display: inline-block;
      vertical-align: middle; }

#MasterLog {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75); }
  #MasterLog p {
    display: none;
    padding: 10px; }

.DisabledModalLauncher {
  opacity: 0.25; }

.ModalContents {
  display: none; }

.Modal {
  display: none;
  padding-top: 26px;
  margin-top: 10px;
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  text-align: left;
  position: relative; }
  .Modal .CloseModal {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 1px;
    border-radius: 0 0 0 3px; }
  .Modal .Contents > .ModalContents {
    display: block; }
  .Modal .Contents > .Module > h3 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    border-width: 0 1px 1px 0;
    background: rgba(0, 0, 0, 0.25); }
  .Modal .Contents > .Module > .Content, .Modal .Contents > .Module > .Description, .Modal .Contents > .Module > .LogMessages {
    background: transparent; }

#Breadcrumb li {
  white-space: nowrap; }

#Breadcrumb ul {
  margin: 0;
  padding: 0 0 0 1px; }

#Wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
  background: #111214;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

#HeaderWrapper {
  position: relative; }
  #HeaderWrapper .BananaIcon {
    position: fixed;
    margin-left: -32px; }
  #HeaderWrapper header > div #HomeLink {
    font-size: 0;
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    vertical-align: top;
    display: inline-block; }
    #HeaderWrapper header > div #HomeLink small {
      display: block;
      line-height: 5px;
      color: rgba(255, 255, 255, 0.75);
      text-shadow: 0 0 1px black;
      letter-spacing: 1px;
      font-size: 8px;
      text-transform: uppercase; }
  #HeaderWrapper header #SubmissionType {
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 0;
    bottom: 0;
    padding: 7.5px;
    background: #1C272E; }
    #HeaderWrapper header #SubmissionType img, #HeaderWrapper header #SubmissionType span {
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    #HeaderWrapper header #SubmissionType img {
      width: 16px; }
    #HeaderWrapper header #SubmissionType :last-child {
      margin-right: 0; }
    #HeaderWrapper header #SubmissionType span {
      font-size: 10px; }
  #HeaderWrapper header #SpecialAnnouncement {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    line-height: 12px; }
    #HeaderWrapper header #SpecialAnnouncement strong {
      font-size: 12px;
      text-transform: uppercase;
      display: block; }
    #HeaderWrapper header #SpecialAnnouncement small {
      font-size: 9px; }

#HeaderWrapper header.is_stuck {
  z-index: 9999999; }
  #HeaderWrapper header.is_stuck header {
    height: auto; }
    #HeaderWrapper header.is_stuck header #DasHeaderLink {
      display: none; }
  #HeaderWrapper header.is_stuck #SubmissionType {
    display: none; }

@media (min-width: 1001px) {
  #HeaderWrapper header.is_stuck {
    width: 1000px; } }
.NavigatorPanes {
  z-index: 2147483647;
  position: absolute;
  font-size: 12px; }
  .NavigatorPanes h4 {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px 0 10px; }
  .NavigatorPanes h5 {
    margin: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 0 2.5px 0; }
    .NavigatorPanes h5 a, .NavigatorPanes h5 span {
      display: inline-block;
      vertical-align: middle; }
  .NavigatorPanes .Column {
    display: inline-block;
    vertical-align: top; }
  .NavigatorPanes .Column1 {
    margin-right: 10px; }
  .NavigatorPanes .Links {
    margin-bottom: 10px; }
    .NavigatorPanes .Links li {
      display: block; }
      .NavigatorPanes .Links li span {
        vertical-align: middle;
        display: inline-block; }

.NavigatorPanes > li {
  list-style-type: none;
  margin: 0;
  display: none; }

.NavigatorPanes > li > div {
  padding: 15px 10px 10px 10px; }

@keyframes TabHasUpdatesBlink {
  0% {
    border-bottom: none; }
  50% {
    border-bottom: 3px solid #FF4E4E; }
  100% {
    border-bottom: none; } }
#MemberNavigator {
  margin-left: 1px;
  padding: 0 0 10px 0;
  vertical-align: middle;
  display: inline-block; }
  #MemberNavigator .NavigatorTabs {
    font-size: 0; }
    #MemberNavigator .NavigatorTabs > ul > li {
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
      background: linear-gradient(to bottom, #333, #222);
      display: inline-block;
      margin: 0 1px 3px 0;
      padding: 4px;
      cursor: pointer; }
    #MemberNavigator .NavigatorTabs > ul > li:last-child {
      border-right: 0; }
    #MemberNavigator .NavigatorTabs > ul > li:hover, #MemberNavigator .NavigatorTabs > ul > li.ActiveTab {
      background: #0e1417; }
    #MemberNavigator .NavigatorTabs > ul > li.TabHasUpdates {
      animation: TabHasUpdatesBlink 0.5s step-end infinite alternate;
      margin-bottom: 0;
      border-bottom: 3px solid transparent; }
  #MemberNavigator .NavigatorPanes > li {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: #0e1417; }

#PublicNavigator {
  vertical-align: top;
  display: inline-block; }
  #PublicNavigator .NavigatorTabs {
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.9); }
    #PublicNavigator .NavigatorTabs > ul > li {
      vertical-align: middle;
      display: inline-block;
      cursor: pointer;
      padding: 10px; }
      #PublicNavigator .NavigatorTabs > ul > li span {
        vertical-align: middle;
        display: inline-block; }
      #PublicNavigator .NavigatorTabs > ul > li .IconSheet {
        margin-right: 5px; }
    #PublicNavigator .NavigatorTabs > ul > li:hover, #PublicNavigator .NavigatorTabs > ul > li.ActiveTab {
      background: #0e1417;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
  #PublicNavigator .NavigatorPanes > li {
    background: #0e1417;
    border-top: 2px solid #FFE033;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }

#PublicNavigator .NavigatorTabs #SearchTab {
  cursor: default;
  padding: 8px; }
  #PublicNavigator .NavigatorTabs #SearchTab input, #PublicNavigator .NavigatorTabs #SearchTab button {
    display: inline-block;
    vertical-align: middle; }
  #PublicNavigator .NavigatorTabs #SearchTab input {
    border-radius: 3px 0 0 3px;
    width: 150px;
    padding: 4px;
    font-size: 10px;
    margin: 0; }
  #PublicNavigator .NavigatorTabs #SearchTab button {
    border-radius: 0 3px 3px 0;
    padding: 4px; }
    #PublicNavigator .NavigatorTabs #SearchTab button .IconSheet {
      margin: 0; }
#PublicNavigator .NavigatorTabs #SearchTab.ActiveTab, #PublicNavigator .NavigatorTabs #SearchTab:hover {
  background: none;
  box-shadow: none; }

#SearchPredictions {
  display: none;
  position: absolute;
  background: #0e1417;
  z-index: 2;
  border: 1px solid #555;
  margin-left: 5px;
  border-top: 0;
  width: 152px; }
  #SearchPredictions li {
    display: block;
    font-size: 10px;
    border-bottom: 1px solid #1c272e; }
    #SearchPredictions li a {
      padding: 2.5px 5px;
      display: block; }
      #SearchPredictions li a strong {
        text-decoration: underline; }
      #SearchPredictions li a small {
        color: rgba(255, 255, 255, 0.75);
        font-size: 9px;
        display: block; }
    #SearchPredictions li a:hover {
      background: rgba(255, 255, 255, 0.1); }
  #SearchPredictions .Selected a {
    background: rgba(255, 255, 255, 0.1); }
  #SearchPredictions li:last-child {
    border-bottom: none; }

#MemberNavigator .NavigatorTabs #LoginTab {
  font-size: 10px;
  padding: 5px; }

#MedalsPane .Column1 {
  max-width: 210px; }
  #MedalsPane .Column1 ul {
    box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 5px;
    max-height: 150px;
    overflow: auto; }
    #MedalsPane .Column1 ul li {
      display: inline-block;
      margin: 0 2.5px 2.5px 0;
      font-size: 0; }

#SectionsPane > div {
  width: 300px; }

#SectionsPane .Column2 {
  margin-right: 10px; }

#StatsPane .Column1 p strong {
  font-size: 16px; }

#ActivityPane > div {
  width: 300px; }

#ActivityPane #PersonalActivityFeedModule .Content {
  padding: 0;
  background: none; }
  #ActivityPane #PersonalActivityFeedModule .Content .Controls {
    padding: 5px; }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls strong {
      display: inline-block;
      margin: 0 10px; }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls a {
      display: inline-block; }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls button {
      display: inline-block; }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls .PrevPage {
      border-radius: 3px 0 0 3px; }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls .NextPage {
      border-radius: 0 3px 3px 0; }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls .MarkAllAsSeen {
      margin-right: 5px;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
      #ActivityPane #PersonalActivityFeedModule .Content .Controls .MarkAllAsSeen span {
        border-radius: 100%;
        margin: 5px;
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1); }
    #ActivityPane #PersonalActivityFeedModule .Content .Controls .MarkAllAsSeen:hover span {
      background: rgba(255, 255, 255, 0.25); }
  #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts {
    margin: 1px;
    box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    max-height: 300px;
    overflow: auto; }
    #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li:first-child {
      border-top: 0; }
    #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li {
      color: #999999;
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      font-size: 10px; }
      #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .MainParticipant {
        font-size: 12px;
        padding: 5px; }
      #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .Messages {
        margin-bottom: 5px; }
        #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .Messages li {
          padding: 5px;
          margin-left: 10px; }
          #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .Messages li span {
            display: block; }
          #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .Messages li .IconSheet {
            float: left;
            margin-right: 2.5px; }
          #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .Messages li small {
            font-size: 8px; }
          #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts li .Messages li .Info {
            float: right; }
    #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts .Unseen {
      color: rgba(255, 255, 255, 0.75);
      background: rgba(255, 255, 255, 0.05); }
      #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts .Unseen .BroadcastStatusWrapper {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        cursor: pointer; }
        #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts .Unseen .BroadcastStatusWrapper span {
          border-radius: 100%;
          margin: 5px;
          display: inline-block;
          width: 10px;
          height: 10px;
          border: 1px solid rgba(255, 255, 255, 0.1);
          background: rgba(255, 255, 255, 0.1); }
      #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts .Unseen .BroadcastStatusWrapper:hover span {
        background: rgba(255, 255, 255, 0.25); }
      #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts .Unseen .Broadcast {
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
        width: 90%; }
        #ActivityPane #PersonalActivityFeedModule .Content .Broadcasts .Unseen .Broadcast span {
          margin-right: 25px; }
  #ActivityPane #PersonalActivityFeedModule .Content .NoBroadcastsMessage {
    padding: 10px; }
#ActivityPane #HiddenActivityCountResetterModule {
  display: none; }
#ActivityPane #DesktopNotifierModule {
  display: none; }

#GamesPane ul {
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  height: 370px;
  overflow: auto;
  width: 300px; }
  #GamesPane ul li {
    white-space: nowrap;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 5px; }
    #GamesPane ul li img {
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle; }
    #GamesPane ul li span {
      display: inline-block;
      white-space: nowrap;
      vertical-align: middle; }
      #GamesPane ul li span small {
        display: block;
        max-width: 180px;
        overflow: hidden; }
  #GamesPane ul li:first-child {
    border-top: 0; }
  #GamesPane ul .Game:hover {
    color: #FD70E1; }
#GamesPane p {
  padding: 10px 0 0 0; }

#RemindersPane small {
  display: block;
  font-size: 8px;
  text-transform: uppercase; }
#RemindersPane .Column2 #RemindersMemo {
  height: 150px;
  max-height: 250px;
  box-sizing: border-box;
  font-family: monospace;
  font-size: 10px;
  color: #6EE16C; }
#RemindersPane .Column + #GlobalTodosModule {
  margin-left: 10px; }
#RemindersPane #GlobalTodosModule {
  display: inline-block;
  vertical-align: top; }
  #RemindersPane #GlobalTodosModule .Content {
    background: none;
    max-width: 300px;
    box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 5px;
    max-height: 250px;
    overflow: auto; }
    #RemindersPane #GlobalTodosModule .Content ul .Row {
      display: block;
      padding: 2.5px 0 2.5px 5px;
      border-top: 1px solid rgba(255, 255, 255, 0.05); }
      #RemindersPane #GlobalTodosModule .Content ul .Row .Todo {
        width: 200px;
        vertical-align: middle;
        display: inline-block;
        margin: 2.5px;
        font-size: 10px; }
    #RemindersPane #GlobalTodosModule .Content ul .Row:first-child {
      border-top: 0; }

#PersonalPane .Column1 .Identity {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.05); }
  #PersonalPane .Column1 .Identity strong {
    display: block;
    margin-top: 5px; }
  #PersonalPane .Column1 .Identity small {
    display: block;
    font-size: 10px; }
  #PersonalPane .Column1 .Identity a {
    margin-top: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 8px; }
#PersonalPane .Column2 h5 {
  margin: 0; }
#PersonalPane .Column2 .Buddies, #PersonalPane .Column2 .Clubs, #PersonalPane .Column2 .Studios {
  padding: 5px;
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  max-height: 100px;
  overflow: auto; }
#PersonalPane .Column2 .Buddies {
  max-width: 150px; }
  #PersonalPane .Column2 .Buddies li {
    display: inline-block;
    margin: 0 2.5px 2.5px 0; }
    #PersonalPane .Column2 .Buddies li img {
      width: 25px; }
#PersonalPane .Column2 + .Column3 {
  margin-left: 10px; }

#SubmissionsPane .Column1 h5 {
  margin: 0; }
#SubmissionsPane .Column1 .Links {
  padding: 5px;
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  max-height: 75px;
  overflow: auto; }
#SubmissionsPane .Column1 .SubmissionLinks {
  max-height: 150px; }

#ChatPane .Chats {
  box-shadow: inset 0 10px 50px -5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  padding: 5px; }
  #ChatPane .Chats > li {
    display: block; }
    #ChatPane .Chats > li a span {
      display: inline-block;
      vertical-align: middle; }
    #ChatPane .Chats > li .Participants {
      padding: 5px; }
      #ChatPane .Chats > li .Participants li {
        display: inline-block; }
        #ChatPane .Chats > li .Participants li img {
          width: 25px; }

#BasicSubNavigator {
  padding: 1px;
  background: #1C272E; }
  #BasicSubNavigator ul {
    white-space: nowrap;
    overflow-x: auto; }
    #BasicSubNavigator ul li {
      white-space: nowrap;
      display: inline-block;
      text-align: center; }
      #BasicSubNavigator ul li a {
        white-space: nowrap;
        box-shadow: 0 0 0 1px #1c272e;
        background: linear-gradient(to bottom, #111214, #1c262d);
        font-size: 10px;
        margin: 0;
        display: block;
        padding: 4px 8px;
        color: rgba(255, 255, 255, 0.75); }
      #BasicSubNavigator ul li a:hover {
        background: #0e1417; }
    #BasicSubNavigator ul li:last-child a {
      border-right: none; }
    #BasicSubNavigator ul .ActiveEntry a {
      background: #1c272e;
      font-weight: bold; }
    #BasicSubNavigator ul .ActiveEntry a:hover {
      background: #1c272e; }

.sf-menu, .sf-menu * {
  list-style: none; }

.sf-menu ul {
  position: absolute;
  top: -999em; }

.sf-menu li:hover {
  visibility: inherit; }

.sf-menu > li {
  display: inline-block; }

.sf-menu li {
  position: relative; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 39px; }

.sf-menu li:hover li ul, ul li.sfHover li ul {
  top: -999em; }

.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 10em;
  top: 0; }

.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em; }

.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0; }

#ImportantLinks {
  position: fixed;
  bottom: 5px;
  right: 10px; }
  #ImportantLinks li {
    list-style-type: none; }
    #ImportantLinks li a {
      font-size: 10px;
      display: block;
      margin-bottom: 5px;
      padding: 5px;
      border: 1px solid #444; }
      #ImportantLinks li a span {
        vertical-align: middle; }
      #ImportantLinks li a img {
        vertical-align: middle; }
    #ImportantLinks li #OpenChatButton {
      color: #FF5E9D;
      margin-bottom: 5px; }
    #ImportantLinks li #AddIdeaLink {
      color: #FFE033; }
    #ImportantLinks li #AddBugLink {
      color: #FF4E4E; }
    #ImportantLinks li #AddTicketLink {
      color: #6CB1E1; }
    #ImportantLinks li a:hover {
      border: 1px solid #FD70E1 !important;
      color: #FD70E1 !important; }

#TitleBreadcrumb {
  font-size: 12px; }
  #TitleBreadcrumb a {
    margin: 0 2.5px; }
  #TitleBreadcrumb li:first-child a {
    margin: 0 2.5px 0 2px; }
  #TitleBreadcrumb li:last-child a {
    color: rgba(255, 255, 255, 0.75); }

#TitleBreadcrumb * {
  display: inline; }

div#Logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

#AtfLeaderboardModule, #BtfLeaderboardModule, #AtfSquareBannerModule, #BtfSquareBannerModule {
  text-align: center;
  position: relative;
  font-size: 0;
  background: #1C272E; }
  #AtfLeaderboardModule .Content, #BtfLeaderboardModule .Content, #AtfSquareBannerModule .Content, #BtfSquareBannerModule .Content {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  #AtfLeaderboardModule .Content > div, #BtfLeaderboardModule .Content > div, #AtfSquareBannerModule .Content > div, #BtfSquareBannerModule .Content > div {
    overflow: hidden; }

#AtfLeaderboardModule, #BtfLeaderboardModule {
  width: 100%;
  overflow: hidden;
  min-height: 90px; }

#AtfLeaderboardModule {
  margin-top: 1px; }

#AtfSquareBannerModule, #BtfSquareBannerModule {
  height: 250px; }

#DasHeaderLink {
  font-size: 0;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1); }

#DasVerticalBannerModule .Content {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0; }
  #DasVerticalBannerModule .Content div {
    overflow: hidden; }

#FooterWrapper {
  text-align: center; }
  #FooterWrapper #FooterLinks {
    background: linear-gradient(to bottom, #1c272e, #0e1417);
    border: 1px solid #1c272e; }
    #FooterWrapper #FooterLinks div {
      padding: 5px 0; }
      #FooterWrapper #FooterLinks div li {
        margin: 2.5px 5px;
        display: inline-block; }
    #FooterWrapper #FooterLinks #CorporateLinks {
      font-size: 9px;
      text-transform: uppercase; }
      #FooterWrapper #FooterLinks #CorporateLinks a {
        color: #999999; }
      #FooterWrapper #FooterLinks #CorporateLinks a:hover {
        color: #FD70E1; }
    #FooterWrapper #FooterLinks #SponsorBrands a {
      display: inline-block;
      margin: 5px; }
    #FooterWrapper #FooterLinks #ApiLinks .Json {
      display: inline-block;
      color: #6EE16C;
      font-family: monospace;
      font-size: 9px; }

.IconSheet {
  image-rendering: pixelated;
  background-image: url(http://files.gamebanana.com/static/img/icon_sheet.png?5935c50738670);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.IconSheet.Logo {
  width: 291px;
  height: 36px;
  background-position: -592px 0; }

.IconSheet.MiniLogo {
  width: 142px;
  height: 12px;
  background-position: -592px -36px; }

.IconSheet.BananaLogo {
  width: 84px;
  height: 19px;
  background-position: -650px -36px; }

.IconSheet.BananaIcon {
  width: 32px;
  height: 32px;
  background-position: -336px -240px; }

.IconSheet.AdsByCurseBanner {
  width: 159px;
  height: 32px;
  background-position: -32px 0px; }

.IconSheet.ModuleToolsIcon {
  width: 16px;
  height: 16px; }

.IconSheet.ModuleToolsIcon.MaximizeIcon {
  background-position: -112px -256px; }

.IconSheet.ModuleToolsIcon.MinimizeIcon {
  background-position: -128px -256px; }

.IconSheet.ModuleToolsIcon.FullscreenIcon {
  background-position: -160px -256px; }

.IconSheet.ModuleToolsIcon.RevertFullscreenIcon {
  background-position: -176px -256px; }

.IconSheet.ModuleToolsIcon.MoveIcon {
  background-position: -144px -256px; }

.IconSheet.ModuleToolsIcon.ResetModulesIcon {
  background-position: -192px -272px; }

.IconSheet.OpenInNewWindowButton {
  width: 8px;
  height: 8px;
  background-position: -104px -264px; }

.IconSheet.ChatOptionIcon {
  width: 16px;
  height: 16px; }

.IconSheet.ChatOptionIcon.PlaySoundsIcon {
  background-position: -240px -256px; }

.IconSheet.ChatOptionIcon.ShowConsoleIcon {
  background-position: -256px -272px; }

.IconSheet.ChatOptionIcon.ScrollOnOutputIcon {
  background-position: -256px -256px; }

.IconSheet.ChatOptionIcon.AppendMessagesIcon {
  background-position: -288px -256px; }

.IconSheet.ChatOptionIcon.ClearMessagesIcon {
  background-position: -320px -256px; }

.IconSheet.ChatContentsIcon.RemoveMessageIcon {
  width: 8px;
  height: 8px;
  background-position: -104px -272px; }

.IconSheet.SubnavigatorIcon {
  width: 16px;
  height: 16px; }

.IconSheet.SubnavigatorIcon.EditIcon {
  background-position: -464px 0px; }

.IconSheet.SubnavigatorIcon.ReportIcon {
  background-position: -464px -32px; }

.IconSheet.SubnavigatorIcon.ModlogIcon {
  background-position: -496px -128px; }

.IconSheet.SubnavigatorIcon.ModtalkIcon {
  background-position: -512px -128px; }

.IconSheet.SubnavigatorIcon.TrashIcon {
  background-position: -464px -64px; }

.IconSheet.SubnavigatorIcon.UntrashIcon {
  background-position: -480px -80px; }

.IconSheet.SubnavigatorIcon.WithholdIcon {
  background-position: -464px -80px; }

.IconSheet.SubnavigatorIcon.AdminIcon {
  background-position: -544px -80px; }

.IconSheet.SubnavigatorIcon.UnwithholdIcon {
  background-position: -480px -96px; }

.IconSheet.SubnavigatorIcon.FlagIcon {
  background-position: -496px 0px; }

.IconSheet.SubnavigatorIcon.LicenseIcon {
  background-position: -496px -16px; }

.IconSheet.SubnavigatorIcon.ShareIcon {
  background-position: -496px -48px; }

.IconSheet.SubnavigatorIcon.HistoryIcon {
  background-position: -496px -64px; }

.IconSheet.SubnavigatorIcon.RatingIcon {
  background-position: -496px -80px; }

.IconSheet.SubnavigatorIcon.ProfileIcon {
  background-position: -496px -96px; }

.IconSheet.SubnavigatorIcon.UpdatesIcon {
  background-position: -496px -112px; }

.IconSheet.SubnavigatorIcon.ModboyIcon {
  background-position: -384px -80px; }

.IconSheet.SubnavigatorIcon.InstalledModsIcon {
  background-position: -400px -80px; }

.IconSheet.SubnavigatorIcon.ThankersIcon {
  background-position: -544px -48px; }

.IconSheet.SubnavigatorIcon.MessengerIcon {
  background-position: -128px -32px; }

.IconSheet.SubnavigatorIcon.ScreenshotsIcon {
  background-position: -496px -32px; }

.IconSheet.SubnavigatorIcon.AnalyticsIcon {
  background-position: -496px -224px; }

.IconSheet.SignupPromoModule.SayThanks {
  height: 16px;
  width: 16px;
  background-position: -544px -48px; }

.IconSheet.SignupPromoModule.Subscribe {
  height: 16px;
  width: 16px;
  background-position: -448px -48px; }

.IconSheet.SignupPromoModule.Post {
  height: 16px;
  width: 16px;
  background-position: -304px 0px; }

.IconSheet.SignupPromoModule.Vote {
  height: 16px;
  width: 16px;
  background-position: -208px -16px; }

.IconSheet.SignupPromoModule.Rate {
  height: 16px;
  width: 16px;
  background-position: -496px -80px; }

.IconSheet.SignupPromoModule.Flag {
  height: 16px;
  width: 16px;
  background-position: -496px 0px; }

.IconSheet.SignupPromoModule.Watch {
  height: 16px;
  width: 16px;
  background-position: -448px -16px; }

.IconSheet.FormCategoryTabIcon {
  height: 16px;
  width: 16px; }

.IconSheet.FormCategoryTabIcon.MainTabIcon {
  background-position: -496px -96px; }

.IconSheet.FormCategoryTabIcon.MediaTabIcon {
  background-position: -496px -32px; }

.IconSheet.FormCategoryTabIcon.OwnershipTabIcon {
  background-position: -496px -16px; }

.IconSheet.FormCategoryTabIcon.DevelopmentTabIcon {
  background-position: -384px -48px; }

.IconSheet.FormCategoryTabIcon.SettingsTabIcon {
  background-position: -48px -32px; }

.IconSheet.FormCategoryTabIcon.AdminTabIcon {
  background-position: -544px -80px; }

.IconSheet.EditorIcon {
  width: 16px;
  height: 16px; }

.IconSheet.EditorIcon.BoldIcon {
  background-position: -496px -144px; }

.IconSheet.EditorIcon.ItalicIcon {
  background-position: -512px -144px; }

.IconSheet.EditorIcon.UnderlineIcon {
  background-position: -528px -144px; }

.IconSheet.EditorIcon.BulletListIcon {
  background-position: -544px -144px; }

.IconSheet.EditorIcon.NumberedListIcon {
  background-position: -560px -144px; }

.IconSheet.EditorIcon.H1Icon {
  background-position: -576px -144px; }

.IconSheet.EditorIcon.H2Icon {
  background-position: -592px -144px; }

.IconSheet.EditorIcon.H3Icon {
  background-position: -608px -144px; }

.IconSheet.EditorIcon.CodeIcon {
  background-position: -496px -160px; }

.IconSheet.EditorIcon.LinkIcon {
  background-position: -512px -160px; }

.IconSheet.EditorIcon.ImageIcon {
  background-position: -528px -160px; }

.IconSheet.EditorIcon.UndoIcon {
  background-position: -544px -160px; }

.IconSheet.EditorIcon.RedoIcon {
  background-position: -560px -160px; }

.IconSheet.EditorIcon.HrIcon {
  background-position: -576px -160px; }

.IconSheet.EditorIcon.SpoilerIcon {
  background-position: -592px -160px; }

.IconSheet.EditorIcon.RedTextIcon {
  background-position: -528px -128px; }

.IconSheet.EditorIcon.GreenTextIcon {
  background-position: -544px -128px; }

.IconSheet.EditorIcon.RestoreBackupIcon {
  background-position: -608px -160px; }

.IconSheet.EditorIcon.StrikethroughIcon {
  background-position: -624px -160px; }

.IconSheet.EditorIcon.WrapLinesIcon {
  background-position: -624px -144px; }

.IconSheet.EditorIcon.PreIcon {
  background-position: -640px -144px; }

.IconSheet.EditorIcon.VideoIcon {
  background-position: -640px -160px; }

.IconSheet.SettingsIcon {
  width: 32px;
  height: 32px; }

.IconSheet.SettingsIcon.IdentityIcon {
  background-position: -336px -240px; }

.IconSheet.SettingsIcon.CubeAtarIcon {
  background-position: -752px -272px; }

.IconSheet.SettingsIcon.BioIcon {
  background-position: -368px -240px; }

.IconSheet.SettingsIcon.SoftwareKitIcon {
  background-position: -400px -240px; }

.IconSheet.SettingsIcon.PcSpecsIcon {
  background-position: -432px -240px; }

.IconSheet.SettingsIcon.DonationMethodIcon {
  background-position: -464px -240px; }

.IconSheet.SettingsIcon.ContactInfoIcon {
  background-position: -496px -240px; }

.IconSheet.SettingsIcon.StaffProfileIcon {
  background-position: -528px -240px; }

.IconSheet.SettingsIcon.OnlineStatusIcon {
  background-position: -560px -240px; }

.IconSheet.SettingsIcon.ChangePasswordIcon {
  background-position: -592px -240px; }

.IconSheet.SettingsIcon.UnlocksIcon {
  background-position: -624px -240px; }

.IconSheet.SettingsIcon.BroadcastsIcon {
  background-position: -368px -272px; }

.IconSheet.SettingsIcon.ProfileTemplateIcon {
  background-position: -336px -272px; }

.IconSheet.SettingsIcon.ProfileWysiwygEditorIcon {
  background-position: -400px -272px; }

.IconSheet.SettingsIcon.UberstyleIcon {
  background-position: -432px -272px; }

.IconSheet.SettingsIcon.BrowsingUberstyleIcon {
  background-position: -464px -272px; }

.IconSheet.SettingsIcon.SubjectShaperIcon {
  background-position: -496px -272px; }

.IconSheet.SettingsIcon.CooltipIcon {
  background-position: -592px -272px; }

.IconSheet.SettingsIcon.BlockerIcon {
  background-position: -528px -272px; }

.IconSheet.SettingsIcon.BlurbIcon {
  background-position: -560px -272px; }

.IconSheet.SettingsIcon.LeadershipIcon {
  background-position: -624px -272px; }

.IconSheet.SettingsIcon.JoinRequestsIcon {
  background-position: -656px -272px; }

.IconSheet.SettingsIcon.RemoveMembersIcon {
  background-position: -688px -272px; }

.IconSheet.SettingsIcon.ChangeRolesIcon {
  background-position: -720px -240px; }

.IconSheet.SettingsIcon.ChangeRanksIcon {
  background-position: -688px -240px; }

.IconSheet.SettingsIcon.DevelopmentIcon {
  background-position: -656px -240px; }

.IconSheet.SettingsIcon.DefaultLicenseIcon {
  background-position: -720px -272px; }

.IconSheet.SettingsIcon.ShortcutsIcon {
  background-position: -752px -240px; }

.IconSheet.SettingsIcon.GameSettingsIcon.OfficialAttributesIcon {
  background-position: -560px -272px; }

.IconSheet.SettingsIcon.GameSettingsIcon.WelcomeMessageIcon {
  background-position: -784px -272px; }

.IconSheet.SettingsIcon.GameSettingsIcon.RulesIcon {
  background-position: -784px -240px; }

.IconSheet.SettingsIcon.GameSettingsIcon.AdditionalDetailsIcon {
  background-position: -96px -48px; }

.IconSheet.PostToolsIcon {
  width: 16px;
  height: 16px; }

.IconSheet.PostToolsIcon.QuoteIcon {
  background-position: -464px -16px; }

.IconSheet.PostToolsIcon.StampIcon {
  background-position: -464px -48px; }

.IconSheet.NavigatorTabIcon {
  height: 16px;
  width: 16px; }

.IconSheet.NavigatorTabIcon.PersonalTabIcon {
  background-position: -144px -32px; }

.IconSheet.NavigatorTabIcon.NetworkTabIcon {
  background-position: -144px -32px; }

.IconSheet.NavigatorTabIcon.MessagesTabIcon {
  background-position: -128px -32px; }

.IconSheet.NavigatorTabIcon.ActivityTabIcon {
  background-position: -112px -32px; }

.IconSheet.NavigatorTabIcon.SubmissionsTabIcon {
  background-position: -96px -32px; }

.IconSheet.NavigatorTabIcon.StatsTabIcon {
  background-position: -80px -32px; }

.IconSheet.NavigatorTabIcon.RemindersTabIcon {
  background-position: -64px -32px; }

.IconSheet.NavigatorTabIcon.LogoutTabIcon {
  background-position: -32px -32px; }

.IconSheet.NavigatorTabIcon.GamesTabIcon {
  background-position: -224px 0px; }

.IconSheet.NavigatorTabIcon.MembersTabIcon {
  background-position: -432px -16px; }

.IconSheet.NavigatorTabIcon.LoginTabIcon {
  background-position: -256px -32px; }

.IconSheet.NavigatorTabIcon.MedalsTabIcon {
  background-position: -400px -32px; }

.IconSheet.NavigatorTabIcon.AdminTabIcon {
  background-position: -464px -32px; }

.IconSheet.NavigatorTabIcon.SearchTabIcon {
  background-position: -448px -64px; }

.IconSheet.NavigatorTabIcon.SectionsTabIcon {
  background-position: -416px -96px; }

.IconSheet.ModlogCategoryIcon {
  height: 16px;
  width: 16px; }

.IconSheet.ModlogCategoryIcon.ratings {
  background-position: -496px -80px; }

.IconSheet.ModlogCategoryIcon.trashes {
  background-position: -464px -64px; }

.IconSheet.ModlogCategoryIcon.edits {
  background-position: -464px 0px; }

.IconSheet.ModlogCategoryIcon.modtalk {
  background-position: -512px -128px; }

.IconSheet.ModlogCategoryIcon.flags {
  background-position: -496px 0px; }

.IconSheet.ModlogCategoryIcon.ownership_change {
  background-position: -144px -32px; }

.IconSheet.ModlogCategoryIcon.registrations {
  background-position: -400px 0px; }

.IconSheet.ModlogCategoryIcon.withholds {
  background-position: -464px -80px; }

.IconSheet.ModlogCategoryIcon.withheld_edits {
  background-position: -464px -80px; }

.IconSheet.ModlogCategoryIcon.modnote {
  background-position: -496px -128px; }

.IconSheet.ModlogCategoryIcon.modnote_change {
  background-position: -496px -128px; }

.IconSheet.ModlogCategoryIcon.permits {
  background-position: -480px -64px; }

.IconSheet.ModlogCategoryIcon.nsfw {
  background-position: -528px -96px; }

.IconSheet.ModlogCategoryIcon.bans {
  background-position: -544px 0px; }

.IconSheet.ModlogCategoryIcon.bananabank {
  background-position: -416px -16px; }

.IconSheet.ModlogCategoryIcon.ef {
  background-position: -528px -112px; }

.IconSheet.ModlogCategoryIcon.gags {
  background-position: -112px -32px; }

.IconSheet.ModlogCategoryIcon.exe {
  background-position: -544px -64px; }

.IconSheet.ModlogCategoryIcon.unknown {
  background-position: -512px -112px; }

.IconSheet.ModlogCategoryIcon.private_subs {
  background-position: -432px -80px; }

.IconSheet.ActivityTypeIcon {
  height: 16px;
  width: 16px; }

.IconSheet.ActivityTypeIcon.award_vote_added {
  background-position: -208px -16px; }

.IconSheet.ActivityTypeIcon.ware_order_delivered {
  background-position: -384px -160px; }

.IconSheet.ActivityTypeIcon.modnote_added {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.modnote_removed {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.support_ticket_resolved {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.support_ticket_requires_feedback {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.award_received {
  background-position: -208px -16px; }

.IconSheet.ActivityTypeIcon.contest_won {
  background-position: -208px -16px; }

.IconSheet.ActivityTypeIcon.contest_joined {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.contest_left {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.event_joined {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.event_left {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.medal_received {
  background-position: -432px -64px; }

.IconSheet.ActivityTypeIcon.pm_received {
  background-position: -128px -32px; }

.IconSheet.ActivityTypeIcon.profile_msg_received {
  background-position: -144px -32px; }

.IconSheet.ActivityTypeIcon.stamps_added {
  background-position: -464px -48px; }

.IconSheet.ActivityTypeIcon.stamps_changed {
  background-position: -464px -48px; }

.IconSheet.ActivityTypeIcon.stamps_removed {
  background-position: -464px -48px; }

.IconSheet.ActivityTypeIcon.thanks_received {
  background-position: -544px -48px; }

.IconSheet.ActivityTypeIcon.buddy_req_received {
  background-position: -416px -48px; }

.IconSheet.ActivityTypeIcon.buddy_req_accepted {
  background-position: -416px -48px; }

.IconSheet.ActivityTypeIcon.subscription_added {
  background-position: -448px -48px; }

.IconSheet.ActivityTypeIcon.subscription_removed {
  background-position: -448px -48px; }

.IconSheet.ActivityTypeIcon.poll_vote_added {
  background-position: -288px -32px; }

.IconSheet.ActivityTypeIcon.poll_vote_changed {
  background-position: -288px -32px; }

.IconSheet.ActivityTypeIcon.poll_vote_removed {
  background-position: -288px -32px; }

.IconSheet.ActivityTypeIcon.sub_added {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.subcontent_added {
  background-position: -304px 0px; }

.IconSheet.ActivityTypeIcon.update_subcontent_added {
  background-position: -496px -112px; }

.IconSheet.ActivityTypeIcon.todo_completed {
  background-position: -432px -128px; }

.IconSheet.ActivityTypeIcon.flag_subcontent_added {
  background-position: -496px 0px; }

.IconSheet.ActivityTypeIcon.todo_subcontent_added {
  background-position: -448px -128px; }

.IconSheet.ActivityTypeIcon.wareorder_subcontent_added {
  background-position: -384px -144px; }

.IconSheet.ActivityTypeIcon.issue_subcontent_added {
  background-position: -192px -16px; }

.IconSheet.ActivityTypeIcon.rating_subcontent_added {
  background-position: -496px -80px; }

.IconSheet.ActivityTypeIcon.permit_subcontent_added {
  background-position: -480px -64px; }

.IconSheet.ActivityTypeIcon.sub_changed {
  background-position: -464px 0px; }

.IconSheet.ActivityTypeIcon.sub_featured {
  background-position: -208px -16px; }

.IconSheet.ActivityTypeIcon.rating_added {
  background-position: -320px 0px; }

.IconSheet.ActivityTypeIcon.rating_changed {
  background-position: -320px 0px; }

.IconSheet.ActivityTypeIcon.rating_removed {
  background-position: -320px 0px; }

.IconSheet.ActivityTypeIcon.watch_added {
  background-position: -448px -16px; }

.IconSheet.ActivityTypeIcon.watch_removed {
  background-position: -448px -16px; }

.IconSheet.ActivityTypeIcon.flag_removed {
  background-position: -496px 0px; }

.IconSheet.ActivityTypeIcon.subcontent_withheld {
  background-position: -464px -80px; }

.IconSheet.ActivityTypeIcon.sub_withheld {
  background-position: -464px -80px; }

.IconSheet.ActivityTypeIcon.subcontent_unwithheld {
  background-position: -464px -80px; }

.IconSheet.ActivityTypeIcon.sub_unwithheld {
  background-position: -464px -80px; }

.IconSheet.ActivityTypeIcon.subcontent_trashed {
  background-position: -464px -64px; }

.IconSheet.ActivityTypeIcon.sub_trashed {
  background-position: -464px -64px; }

.IconSheet.ActivityTypeIcon.subcontent_untrashed {
  background-position: -464px -64px; }

.IconSheet.ActivityTypeIcon.sub_untrashed {
  background-position: -464px -64px; }

.IconSheet.ActivityTypeIcon.ownership_changed {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.gag_added {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.gag_removed {
  background-position: -400px 0px; }

.IconSheet.ActivityTypeIcon.bananabank_deposit {
  background-position: -416px -16px; }

.IconSheet.ActivityTypeIcon.bananabank_withdrawal {
  background-position: -416px -16px; }

.IconSheet.ActivityTypeIcon.modgroups_received {
  background-position: -464px -32px; }

.IconSheet.ActivityTypeIcon.modgroups_lost {
  background-position: -464px -32px; }

.IconSheet.ActivityTypeIcon.quoted {
  background-position: -464px -16px; }

.IconSheet.ActivityTypeIcon.post_exemplified {
  background-position: -528px -112px; }

.IconSheet.ActivityTypeIcon.post_unexemplified {
  background-position: -528px -112px; }

.IconSheet.ActivityTypeIcon.donation_received {
  background-position: -416px -16px; }

.IconSheet.ActivityTypeIcon.request_bounty_boosted {
  background-position: -416px -16px; }

.IconSheet.ActivityTypeIcon.request_bounty_awarded {
  background-position: -208px -16px; }

.IconSheet.ActivityTypeIcon.guild_membership_requested {
  background-position: -416px -48px; }

.IconSheet.ActivityTypeIcon.guild_membership_removed {
  background-position: -416px -48px; }

.IconSheet.ActivityTypeIcon.guild_request_accepted {
  background-position: -416px -48px; }

.IconSheet.ActivityTypeIcon.guild_rank_changed {
  background-position: -240px -16px; }

.IconSheet.ActivityTypeIcon.guild_role_changed {
  background-position: -432px 0; }

.IconSheet.ActivityTypeIcon.unlocks_unlocked {
  background-position: -416px -32px; }

.IconSheet.ActivityTypeIcon.cake_day {
  background-position: -576px -80px; }

.IconSheet.ActivityTypeIcon.identity_changed {
  background-position: -416px -128px; }

.IconSheet.Beacon {
  width: 16px;
  height: 16px; }

.IconSheet.Beacon.HelpBeacon {
  background-position: -192px -208px; }

.IconSheet.Beacon.UpdateBeacon {
  background-position: -208px -208px; }

.IconSheet.Beacon.AdviceBeacon {
  background-position: -224px -208px; }

.IconSheet.MiscIcon.QuickDlIcon {
  height: 16px;
  width: 16px;
  background-position: -240px -240px; }

.IconSheet.MiscIcon.SubmitIcon {
  height: 16px;
  width: 16px;
  background-position: -400px 0px; }

.IconSheet.MiscIcon.LogoutIcon {
  height: 16px;
  width: 16px;
  background-position: -32px -32px; }

.IconSheet.MiscIcon.OnlineMembersIcon {
  height: 16px;
  width: 16px;
  background-position: -416px 0px; }

.IconSheet.MiscIcon.BuddiesIcon {
  height: 16px;
  width: 16px;
  background-position: -416px -48px; }

.IconSheet.MiscIcon.UnlocksIcon {
  height: 16px;
  width: 16px;
  background-position: -416px -32px; }

.IconSheet.MiscIcon.BitpitIcon {
  height: 16px;
  width: 16px;
  background-position: -432px -32px; }

.IconSheet.MiscIcon.HonoraryTitlesIcon {
  height: 16px;
  width: 16px;
  background-position: -400px -16px; }

.IconSheet.MiscIcon.SublogIcon {
  height: 16px;
  width: 16px;
  background-position: -400px -48px; }

.IconSheet.MiscIcon.PointsIcon {
  height: 16px;
  width: 16px;
  background-position: -416px -16px; }

.IconSheet.MiscIcon.SpannerIcon {
  height: 16px;
  width: 16px;
  background-position: -48px -32px; }

.IconSheet.MiscIcon.WatchesIcon {
  height: 16px;
  width: 16px;
  background-position: -448px -16px; }

.IconSheet.MiscIcon.RulesIcon {
  height: 16px;
  width: 16px;
  background-position: -448px -32px; }

.IconSheet.MiscIcon.FaqIcon {
  height: 16px;
  width: 16px;
  background-position: -432px -48px; }

.IconSheet.MiscIcon.SubscriptionsIcon {
  height: 16px;
  width: 16px;
  background-position: -416px -64px; }

.IconSheet.MiscIcon.SubscribersIcon {
  height: 16px;
  width: 16px;
  background-position: -448px -48px; }

.IconSheet.MiscIcon.MedalLibraryIcon {
  height: 16px;
  width: 16px;
  background-position: -432px -64px; }

.IconSheet.MiscIcon.PortfolioIcon {
  height: 16px;
  width: 16px;
  background-position: -496px -32px; }

.IconSheet.MiscIcon.ManualDownloadIcon {
  height: 32px;
  width: 32px;
  background-position: -384px -112px; }

.IconSheet.MiscIcon.SmallManualDownloadIcon {
  height: 16px;
  width: 16px;
  background-position: -416px -112px; }

.IconSheet.MiscIcon.SmallBananaIcon {
  height: 16px;
  width: 16px;
  background-position: -416px -96px; }

.IconSheet.MiscIcon.GreenKeyIcon {
  height: 16px;
  width: 16px;
  background-position: -480px -64px; }

.IconSheet.MiscIcon.RedLockIcon {
  height: 16px;
  width: 16px;
  background-position: -432px -80px; }

.IconSheet.MiscIcon.SmallFeaturedIcon {
  width: 16px;
  height: 16px;
  background-position: -240px -208px; }

.IconSheet.MiscIcon.FeaturedTodayIcon {
  width: 32px;
  height: 32px;
  background-position: -320px -208px; }

.IconSheet.MiscIcon.FeaturedYesterdayIcon {
  width: 32px;
  height: 32px;
  background-position: -288px -208px; }

.IconSheet.MiscIcon.FeaturedBestOfTheBananaIcon {
  width: 32px;
  height: 32px;
  background-position: -256px -208px; }

.IconSheet.MiscIcon.FeaturedStaffPickIcon {
  width: 32px;
  height: 32px;
  background-position: -352px -208px; }

.IconSheet.MiscIcon.FilterIcon {
  width: 16px;
  height: 16px;
  background-position: -240px -224px; }

.IconSheet.MiscIcon.CompleteTodoIcon {
  width: 16px;
  height: 16px;
  background-position: -432px -128px; }

.IconSheet.MiscIcon.IncompleteTodoIcon {
  width: 16px;
  height: 16px;
  background-position: -448px -128px; }

.IconSheet.MiscIcon.MowjohMslIcon {
  height: 16px;
  width: 16px;
  background-position: -384px -208px; }

.IconSheet.MiscIcon.MowjohMeteorIcon {
  height: 16px;
  width: 16px;
  background-position: -384px -224px; }

.IconSheet.MiscIcon.DiskIcon {
  height: 16px;
  width: 16px;
  background-position: -400px -96px; }

.IconSheet.MiscIcon.SortHandle {
  width: 16px;
  height: 16px;
  background-position: -112px -272px;
  cursor: move; }

.IconSheet.MiscIcon.SelectToggleIcon {
  width: 16px;
  height: 16px;
  background-position: -144px -272px; }

.IconSheet.MiscIcon.SubcategoryIcon {
  width: 16px;
  height: 16px;
  background-position: -128px -272px; }

.IconSheet.MiscIcon.LarryIcon {
  width: 56px;
  height: 78px;
  background-position: -592px -64px; }

.IconSheet.MiscIcon.PrivateAccessNoticeIcon {
  width: 32px;
  height: 32px;
  background-position: -656px -64px; }

.IconSheet.MiscIcon.WithholdNoticeIcon {
  width: 32px;
  height: 32px;
  background-position: -688px -64px; }

.IconSheet.MiscIcon.FlagNoticeIcon {
  width: 32px;
  height: 32px;
  background-position: -720px -64px; }

.IconSheet.MiscIcon.ExecutableDetectorIcon {
  width: 32px;
  height: 32px;
  background-position: -656px -96px; }

.IconSheet.MiscIcon.CompressedFileIcon {
  width: 16px;
  height: 16px;
  background-position: -496px -208px; }

.IconSheet.MiscIcon.ZoomInIcon {
  width: 16px;
  height: 16px;
  background-position: -480px -16px; }

.IconSheet.MiscIcon.ZoomOutIcon {
  width: 16px;
  height: 16px;
  background-position: -480px -32px; }

.IconSheet.ModboyIcon.InstallIcon {
  height: 32px;
  width: 32px;
  background-position: -352px -112px; }

.IconSheet.ModboyIcon.SmallInstallIcon {
  height: 16px;
  width: 16px;
  background-position: -352px -144px; }

.IconSheet.ModboyIcon.UpToDateIcon {
  height: 16px;
  width: 16px;
  background-position: -144px -208px; }

.IconSheet.ModboyIcon.VerifyIcon {
  height: 16px;
  width: 16px;
  background-position: -384px -96px; }

.IconSheet.ModboyIcon.ReinstallIcon {
  height: 16px;
  width: 16px;
  background-position: -368px -144px; }

.IconSheet.MessageIcon {
  height: 16px;
  width: 16px; }

.IconSheet.MessageIcon.ErrorIcon {
  background-position: -112px -208px; }

.IconSheet.MessageIcon.SuccessIcon {
  background-position: -144px -208px; }

.IconSheet.MessageIcon.WarningIcon {
  background-position: -352px -160px; }

.IconSheet.MessageIcon.InfoIcon {
  background-position: -368px -160px; }

.IconSheet.WipCompletion {
  width: 32px;
  height: 16px; }

.IconSheet.WipCompletion0 {
  background-position: 0px -160px; }

.IconSheet.WipCompletion10 {
  background-position: 0px -144px; }

.IconSheet.WipCompletion20 {
  background-position: 0px -128px; }

.IconSheet.WipCompletion30 {
  background-position: 0px -112px; }

.IconSheet.WipCompletion40 {
  background-position: 0px -96px; }

.IconSheet.WipCompletion50 {
  background-position: 0px -80px; }

.IconSheet.WipCompletion60 {
  background-position: 0px -64px; }

.IconSheet.WipCompletion70 {
  background-position: 0px -48px; }

.IconSheet.WipCompletion80 {
  background-position: 0px -32px; }

.IconSheet.WipCompletion90 {
  background-position: 0px -16px; }

.IconSheet.WipCompletion100 {
  background-position: 0px 0px; }

.IconSheet.ReviewScore {
  width: 32px;
  height: 16px; }

.IconSheet.ReviewScore.Score0 {
  background-position: 0px -160px; }

.IconSheet.ReviewScore.Score1 {
  background-position: 0px -144px; }

.IconSheet.ReviewScore.Score2 {
  background-position: 0px -128px; }

.IconSheet.ReviewScore.Score3 {
  background-position: 0px -112px; }

.IconSheet.ReviewScore.Score4 {
  background-position: 0px -96px; }

.IconSheet.ReviewScore.Score5 {
  background-position: 0px -80px; }

.IconSheet.ReviewScore.Score6 {
  background-position: 0px -64px; }

.IconSheet.ReviewScore.Score7 {
  background-position: 0px -48px; }

.IconSheet.ReviewScore.Score8 {
  background-position: 0px -32px; }

.IconSheet.ReviewScore.Score9 {
  background-position: 0px -16px; }

.IconSheet.ReviewScore.Score10 {
  background-position: 0px 0px; }

.IconSheet.SubmissionType {
  width: 32px;
  height: 32px; }

.IconSheet.SubmissionType.Article {
  background-position: -32px -48px; }

.IconSheet.SubmissionType.Annotation {
  background-position: -352px -80px; }

.IconSheet.SubmissionType.Category {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.Blog {
  background-position: -32px -112px; }

.IconSheet.SubmissionType.BitpitFile {
  background-position: -464px -208px; }

.IconSheet.SubmissionType.Issue {
  background-position: -32px -144px; }

.IconSheet.SubmissionType.Bug {
  background-position: -400px -208px; }

.IconSheet.SubmissionType.Club {
  background-position: -64px -48px; }

.IconSheet.SubmissionType.Concept {
  background-position: -64px -80px; }

.IconSheet.SubmissionType.Contest {
  background-position: -64px -112px; }

.IconSheet.SubmissionType.Crafting {
  background-position: -64px -144px; }

.IconSheet.SubmissionType.Event {
  background-position: -432px -96px; }

.IconSheet.SubmissionType.Game {
  background-position: -96px -48px; }

.IconSheet.SubmissionType.Gamefile {
  background-position: -96px -80px; }

.IconSheet.SubmissionType.Generator {
  background-position: -96px -112px; }

.IconSheet.SubmissionType.Gui {
  background-position: -96px -144px; }

.IconSheet.SubmissionType.HelpWanted {
  background-position: -128px -48px; }

.IconSheet.SubmissionType.Idea {
  background-position: -128px -80px; }

.IconSheet.SubmissionType.Map {
  background-position: -128px -112px; }

.IconSheet.SubmissionType.Member {
  background-position: -128px -144px; }

.IconSheet.SubmissionType.Mip {
  background-position: -160px -48px; }

.IconSheet.SubmissionType.Chatroom {
  background-position: -208px -224px; }

.IconSheet.SubmissionType.Mirror {
  background-position: -160px -80px; }

.IconSheet.SubmissionType.Model {
  background-position: -160px -112px; }

.IconSheet.SubmissionType.Module {
  background-position: -160px -144px; }

.IconSheet.SubmissionType.News {
  background-position: -192px -48px; }

.IconSheet.SubmissionType.PrivateMessage {
  background-position: -464px -112px; }

.IconSheet.SubmissionType.Poll {
  background-position: -192px -80px; }

.IconSheet.SubmissionType.Post {
  background-position: -192px -112px; }

.IconSheet.SubmissionType.Prefab {
  background-position: -192px -144px; }

.IconSheet.SubmissionType.Permit {
  background-position: -432px -208px; }

.IconSheet.SubmissionType.Project {
  background-position: -224px -48px; }

.IconSheet.SubmissionType.Request {
  background-position: -224px -80px; }

.IconSheet.SubmissionType.Review {
  background-position: -224px -112px; }

.IconSheet.SubmissionType.Screenshot {
  background-position: -224px -144px; }

.IconSheet.SubmissionType.Script {
  background-position: -256px -48px; }

.IconSheet.SubmissionType.Skin {
  background-position: -256px -80px; }

.IconSheet.SubmissionType.StatusUpdate {
  background-position: -176px -224px; }

.IconSheet.SubmissionType.Sound {
  background-position: -256px -112px; }

.IconSheet.SubmissionType.Spray {
  background-position: -256px -144px; }

.IconSheet.SubmissionType.Effect {
  background-position: -288px -48px; }

.IconSheet.SubmissionType.Studio {
  background-position: -288px -80px; }

.IconSheet.SubmissionType.Support {
  background-position: -288px -112px; }

.IconSheet.SubmissionType.Texture {
  background-position: -288px -144px; }

.IconSheet.SubmissionType.Thread {
  background-position: -320px -48px; }

.IconSheet.SubmissionType.Tool {
  background-position: -320px -80px; }

.IconSheet.SubmissionType.Tutorial {
  background-position: -320px -112px; }

.IconSheet.SubmissionType.Update {
  background-position: -464px -144px; }

.IconSheet.SubmissionType.Wiki {
  background-position: -320px -144px; }

.IconSheet.SubmissionType.Wip {
  background-position: -352px -48px; }

.IconSheet.SubmissionType.Ware {
  background-position: -400px -144px; }

.IconSheet.SubmissionType.WareOrder {
  background-position: -432px -144px; }

.IconSheet.SubmissionType.ArticleCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.Forum {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.GamefileCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.GuiCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.MapCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.MipCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.ModelCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.ChatroomCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.ConceptCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.NewsCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.PrefabCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.RequestCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.ScriptCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.SkinCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.SoundCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.SprayCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.EffectCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.TextureCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.ToolCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.TutorialCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.WikiCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.WipCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.PollCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.ContestCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.EventCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.BlogCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.WareCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionType.GeneratorCategory {
  background-position: -32px -80px; }

.IconSheet.SubmissionTypeSmall {
  width: 16px;
  height: 16px; }

.IconSheet.SubmissionTypeSmall.Article {
  background-position: -160px -32px; }

.IconSheet.SubmissionTypeSmall.Annotation {
  background-position: -384px -64px; }

.IconSheet.SubmissionTypeSmall.Category {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.Club {
  background-position: -192px 0px; }

.IconSheet.SubmissionTypeSmall.Chatroom {
  background-position: -480px 0px; }

.IconSheet.SubmissionTypeSmall.Issue {
  background-position: -192px -16px; }

.IconSheet.SubmissionTypeSmall.Bug {
  background-position: -480px -48px; }

.IconSheet.SubmissionTypeSmall.BitpitFile {
  background-position: -432px -32px; }

.IconSheet.SubmissionTypeSmall.Blog {
  background-position: -192px -32px; }

.IconSheet.SubmissionTypeSmall.Concept {
  background-position: -208px 0px; }

.IconSheet.SubmissionTypeSmall.Contest {
  background-position: -208px -16px; }

.IconSheet.SubmissionTypeSmall.Crafting {
  background-position: -208px -32px; }

.IconSheet.SubmissionTypeSmall.Event {
  background-position: -416px -80px; }

.IconSheet.SubmissionTypeSmall.Flag {
  background-position: -496px 0px; }

.IconSheet.SubmissionTypeSmall.Game {
  background-position: -224px 0px; }

.IconSheet.SubmissionTypeSmall.Gamefile {
  background-position: -224px -16px; }

.IconSheet.SubmissionTypeSmall.Generator {
  background-position: -224px -32px; }

.IconSheet.SubmissionTypeSmall.Gui {
  background-position: -240px 0px; }

.IconSheet.SubmissionTypeSmall.HelpWanted {
  background-position: -240px -16px; }

.IconSheet.SubmissionTypeSmall.Idea {
  background-position: -240px -32px; }

.IconSheet.SubmissionTypeSmall.Initiative {
  background-position: -256px 0px; }

.IconSheet.SubmissionTypeSmall.Map {
  background-position: -256px -16px; }

.IconSheet.SubmissionTypeSmall.Member {
  background-position: -256px -32px; }

.IconSheet.SubmissionTypeSmall.Mip {
  background-position: -272px 0px; }

.IconSheet.SubmissionTypeSmall.Mirror {
  background-position: -272px -16px; }

.IconSheet.SubmissionTypeSmall.Model {
  background-position: -272px -32px; }

.IconSheet.SubmissionTypeSmall.Module {
  background-position: -288px 0px; }

.IconSheet.SubmissionTypeSmall.News {
  background-position: -288px -16px; }

.IconSheet.SubmissionTypeSmall.PrivateMessage {
  background-position: -128px -32px; }

.IconSheet.SubmissionTypeSmall.Poll {
  background-position: -288px -32px; }

.IconSheet.SubmissionTypeSmall.Permit {
  background-position: -480px -64px; }

.IconSheet.SubmissionTypeSmall.Post {
  background-position: -304px 0px; }

.IconSheet.SubmissionTypeSmall.Prefab {
  background-position: -304px -16px; }

.IconSheet.SubmissionTypeSmall.Project {
  background-position: -304px -32px; }

.IconSheet.SubmissionTypeSmall.Rating {
  background-position: -320px 0px; }

.IconSheet.SubmissionTypeSmall.Request {
  background-position: -320px -16px; }

.IconSheet.SubmissionTypeSmall.Review {
  background-position: -320px -32px; }

.IconSheet.SubmissionTypeSmall.Script {
  background-position: -336px 0px; }

.IconSheet.SubmissionTypeSmall.StatusUpdate {
  background-position: -448px -80px; }

.IconSheet.SubmissionTypeSmall.Skin {
  background-position: -336px -16px; }

.IconSheet.SubmissionTypeSmall.Sound {
  background-position: -336px -32px; }

.IconSheet.SubmissionTypeSmall.Spray {
  background-position: -352px 0px; }

.IconSheet.SubmissionTypeSmall.Effect {
  background-position: -352px -16px; }

.IconSheet.SubmissionTypeSmall.Studio {
  background-position: -352px -32px; }

.IconSheet.SubmissionTypeSmall.Support {
  background-position: -368px 0px; }

.IconSheet.SubmissionTypeSmall.Texture {
  background-position: -368px -16px; }

.IconSheet.SubmissionTypeSmall.Thread {
  background-position: -368px -32px; }

.IconSheet.SubmissionTypeSmall.Tool {
  background-position: -384px 0px; }

.IconSheet.SubmissionTypeSmall.Todo {
  background-position: -432px -128px; }

.IconSheet.SubmissionTypeSmall.Tutorial {
  background-position: -384px -16px; }

.IconSheet.SubmissionTypeSmall.Update {
  background-position: -496px -112px; }

.IconSheet.SubmissionTypeSmall.Wiki {
  background-position: -384px -32px; }

.IconSheet.SubmissionTypeSmall.Wip {
  background-position: -384px -48px; }

.IconSheet.SubmissionTypeSmall.Ware {
  background-position: -384px -144px; }

.IconSheet.SubmissionTypeSmall.WareOrder {
  background-position: -384px -160px; }

.IconSheet.SubmissionTypeSmall.ArticleCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.BlogCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.ChatroomCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.ContestCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.EventCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.EffectCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.Forum {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.GamefileCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.GeneratorCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.GuiCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.MapCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.MipCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.ModelCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.NewsCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.PrefabCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.PollCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.RequestCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.ScriptCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.SkinCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.SoundCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.SprayCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.TextureCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.ToolCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.TutorialCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.WikiCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.WipCategory {
  background-position: -176px -32px; }

.IconSheet.SubmissionTypeSmall.WareCategory {
  background-position: -176px -32px; }

.IconSheet.ContactTypeIcon {
  width: 32px;
  height: 32px; }

.IconSheet.ContactTypeIcon.RedditIcon {
  background-position: -32px -176px; }

.IconSheet.ContactTypeIcon.TwitterIcon {
  background-position: -64px -176px; }

.IconSheet.ContactTypeIcon.FacebookIcon {
  background-position: 0px -176px; }

.IconSheet.ContactTypeIcon.YoutubeIcon {
  background-position: -96px -176px; }

.IconSheet.ContactTypeIcon.IrcIcon {
  background-position: -128px -176px; }

.IconSheet.ContactTypeIcon.XfireIcon {
  background-position: -160px -176px; }

.IconSheet.ContactTypeIcon.XboxIcon {
  background-position: -192px -176px; }

.IconSheet.ContactTypeIcon.VimeoIcon {
  background-position: -224px -176px; }

.IconSheet.ContactTypeIcon.TumblrIcon {
  background-position: -256px -176px; }

.IconSheet.ContactTypeIcon.SteamIcon {
  background-position: -288px -176px; }

.IconSheet.ContactTypeIcon.SkypeIcon {
  background-position: -320px -176px; }

.IconSheet.ContactTypeIcon.PsnIcon {
  background-position: -352px -176px; }

.IconSheet.ContactTypeIcon.PinterestIcon {
  background-position: -384px -176px; }

.IconSheet.ContactTypeIcon.MsnIcon {
  background-position: -416px -176px; }

.IconSheet.ContactTypeIcon.LinkedinIcon {
  background-position: -448px -176px; }

.IconSheet.ContactTypeIcon.InstagramIcon {
  background-position: -480px -176px; }

.IconSheet.ContactTypeIcon.IcqIcon {
  background-position: -512px -176px; }

.IconSheet.ContactTypeIcon.GoogleHangoutsIcon {
  background-position: -544px -176px; }

.IconSheet.ContactTypeIcon.GooglePlusIcon {
  background-position: -576px -176px; }

.IconSheet.ContactTypeIcon.FlickrIcon {
  background-position: -608px -176px; }

.IconSheet.ContactTypeIcon.EmailIcon {
  background-position: -640px -176px; }

.IconSheet.ContactTypeIcon.DribbbleIcon {
  background-position: -672px -176px; }

.IconSheet.ContactTypeIcon.DeviantartIcon {
  background-position: -704px -176px; }

.IconSheet.ContactTypeIcon.AimIcon {
  background-position: -736px -176px; }

.IconSheet.ContactTypeIcon.DiscordIcon {
  background-position: -768px -176px; }

.IconSheet.ContactTypeIcon.SoundcloudIcon {
  background-position: -800px -176px; }

.IconSheet.ContactTypeIcon.ArtstationIcon {
  background-position: -832px -176px; }

.IconSheet.ContactTypeIcon.SketchfabIcon {
  background-position: -864px -176px; }

.IconSheet.ContactTypeIcon.ModdbIcon {
  background-position: -896px -176px; }

.IconSheet.Misc.Heart64 {
  width: 64px;
  height: 64px;
  background-position: 0px -208px; }

.IconSheet.MiscIcon.PaypalDonateIcon {
  width: 76px;
  height: 31px;
  background-position: -96px -224px; }

.IconSheet.MiscIcon.AmazonWishlistIcon {
  width: 76px;
  height: 31px;
  background-position: -176px -288px; }

.IconSheet.MiscIcon.GogWishlistIcon {
  width: 76px;
  height: 31px;
  background-position: -256px -288px; }

.IconSheet.MiscIcon.SteamWishlistIcon {
  width: 76px;
  height: 31px;
  background-position: -96px -288px; }

.IconSheet.MiscIcon.ShowContentIcon {
  width: 16px;
  height: 16px;
  background-position: -64px -256px; }

.IconSheet.MiscIcon.HideContentIcon {
  width: 16px;
  height: 16px;
  background-position: -80px -256px; }

.TogglePostRepliesButton .IconSheet.MiscIcon.TogglePostRepliesIcon {
  width: 16px;
  height: 16px;
  background-position: -64px -256px; }

.TogglePostRepliesButton.Expanded .IconSheet.MiscIcon.TogglePostRepliesIcon {
  width: 16px;
  height: 16px;
  background-position: -80px -256px; }

.IconSheet.SmallRightArrow {
  opacity: 0.5;
  width: 16px;
  height: 16px; }

.IconSheet.SmallRightArrow.MicroWhiteArrow {
  background-position: -64px -240px; }

.IconSheet.SmallRightArrow.MicroBlackArrow {
  background-position: -80px -240px; }

.IconSheet.SmallRightArrow.MiniWhiteArrow {
  background-position: -64px -224px; }

.IconSheet.SmallRightArrow.MiniBlackArrow {
  background-position: -80px -224px; }

.IconSheet.SmallRightArrow.SmallWhiteArrow {
  background-position: -64px -208px; }

.IconSheet.SmallRightArrow.SmallBlackArrow {
  background-position: -80px -208px; }

.IconSheet.SmallLeftArrow {
  opacity: 0.5;
  width: 16px;
  height: 16px; }

.IconSheet.SmallLeftArrow.MicroWhiteArrow {
  background-position: -80px -304px; }

.IconSheet.SmallLeftArrow.MicroBlackArrow {
  background-position: -64px -304px; }

.IconSheet.SmallLeftArrow.MiniWhiteArrow {
  background-position: -80px -288px; }

.IconSheet.SmallLeftArrow.MiniBlackArrow {
  background-position: -64px -288px; }

.IconSheet.SmallLeftArrow.SmallWhiteArrow {
  background-position: -80px -272px; }

.IconSheet.SmallLeftArrow.SmallBlackArrow {
  background-position: -64px -272px; }

.IconSheet.StampIcon {
  width: 16px;
  height: 16px; }

.IconSheet.StampIcon.FunnyIcon {
  background-position: -512px -32px; }

.IconSheet.StampIcon.DumbIcon {
  background-position: -544px -32px; }

.IconSheet.StampIcon.AgreeIcon {
  background-position: -512px 0px; }

.IconSheet.StampIcon.DisagreeIcon {
  background-position: -512px -16px; }

.IconSheet.StampIcon.WinIcon {
  background-position: -512px -80px; }

.IconSheet.StampIcon.WtfIcon {
  background-position: -528px 0px; }

.IconSheet.StampIcon.HelpfulIcon {
  background-position: -528px -112px; }

.IconSheet.StampIcon.InterestingIcon {
  background-position: -512px -48px; }

.IconSheet.StampIcon.RudeIcon {
  background-position: -544px 0px; }

.IconSheet.StampIcon.ThanksIcon {
  background-position: -544px -48px; }

.IconSheet.StampIcon.EpicWinIcon {
  background-position: -528px -64px; }

.IconSheet.StampIcon.EpicFailIcon {
  background-position: -528px -48px; }

.IconSheet.StampIcon.FailIcon {
  background-position: -528px -32px; }

.IconSheet.StampIcon.TwssIcon {
  background-position: -528px -96px; }

.IconSheet.StampIcon.CsbIcon {
  background-position: -544px -16px; }

.IconSheet.StampIcon.PixPlzIcon {
  background-position: -528px -80px; }

.IconSheet.StampIcon.HmbIcon {
  background-position: -544px -48px; }

.IconSheet.StampIcon.CookieIcon {
  background-position: -512px -96px; }

.IconSheet.StampIcon.TmiIconf {
  background-position: -560px 0px; }

.IconSheet.StampIcon.TldrIcon {
  background-position: -544px -112px; }

.IconSheet.StampIcon.HiFiveIcon {
  background-position: -528px -16px; }

.IconSheet.StampIcon.ConfusingIcon {
  background-position: -512px -112px; }

.IconSheet.StampIcon.UnhelpfulIcon {
  background-position: -544px -64px; }

.IconSheet.StampIcon.CreativeIcon {
  background-position: -544px -96px; }

.IconSheet.StampIcon.YouRockIcon {
  background-position: -560px -32px; }

.IconSheet.StampIcon.CheersIcon {
  background-position: -560px -16px; }

.IconSheet.StampIcon.CorrectIcon {
  background-position: -560px -48px; }

.IconSheet.StampIcon.LateIcon {
  background-position: -576px 0; }

.IconSheet.StampIcon.PmMeIcon {
  background-position: -576px -16px; }

.IconSheet.StampIcon.CitationNeededIcon {
  background-position: -576px -32px; }

.IconSheet.StampIcon.GoodIdeaIcon {
  background-position: -560px -112px; }

.IconSheet.StampIcon.InformativeIcon {
  background-position: -576px -48px; }

.IconSheet.StampIcon.SmartIcon {
  background-position: -576px -64px; }

.IconSheet.StampIcon.CheesyIcon {
  background-position: -560px -64px; }

.IconSheet.StampIcon.TopBananaIcon {
  background-position: -416px -96px; }

.IconSheet.StampIcon.SorryIcon {
  background-position: -560px -80px; }

.IconSheet.StampIcon.BurnIcon {
  background-position: -560px -96px; }

.IconSheet.UnlockIcon {
  width: 64px;
  height: 64px; }

.IconSheet.UnlockIcon.UpicIcon {
  background-position: -128px -384px; }

.IconSheet.UnlockIcon.HdAvatarIcon {
  background-position: -256px -512px; }

.IconSheet.UnlockIcon.CubeAtarIcon {
  background-position: -256px -576px; }

.IconSheet.UnlockIcon.UberstyleIcon {
  background-position: -256px -320px; }

.IconSheet.UnlockIcon.BitpitIcon {
  background-position: 0px -320px; }

.IconSheet.UnlockIcon.BitpitPrivateFilesIcon {
  background-position: -576px -512px; }

.IconSheet.UnlockIcon.ModuleMoverIcon {
  background-position: -512px -512px; }

.IconSheet.UnlockIcon.QuickdlIcon {
  background-position: -192px -320px; }

.IconSheet.UnlockIcon.TreehouseIcon {
  background-position: -448px -384px; }

.IconSheet.UnlockIcon.NoadsIcon {
  background-position: -64px -384px; }

.IconSheet.UnlockIcon.SubjectshaperIcon {
  background-position: -448px -320px; }

.IconSheet.UnlockIcon.PollCreationIcon {
  background-position: -128px -320px; }

.IconSheet.UnlockIcon.BlogsIcon {
  background-position: -320px -384px; }

.IconSheet.UnlockIcon.BlockerIcon {
  background-position: -64px -320px; }

.IconSheet.UnlockIcon.EpicWinStampIcon {
  background-position: -576px -384px; }

.IconSheet.UnlockIcon.FailStampIcon {
  background-position: -576px -320px; }

.IconSheet.UnlockIcon.EpicFailStampIcon {
  background-position: -640px -320px; }

.IconSheet.UnlockIcon.TwssStampIcon {
  background-position: -384px -384px; }

.IconSheet.UnlockIcon.CsbStampIcon {
  background-position: -640px -384px; }

.IconSheet.UnlockIcon.PixPlzStampIcon {
  background-position: -512px -320px; }

.IconSheet.UnlockIcon.HmbStampIcon {
  background-position: -512px -384px; }

.IconSheet.UnlockIcon.CookieStampIcon {
  background-position: -768px -384px; }

.IconSheet.UnlockIcon.TmiStampIcon {
  background-position: -256px -384px; }

.IconSheet.UnlockIcon.CorrectStampIcon {
  background-position: -256px -448px; }

.IconSheet.UnlockIcon.YouRockStampIcon {
  background-position: -320px -448px; }

.IconSheet.UnlockIcon.CheersStampIcon {
  background-position: -384px -448px; }

.IconSheet.UnlockIcon.PortfolioIcon {
  background-position: -448px -448px; }

.IconSheet.UnlockIcon.TldrStampIcon {
  background-position: -832px -384px; }

.IconSheet.UnlockIcon.HiFiveStampIcon {
  background-position: -832px -320px; }

.IconSheet.UnlockIcon.ConfusingStampIcon {
  background-position: -768px -320px; }

.IconSheet.UnlockIcon.UnhelpfulStampIcon {
  background-position: -704px -384px; }

.IconSheet.UnlockIcon.CreativeStampIcon {
  background-position: -704px -320px; }

.IconSheet.UnlockIcon.CheesyStampIcon {
  background-position: -640px -448px; }

.IconSheet.UnlockIcon.TopBananaStampIcon {
  background-position: -512px -448px; }

.IconSheet.UnlockIcon.SorryStampIcon {
  background-position: -704px -448px; }

.IconSheet.UnlockIcon.BurnStampIcon {
  background-position: -576px -448px; }

.IconSheet.UnlockIcon.WatchesPurseIcon {
  background-position: -192px -384px; }

.IconSheet.UnlockIcon.WatchesBagIcon {
  background-position: -320px -320px; }

.IconSheet.UnlockIcon.WatchesSackIcon {
  background-position: -384px -320px; }

.IconSheet.UnlockIcon.InlineStylesIcon {
  background-position: 0px -384px; }

.IconSheet.UnlockIcon.PostImageUploaderIcon {
  background-position: -896px -320px; }

.IconSheet.UnlockIcon.OnlineTitleIcon {
  background-position: -704px -512px; }

.IconSheet.UnlockIcon.OfflineTitleIcon {
  background-position: -640px -512px; }

.IconSheet.UnlockIcon.BrowsingUberstyleIcon {
  background-position: -384px -512px; }

.IconSheet.UnlockIcon.TableOfContentsIcon {
  background-position: -320px -512px; }

.IconSheet.UnlockIcon.MemoIcon {
  background-position: -512px -576px; }

.IconSheet.UnlockIcon.ShortcutsIcon {
  background-position: -448px -576px; }

.IconSheet.UnlockIcon.AnalyticsIcon {
  background-position: -448px -512px; }

.IconSheet.UnlockIcon.PmMeStampIcon {
  background-position: -768px -512px; }

.IconSheet.UnlockIcon.CitationNeededStampIcon {
  background-position: -896px -384px; }

.IconSheet.UnlockIcon.GoodIdeaStampIcon {
  background-position: -832px -512px; }

.IconSheet.UnlockIcon.InformativeStampIcon {
  background-position: -832px -448px; }

.IconSheet.UnlockIcon.LateStampIcon {
  background-position: -768px -448px; }

.IconSheet.UnlockIcon.SmartStampIcon {
  background-position: -896px -448px; }

body .Medal_normal, body .Medal_rare, body .Medal_legendary {
  background-image: url(http://files.gamebanana.com/static/img/icon_sheet.png);
  padding: 7px;
  width: 64px;
  height: 64px; }
body .Medal_normal {
  background-position: -156px -448px; }
body .Medal_rare {
  background-position: -78px -448px; }
body .Medal_legendary {
  background-position: 0 -448px; }
body .MiniMedal_normal, body .MiniMedal_rare, body .MiniMedal_legendary {
  background-image: url(http://files.gamebanana.com/static/img/icon_sheet.png);
  padding: 5px;
  width: 32px;
  height: 32px; }
body .MiniMedal_normal {
  background-position: -164px -456px; }
body .MiniMedal_rare {
  background-position: -86px -456px; }
body .MiniMedal_legendary {
  background-position: -8px -456px; }

.NoSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DarkPipe {
  color: rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 1000px) {
  #Wrapper {
    width: 100%; }
    #Wrapper #HeaderWrapper {
      text-align: center;
      background-position: 0 0; }
      #Wrapper #HeaderWrapper #HomeLink {
        display: block; }
      #Wrapper #HeaderWrapper #PublicNavigator, #Wrapper #HeaderWrapper #MemberNavigator {
        display: block; }
        #Wrapper #HeaderWrapper #PublicNavigator .NavigatorPanes, #Wrapper #HeaderWrapper #MemberNavigator .NavigatorPanes {
          text-align: left; }
        #Wrapper #HeaderWrapper #PublicNavigator .NavigatorTabs, #Wrapper #HeaderWrapper #MemberNavigator .NavigatorTabs {
          padding: 0 10px; }
          #Wrapper #HeaderWrapper #PublicNavigator .NavigatorTabs li .IconSheet, #Wrapper #HeaderWrapper #MemberNavigator .NavigatorTabs li .IconSheet {
            display: inline-block; }
      #Wrapper #HeaderWrapper #PublicNavigator {
        margin-left: 0; }
      #Wrapper #HeaderWrapper #DasHeaderLink {
        position: static;
        display: inline-block;
        margin-bottom: 10px; }
      #Wrapper #HeaderWrapper #SpecialAnnouncement {
        display: none; }
      #Wrapper #HeaderWrapper #PageTitleWrapper {
        text-align: center; }
        #Wrapper #HeaderWrapper #PageTitleWrapper h1 {
          font-size: 18px; }
      #Wrapper #HeaderWrapper #BasicSubNavigator {
        text-align: center; }
      #Wrapper #HeaderWrapper #DropdownMenuSubNavigator {
        text-align: center; }
    #Wrapper #ColumnGrid {
      width: auto;
      white-space: normal; }
      #Wrapper #ColumnGrid .ContentColumn {
        width: auto;
        margin: 0; }
      #Wrapper #ColumnGrid .ContentColumn:not(:first-child) {
        padding: 0; }
      #Wrapper #ColumnGrid .ModuleTools {
        display: none; }
      #Wrapper #ColumnGrid .MainForm fieldset input[type=text] {
        max-width: 90%; }
      #Wrapper #ColumnGrid .MainForm fieldset select {
        max-width: 90%; }
      #Wrapper #ColumnGrid .MultipleRowListModule thead {
        display: none; }
      #Wrapper #ColumnGrid .MultipleRowListModule td {
        display: inline-block; }
      #Wrapper #ColumnGrid .MultipleRowListModule tr {
        text-align: center; }
    #Wrapper .BlinkingBeacon {
      display: none; }
    #Wrapper .Column {
      width: auto; }
    #Wrapper #ImportantLinks {
      position: static;
      padding: 15px;
      text-align: center; } }
.RichText {
  clear: both;
  margin: 0;
  overflow: auto; }
  .RichText img, .RichText iframe, .RichText audio, .RichText video {
    max-width: 100%; }
  .RichText ul, .RichText ol {
    padding: 10px 10px 10px 20px;
    overflow: hidden; }
  .RichText blockquote {
    border-left: 2px solid rgba(255, 255, 255, 0.75);
    opacity: 0.5;
    margin: 10px 10px 20px 10px;
    font-size: 12px;
    padding: 0 5px; }
    .RichText blockquote p {
      padding: 0 0 10px; }
  .RichText blockquote:hover {
    opacity: 1; }
  .RichText .Spoiler {
    text-shadow: 1px 0 12px rgba(255, 255, 255, 0.75), -1px 0 12px rgba(255, 255, 255, 0.75);
    transition: 0.5s all;
    color: transparent; }
  .RichText .Spoiler:hover {
    text-shadow: none;
    color: rgba(255, 255, 255, 0.75); }
  .RichText .TableOfContents {
    background: #1C272E;
    margin-bottom: 20px; }
    .RichText .TableOfContents ul {
      padding: 0; }
      .RichText .TableOfContents ul li {
        display: block;
        color: #FFE033;
        cursor: pointer;
        padding: 2.5px 0;
        border-bottom: 1px dotted #323c43;
        white-space: nowrap; }
        .RichText .TableOfContents ul li .IndexNumber {
          color: #999999;
          margin-right: 10px; }
      .RichText .TableOfContents ul li:hover {
        color: #FD70E1; }
      .RichText .TableOfContents ul .HeadingH1 {
        font-weight: bold;
        font-size: 16px; }
      .RichText .TableOfContents ul .HeadingH2 {
        margin-left: 10px;
        font-size: 14px; }
      .RichText .TableOfContents ul .HeadingH3 {
        margin-left: 20px;
        font-size: 12px; }
      .RichText .TableOfContents ul .HeadingH4 {
        margin-left: 30px;
        font-size: 11px; }
      .RichText .TableOfContents ul .HeadingH5 {
        margin-left: 40px;
        font-size: 9px; }
      .RichText .TableOfContents ul .HeadingH6 {
        margin-left: 50px;
        font-size: 9px; }
  .RichText h1 .IndexNumber, .RichText h2 .IndexNumber, .RichText h3 .IndexNumber, .RichText h4 .IndexNumber, .RichText h5 .IndexNumber, .RichText h6 .IndexNumber {
    font-weight: normal;
    color: #999999; }

.BlinkingText {
  animation: BlinkingText 1s linear infinite; }

@keyframes BlinkingText {
  50% {
    opacity: 0.0; } }
.ThreadPreview blockquote {
  padding: 5px;
  font-size: 10px;
  font-style: italic;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.75); }
.ThreadPreview blockquote:first-child:first-letter {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.ScriptPreview code {
  font-size: 10px;
  background: #222;
  color: #6EE16C;
  display: block;
  overflow: hidden;
  padding: 5px; }

.SoundPreview audio {
  width: 220px; }

.PollPreview {
  width: 100%;
  animation: GrowBar 2s ease forwards; }
  .PollPreview div {
    margin-bottom: 1px;
    height: 5px; }

@keyframes GrowBar {
  from {
    width: 0%; }
  to {
    width: 100%; } }
.StickyModule.is_stuck {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #111214;
  z-index: 4; }

#InternalAdvertDelegatorModule .Content {
  padding: 0; }
  #InternalAdvertDelegatorModule .Content a {
    display: block;
    width: 300px;
    height: 250px;
    background-size: 100%;
    position: relative; }
    #InternalAdvertDelegatorModule .Content a div {
      padding: 10px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.75); }
      #InternalAdvertDelegatorModule .Content a div h4, #InternalAdvertDelegatorModule .Content a div p {
        margin: 0;
        padding: 0;
        border: 0; }
      #InternalAdvertDelegatorModule .Content a div h4 {
        font-size: 28px;
        line-height: 28px;
        text-shadow: 0 0 3px black; }
      #InternalAdvertDelegatorModule .Content a div p {
        margin: 5px 0 0 1px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 10px;
        text-shadow: 0 0 3px black;
        bottom: 0; }
    #InternalAdvertDelegatorModule .Content a small {
      background: #1c272e;
      position: absolute;
      border-radius: 3px 3px 0 0;
      bottom: 0;
      border: 1px solid rgba(0, 0, 0, 0.5);
      padding: 2px 6px;
      border-bottom: 1px solid #FFE033;
      color: rgba(255, 255, 255, 0.75);
      right: 5px;
      font-size: 9px; }

div.GenericPreviewListModule div.Content {
  overflow: hidden;
  padding: 0 !important; }

div.GenericPreviewListModule ul {
  padding: 0;
  text-align: center; }

div.GenericPreviewListModule li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  list-style-type: none;
  padding: 10px 0;
  vertical-align: middle; }

div.GenericPreviewListModule div.Preview {
  display: inline-block;
  width: 90%;
  margin-bottom: 5px; }

div.GenericPreviewListModule li a {
  max-width: 220px;
  display: inline-block; }

div.GenericPreviewListModule h4 {
  width: 220px;
  font-size: 16px;
  margin-bottom: 0; }

/*# sourceMappingURL=c58aea6a19a6ef04647182e44d42ae61.css.map */
