.grad-dark {
  background-color: #2c3035;
  background-image: -webkit-linear-gradient(#394046, rgba(44, 48, 53, 0));
  background-image: -moz-linear-gradient(#394046, rgba(44, 48, 53, 0));
  background-image: -o-linear-gradient(#394046, rgba(44, 48, 53, 0));
  background-image: linear-gradient(#394046, rgba(44, 48, 53, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF394046', endColorstr='#FF2C3035', GradientType=0); }

.grad-dark-border {
  border: 1px solid #0b0d0e; }

.grad-light, .paginate > li > a, .board_poll {
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#f5f5f5, rgba(230, 230, 230, 0));
  background-image: -moz-linear-gradient(#f5f5f5, rgba(230, 230, 230, 0));
  background-image: -o-linear-gradient(#f5f5f5, rgba(230, 230, 230, 0));
  background-image: linear-gradient(#f5f5f5, rgba(230, 230, 230, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE6E6E6', GradientType=0); }

.grad-light-border {
  border: 1px solid #c2c2c2; }

.grad-theme {
  background-color: #3247ae;
  background-image: -webkit-linear-gradient(#3951c6, rgba(50, 71, 174, 0));
  background-image: -moz-linear-gradient(#3951c6, rgba(50, 71, 174, 0));
  background-image: -o-linear-gradient(#3951c6, rgba(50, 71, 174, 0));
  background-image: linear-gradient(#3951c6, rgba(50, 71, 174, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3951C6', endColorstr='#FF3247AE', GradientType=0); }

.grad-theme-reverse {
  background-color: #3951c6;
  background-image: -webkit-linear-gradient(#3247ae, rgba(57, 81, 198, 0));
  background-image: -moz-linear-gradient(#3247ae, rgba(57, 81, 198, 0));
  background-image: -o-linear-gradient(#3247ae, rgba(57, 81, 198, 0));
  background-image: linear-gradient(#3247ae, rgba(57, 81, 198, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3247AE', endColorstr='#FF3951C6', GradientType=0); }

.grad-theme-hover {
  background-color: #2c3d96;
  background-image: -webkit-linear-gradient(#3247ae, rgba(44, 61, 150, 0));
  background-image: -moz-linear-gradient(#3247ae, rgba(44, 61, 150, 0));
  background-image: -o-linear-gradient(#3247ae, rgba(44, 61, 150, 0));
  background-image: linear-gradient(#3247ae, rgba(44, 61, 150, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3247AE', endColorstr='#FF2C3D96', GradientType=0); }

.grad-theme-border {
  border: 1px solid #28398a; }

.font-smooth, h1, h2, h3, h4, h5, h6, .head .title, .btn, th, .paginate > li.action a, .pod_poll h3, .pod_topten .body a span.count, .masthead, .content_nav, .board_poll, .body.settings h3, .pod-ratings li, ul.game_stats li, div#recvote a.rec_yes, div#recvote a.rec_no, .footer, .btn_qna_track, .av-box {
  -webkit-font-smoothing: antialiased; }

.forcehw, .content_subnav {
  -webkit-backface-visibility: hidden; }

.fixbleed, .paginate > li > a, .av-buffer .av-position {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: ""; }
  .container:after {
    clear: both; }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: ""; }
  .container-fluid:after {
    clear: both; }

.span1 {
  float: left;
  margin-left: 2.12766%;
  width: 6.38298%; }

.span2 {
  float: left;
  margin-left: 2.12766%;
  width: 14.89362%; }

.span3 {
  float: left;
  margin-left: 2.12766%;
  width: 23.40426%; }

.span4 {
  float: left;
  margin-left: 2.12766%;
  width: 31.91489%; }

.span5 {
  float: left;
  margin-left: 2.12766%;
  width: 40.42553%; }

.span6 {
  float: left;
  margin-left: 2.12766%;
  width: 48.93617%; }

.span7 {
  float: left;
  margin-left: 2.12766%;
  width: 57.44681%; }

.span8 {
  float: left;
  margin-left: 2.12766%;
  width: 65.95745%; }

.span9 {
  float: left;
  margin-left: 2.12766%;
  width: 74.46809%; }

.span10 {
  float: left;
  margin-left: 2.12766%;
  width: 82.97872%; }

.span11 {
  float: left;
  margin-left: 2.12766%;
  width: 91.48936%; }

.span12 {
  float: left;
  margin-left: 2.12766%;
  width: 100%; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }
  .row .span1:first-child {
    margin-left: 0; }
  .row .span2:first-child {
    margin-left: 0; }
  .row .span3:first-child {
    margin-left: 0; }
  .row .span4:first-child {
    margin-left: 0; }
  .row .span5:first-child {
    margin-left: 0; }
  .row .span6:first-child {
    margin-left: 0; }
  .row .span7:first-child {
    margin-left: 0; }
  .row .span8:first-child {
    margin-left: 0; }
  .row .span9:first-child {
    margin-left: 0; }
  .row .span10:first-child {
    margin-left: 0; }
  .row .span11:first-child {
    margin-left: 0; }
  .row .span12:first-child {
    margin-left: 0; }

@media (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }

  .row > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 740px; } }
@media (min-width: 1210px) {
  body:not(.has_skin) .container {
    width: 1160px; }
  body:not(.has_skin) .span1 {
    float: left;
    margin-left: 3.44828%;
    width: 5.17241%; }
  body:not(.has_skin) .span2 {
    float: left;
    margin-left: 3.44828%;
    width: 13.7931%; }
  body:not(.has_skin) .span3 {
    float: left;
    margin-left: 3.44828%;
    width: 22.41379%; }
  body:not(.has_skin) .span4 {
    float: left;
    margin-left: 3.44828%;
    width: 31.03448%; }
  body:not(.has_skin) .span5 {
    float: left;
    margin-left: 3.44828%;
    width: 39.65517%; }
  body:not(.has_skin) .span6 {
    float: left;
    margin-left: 3.44828%;
    width: 48.27586%; }
  body:not(.has_skin) .span7 {
    float: left;
    margin-left: 3.44828%;
    width: 56.89655%; }
  body:not(.has_skin) .span8 {
    float: left;
    margin-left: 3.44828%;
    width: 65.51724%; }
  body:not(.has_skin) .span9 {
    float: left;
    margin-left: 3.44828%;
    width: 74.13793%; }
  body:not(.has_skin) .span10 {
    float: left;
    margin-left: 3.44828%;
    width: 82.75862%; }
  body:not(.has_skin) .span11 {
    float: left;
    margin-left: 3.44828%;
    width: 91.37931%; }
  body:not(.has_skin) .span12 {
    float: left;
    margin-left: 3.44828%;
    width: 100%; }
  body:not(.has_skin) .row {
    *zoom: 1; }
    body:not(.has_skin) .row:before, body:not(.has_skin) .row:after {
      display: table;
      content: ""; }
    body:not(.has_skin) .row:after {
      clear: both; }
    body:not(.has_skin) .row .span1:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span2:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span3:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span4:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span5:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span6:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span7:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span8:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span9:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span10:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span11:first-child {
      margin-left: 0; }
    body:not(.has_skin) .row .span12:first-child {
      margin-left: 0; } }

.wrapper {
  min-height: 100%;
  position: relative; }

@media (min-width: 980px) {
  footer.footer {
    position: absolute;
    bottom: 0; }

  #mantle_skin {
    padding-bottom: 160px; } }
#content {
  background: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative; }

.has_skin #content {
  padding: 20px 15px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .has_skin #content {
      margin-top: 0px; } }

.pre_content,
.main_content,
.post_content {
  padding-bottom: 18px; }

#fullscreen_overlay {
  display: none; }

.fullscreen_takeover {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  margin: 0;
  padding: 5px; }

.ad {
  text-align: center;
  margin: 0 auto; }
  .ad .ad_wrap > * {
    text-align: center;
    margin: 0 auto !important; }
  .ad table {
    border: 0; }

.ad_wrap > div > * {
  display: block;
  margin: 0 auto !important; }

.ad_wrap > div > script, .ad_wrap > div > style {
  display: none; }

.ad_default {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#content .ad table {
  table-layout: auto; }

.ad_mpu, .ad_mpu_short, .ad_mpu_plus_top, .ad_mpu_top, .ad_mpu_bottom {
  padding: 0 0 18px; }

.message_mpu {
  display: block;
  float: right;
  margin-left: 5px;
  padding: 3px;
  background-color: #ededed;
  border: 1px solid #d9d9d9; }

.message_mpu .ad_mpu_top {
  padding-bottom: 0; }

.ad_leader, .ad_tower, .ad_bottom_leader, .ad_leader_bottom, .ad_leader_top, .ad_leader_plus_top {
  padding: 5px 0 10px;
  margin: 0 auto; }

.ad_leader_bottom, .ad_leader_mobile, .ad_leader_top, .ad_leader_plus_mobile {
  padding-top: 5px; }

.ad_leader, .ad_leader_top, .ad_leader_bottom {
  width: 100%; }

.ad_omnibar_top {
  max-height: 45px;
  background-color: white; }

.ad_super, .ad_leader_plus_top {
  position: relative;
  width: 980px;
  padding-top: 20px !important;
  padding-bottom: 10px !important; }

.ad_skin_top .ad_wrap {
  text-align: left; }

.ad_skin_top, .ad_omnibar_top {
  margin: 0;
  padding: 0;
  height: 0; }

.ad_glead_takeover, .ad_leader_plus_top {
  padding: 5px 0; }

.has_lead .ad_giant .ad_wrap, .has_lead .ad_glead_takeover .ad_wrap {
  margin: 0 auto;
  padding: 5px 0 10px; }
.has_lead .ad_super .ad_wrap {
  margin: 0 auto;
  padding: 5px 0 0 0; }
.has_lead .ad_glead_takeover .ad_wrap {
  height: 90px; }

.ad_leader_top .ad_wrap {
  height: 90px;
  vertical-align: middle; }

.ad_mobile-banner-1 .ad_wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 55px; }

.amzn {
  border: 1px solid gainsboro;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #dfdfdf;
  background-image: -webkit-linear-gradient(#ededed, rgba(223, 223, 223, 0));
  background-image: -moz-linear-gradient(#ededed, rgba(223, 223, 223, 0));
  background-image: -o-linear-gradient(#ededed, rgba(223, 223, 223, 0));
  background-image: linear-gradient(#ededed, rgba(223, 223, 223, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDEDED', endColorstr='#FFDFDFDF', GradientType=0);
  border-radius: 4px;
  box-shadow: inset 0px 1px 0px 0px white; }
  .amzn a {
    font-weight: normal; }
  .amzn:hover {
    background-color: #ededed;
    background-image: -webkit-linear-gradient(#dfdfdf, rgba(237, 237, 237, 0));
    background-image: -moz-linear-gradient(#dfdfdf, rgba(237, 237, 237, 0));
    background-image: -o-linear-gradient(#dfdfdf, rgba(237, 237, 237, 0));
    background-image: linear-gradient(#dfdfdf, rgba(237, 237, 237, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFDFDF', endColorstr='#FFEDEDED', GradientType=0); }
  .amzn:active {
    position: relative;
    top: 1px; }
  .amzn a:hover {
    text-decoration: none; }

#amzn_link {
  display: block;
  padding: 7px; }

#amzn_retail {
  font-family: arial;
  font-size: 12px;
  color: #404040;
  text-decoration: line-through; }

.amzn_txt {
  color: #404040;
  font-family: arial;
  font-size: 12px;
  text-align: left;
  vertical-align: middle; }

.amzn_price {
  color: #b31919;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 0px white;
  vertical-align: middle; }

.amzn_price, .amzn_txt {
  padding-top: 7px; }

#amzn_savings {
  color: #404040;
  font-family: arial;
  font-size: 14px;
  padding-bottom: 2px;
  vertical-align: middle; }

#amzn_logo {
  padding-left: 7px;
  vertical-align: -50%; }

.bpromo td ul, .bpromo td ul li {
  margin-bottom: 0;
  vertical-align: top; }
.bpromo td ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 50px;
  width: 250px; }
  .bpromo td ul li:first-child {
    float: left;
    padding-right: 10px;
    width: 100px; }
  .bpromo td ul li.links {
    width: 260px; }
  .bpromo td ul li.wider {
    width: 320px; }
  .bpromo td ul li.screen {
    text-align: center;
    width: 150px; }
    .bpromo td ul li.screen img {
      width: 120px;
      height: 90px; }
  .bpromo td ul li.box {
    max-width: 100px; }
  .bpromo td ul li img.boxshot {
    max-height: 110px !important;
    box-shadow: rgba(0, 0, 0, 0.75) 0 1px 3px; }
.bpromo div.title {
  font-weight: bold; }
.bpromo div.also {
  font-size: 11px; }

@media (min-width: 768px) {
  .bpromo td {
    padding-left: 20% !important;
    padding-right: 15% !important; } }
@media (max-width: 767px) {
  .bpromo td {
    font-size: 11px;
    padding-left: 5% !important;
    padding-right: 5% !important; }
    .bpromo td ul {
      padding-left: 0 !important;
      padding-right: 46% !important; }
    .bpromo td ul li {
      padding-left: 2%;
      padding-right: 0 !important;
      width: 50%; }
      .bpromo td ul li.screen {
        display: none; }
      .bpromo td ul li.wider {
        width: 100% !important; }
  .bpromo.alt td {
    padding-left: 0 !important; }
  .bpromo div.title {
    font-size: 12px; }
  .bpromo div.also {
    font-size: 11px; }

  .bpromo.alt td ul {
    padding-right: 56% !important; } }
@media (min-width: 768px) and (max-width: 979px) {
  .bpromo td, .bpromo.alt td {
    padding-left: 20% !important;
    padding-right: 10% !important; }
    .bpromo td ul li, .bpromo.alt td ul li {
      padding-right: 30px;
      width: 30%; }
      .bpromo td ul li.wider, .bpromo.alt td ul li.wider {
        width: 35%; }
      .bpromo td ul li.links, .bpromo.alt td ul li.links {
        width: 45%; } }
@media (max-width: 320px) {
  .bpromo td, .bpromo.alt td {
    padding-left: 5% !important;
    padding-right: 0 !important; }
    .bpromo td ul, .bpromo.alt td ul {
      padding-right: 0 !important; }
    .bpromo td ul li, .bpromo.alt td ul li {
      width: 100% !important; }
      .bpromo td ul li:first-child, .bpromo.alt td ul li:first-child {
        padding-right: 2% !important; }
      .bpromo td ul li.box, .bpromo.alt td ul li.box {
        display: none; }

  .bpromo.alt td ul {
    padding-right: 15% !important; } }
.forum_promo td {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .forum_promo td div.promo {
    overflow: hidden;
    max-width: 640px;
    margin: 10px auto 0; }
    @media (max-width: 767px) {
      .forum_promo td div.promo {
        max-width: 350px; } }
    .forum_promo td div.promo div.box {
      float: left;
      margin-right: 25px;
      max-width: 100px; }
    .forum_promo td div.promo div.main {
      margin-left: 125px; }
      .forum_promo td div.promo div.main div.title {
        font-weight: bold;
        margin-bottom: 5px;
        width: 100%; }
        .forum_promo td div.promo div.main div.title.half {
          width: 50%; }
      .forum_promo td div.promo div.main div.body, .forum_promo td div.promo div.main div.bottom {
        width: 100%; }
        .forum_promo td div.promo div.main div.body a img, .forum_promo td div.promo div.main div.bottom a img {
          height: 90px;
          margin-right: 25px;
          width: 120px; }
        .forum_promo td div.promo div.main div.body a:last-child img, .forum_promo td div.promo div.main div.bottom a:last-child img {
          margin-right: 0; }
      .forum_promo td div.promo div.main div.also {
        font-size: 11px;
        font-weight: normal; }
      .forum_promo td div.promo div.main div.title.half, .forum_promo td div.promo div.main div.body.half {
        display: inline; }
      .forum_promo td div.promo div.main div.title.half {
        float: left;
        width: 55%; }
      .forum_promo td div.promo div.main div.body.half {
        width: 45%; }
      .forum_promo td div.promo div.main div.bottom {
        margin-left: -53px;
        text-align: center; }
.forum_promo td.img {
  padding-left: 17% !important;
  padding-right: 15% !important; }

.faq_promo_top {
  background: #4d62cb;
  margin: 5px 0;
  padding: 5px; }

/* YAHOO SEARCH */
#gf-ysearch-top iframe, #gf-ysearch-bottom iframe {
  width: 100%; }

/* NATIVE ADS */
.adnat_block {
  width: 100%;
  display: block;
  overflow: auto;
  padding: 6px;
  background: white;
  border: 1px solid lightgrey; }
  .adnat_block .adnat_block_a {
    display: block;
    text-decoration: none; }
    @media (min-width: 768px) {
      .adnat_block .adnat_block_a {
        width: 90%;
        margin: auto; } }
  .adnat_block .adnat_block_image {
    display: block;
    float: left;
    padding-right: 7px; }
    .adnat_block .adnat_block_image .adnat_block_img {
      height: 75px; }
  .adnat_block .adnat_block_body {
    display: block;
    width: auto;
    text-align: left; }
    .adnat_block .adnat_block_body .adnat_block_promoted {
      font-size: 9px;
      display: block;
      color: #3951c6; }
    .adnat_block .adnat_block_body .adnat_block_title {
      color: #3951c6;
      font-size: 15px;
      font-weight: bold;
      display: block; }
    .adnat_block .adnat_block_body .adnat_block_deck {
      color: #0b0c0e;
      font-size: 11px;
      display: block; }

.ad_mobile-incontent-ad, .ad_mobile-native-top, .sub_answers .ad_incontent-ad, .sub_answers .ad_native-top {
  margin-bottom: 15px !important; }

.g_forum .msg .ad_mobile-incontent-ad, .g_forum .msg .ad_mobile-native-top {
  margin-bottom: 0 !important; }

.g_forum .tlist .ad_mobile-incontent-ad, .g_forum .tlist .ad_mobile-native-top {
  margin-bottom: 5px !important;
  margin-top: 5px !important; }
  @media (min-width: 768px) {
    .g_forum .tlist .ad_mobile-incontent-ad, .g_forum .tlist .ad_mobile-native-top {
      display: none; } }

.g_platform .ad_incontent-ad .adnat_block .adnat_block_a, .g_platform .ad_native-top .adnat_block .adnat_block_a {
  width: 100%; }

/* TABOOLA OVERRIDE */
#taboola-below-article-thumbnails-abp2 {
  width: 300px; }
  @media (max-width: 767px) {
    #taboola-below-article-thumbnails-abp2 {
      display: inline; } }

.ad_mobile-highimpact-plus, .ad_mobile-native-plus-top {
  margin-bottom: 5px !important; }

.ad_in-content-mobile-flex {
  margin-top: 5px !important; }

#ads_adhesion_closeBtn {
  top: -14px !important;
  right: 0 !important;
  color: white !important;
  padding: 5px !important;
  line-height: 14px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  background: black;
  border: 2px solid white;
  border-radius: 100%; }

html, body {
  height: 100%; }

html {
  background: #f2f2f2; }

body {
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  color: #0b0c0e; }

* html {
  font-size: 87.5%; }

html {
  font-size: 14px;
  line-height: 18px; }

@media (max-width: 767px) {
  * html {
    font-size: 81.25%; }

  html {
    font-size: 13px;
    line-height: 18px; } }
a {
  text-decoration: none;
  color: #3449b2; }
  a:hover {
    color: #516dfb;
    cursor: pointer;
    text-decoration: underline; }
    a:hover p {
      text-decoration: none !important; }
    a:hover s {
      text-decoration: underline; }

p {
  margin: 0 0 18px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul, ol, dl {
  padding-left: 18px;
  margin: 0 0 9px 0; }
  ul li, ol li, dl li {
    margin-bottom: 9px; }
    ul li ul, ul li ol, ol li ul, ol li ol, dl li ul, dl li ol {
      margin-top: 9px; }
    ul li ul li, ol li ul li, dl li ul li {
      list-style: circle; }
  ul dd, ol dd, dl dd {
    margin: 0 0 9px 0; }

img, video {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 4.5px; }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
    visibility: hidden; }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
    font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-weight: normal;
    visibility: visible; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0b0c0e; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #516dfb; }

h1,
.page-title {
  font-size: 30px;
  line-height: 36px; }
  @media (max-width: 767px) {
    h1,
    .page-title {
      font-size: 22px;
      line-height: 27px; } }

h2,
.section-title {
  font-size: 21px;
  line-height: 27px; }
  @media (max-width: 767px) {
    h2,
    .section-title {
      font-size: 18px;
      line-height: 18px; } }

h3,
.subsection-title {
  color: #2e3038;
  font-size: 19px;
  line-height: 27px; }
  @media (max-width: 767px) {
    h3,
    .subsection-title {
      font-size: 16px;
      line-height: 18px; } }

h4, h5, h6,
.minor-title {
  color: #2e3038;
  font-size: 17px;
  line-height: 18px; }
  @media (max-width: 767px) {
    h4, h5, h6,
    .minor-title {
      font-size: 13px;
      line-height: 18px; } }

fieldset {
  margin: 0 0 9px; }

button, input, select, textarea {
  max-width: 100%; }

@media (max-width: 767px) {
  select {
    background: #e6e6e6;
    color: #2e3038;
    font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: auto; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    select {
      padding: 0 24px 0 8px;
      -webkit-appearance: none;
      border-radius: 3px;
      background: whitesmoke url(https://gamefaqs.akamaized.net/images/default/bg-selects-light.png) right;
      border: 1px solid #c2c2c2;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%; } }

.page-header {
  margin-bottom: 9px;
  *zoom: 1; }
  .page-header:before, .page-header:after {
    display: table;
    content: ""; }
  .page-header:after {
    clear: both; }
  .page-header .page-title {
    margin-bottom: 0;
    text-shadow: white 0 1px 0; }
    .wf-active .page-header .page-title {
      font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
      letter-spacing: 0.5px;
      overflow: hidden; }
  .page-header ul {
    margin: 10px 0; }

.head {
  border-bottom: 1px solid #3951c6;
  margin: 0 0 9px;
  overflow: hidden; }
  .head .title {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid #3951c6;
    margin-bottom: -2px;
    letter-spacing: -1px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; }
    .wf-loading .head .title {
      visibility: hidden; }
    .wf-active .head .title {
      font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
      font-weight: normal;
      visibility: visible; }
    @media (max-width: 767px) {
      .head .title {
        letter-spacing: 0px; } }
  .head .title_nocap {
    text-transform: none; }
    .wf-loading .head .title_nocap {
      visibility: hidden; }
    .wf-active .head .title_nocap {
      font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
      letter-spacing: 0px;
      visibility: visible; }

.imgboxart {
  background: white;
  border: 2px solid white;
  display: inline-block;
  line-height: 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 3px; }

.crumbs {
  font-size: 12px;
  padding-left: 0;
  margin: 0; }

.crumb {
  display: inline;
  list-style: none; }
  .crumb:before {
    color: #0b0c0e;
    content: "\000A0\000BB\000A0";
    vertical-align: text-bottom; }
  .crumb:first-child:before {
    content: ""; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.clear {
  clear: both; }

.hide {
  display: none !important; }
  .hide.in {
    display: block !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden !important; }

.visible {
  visibility: visible !important;
  opacity: 1; }

.dn {
  display: none !important; }

.ib {
  display: inline-block !important; }

.msg_error {
  background: #f9d2d2;
  border: 1px solid #b31919;
  padding: 10px;
  color: black; }
  .msg_error:before {
    color: #b31919;
    margin-right: 4.5px; }

.msg_success {
  background: #d1efc2;
  border: 1px solid #52a22a;
  padding: 10px;
  color: black; }
  .msg_success:before {
    color: #52a22a;
    margin-right: 4.5px; }

.msg_warn {
  background: #fef0a5;
  border: 1px solid #d3b403;
  padding: 10px;
  color: black; }
  .msg_warn:before {
    color: #d3b403;
    margin-right: 4.5px; }

.msg_info {
  background: #d1e5fa;
  border: 1px solid #1773cf;
  padding: 10px;
  color: black; }
  .msg_info:before {
    color: #1773cf;
    margin-right: 4.5px; }

ol.fields {
  margin: 0 0 9px;
  padding: 0; }
  ol.fields > li {
    list-style: none;
    margin: 0 0 9px;
    padding: 0; }

.w1p {
  width: 1%; }

.w2p {
  width: 2%; }

.w3p {
  width: 3%; }

.w4p {
  width: 4%; }

.w5p {
  width: 5%; }

.w6p {
  width: 6%; }

.w7p {
  width: 7%; }

.w8p {
  width: 8%; }

.w9p {
  width: 9%; }

.w10p {
  width: 10%; }

.w11p {
  width: 11%; }

.w12p {
  width: 12%; }

.w13p {
  width: 13%; }

.w14p {
  width: 14%; }

.w15p {
  width: 15%; }

.w16p {
  width: 16%; }

.w17p {
  width: 17%; }

.w18p {
  width: 18%; }

.w19p {
  width: 19%; }

.w20p {
  width: 20%; }

.w21p {
  width: 21%; }

.w22p {
  width: 22%; }

.w23p {
  width: 23%; }

.w24p {
  width: 24%; }

.w25p {
  width: 25%; }

.w26p {
  width: 26%; }

.w27p {
  width: 27%; }

.w28p {
  width: 28%; }

.w29p {
  width: 29%; }

.w30p {
  width: 30%; }

.w31p {
  width: 31%; }

.w32p {
  width: 32%; }

.w33p {
  width: 33%; }

.w34p {
  width: 34%; }

.w35p {
  width: 35%; }

.w36p {
  width: 36%; }

.w37p {
  width: 37%; }

.w38p {
  width: 38%; }

.w39p {
  width: 39%; }

.w40p {
  width: 40%; }

.w41p {
  width: 41%; }

.w42p {
  width: 42%; }

.w43p {
  width: 43%; }

.w44p {
  width: 44%; }

.w45p {
  width: 45%; }

.w46p {
  width: 46%; }

.w47p {
  width: 47%; }

.w48p {
  width: 48%; }

.w49p {
  width: 49%; }

.w50p {
  width: 50%; }

.w51p {
  width: 51%; }

.w52p {
  width: 52%; }

.w53p {
  width: 53%; }

.w54p {
  width: 54%; }

.w55p {
  width: 55%; }

.w56p {
  width: 56%; }

.w57p {
  width: 57%; }

.w58p {
  width: 58%; }

.w59p {
  width: 59%; }

.w60p {
  width: 60%; }

.w61p {
  width: 61%; }

.w62p {
  width: 62%; }

.w63p {
  width: 63%; }

.w64p {
  width: 64%; }

.w65p {
  width: 65%; }

.w66p {
  width: 66%; }

.w67p {
  width: 67%; }

.w68p {
  width: 68%; }

.w69p {
  width: 69%; }

.w70p {
  width: 70%; }

.w71p {
  width: 71%; }

.w72p {
  width: 72%; }

.w73p {
  width: 73%; }

.w74p {
  width: 74%; }

.w75p {
  width: 75%; }

.w76p {
  width: 76%; }

.w77p {
  width: 77%; }

.w78p {
  width: 78%; }

.w79p {
  width: 79%; }

.w80p {
  width: 80%; }

.w81p {
  width: 81%; }

.w82p {
  width: 82%; }

.w83p {
  width: 83%; }

.w84p {
  width: 84%; }

.w85p {
  width: 85%; }

.w86p {
  width: 86%; }

.w87p {
  width: 87%; }

.w88p {
  width: 88%; }

.w89p {
  width: 89%; }

.w90p {
  width: 90%; }

.w91p {
  width: 91%; }

.w92p {
  width: 92%; }

.w93p {
  width: 93%; }

.w94p {
  width: 94%; }

.w95p {
  width: 95%; }

.w96p {
  width: 96%; }

.w97p {
  width: 97%; }

.w98p {
  width: 98%; }

.w99p {
  width: 99%; }

.w100p {
  width: 100%; }

.fa-1_4x {
  font-size: 0.25em; }

.fa-1_2x {
  font-size: 0.5em; }

.fa-3_4x {
  font-size: 0.75em; }

input[type='text'], input[type='password'], textarea {
  font-size: 16px; }

.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0;
  outline: 0;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d5d6d7;
  border-bottom: 1px solid #bbbdbf;
  background-color: #eff0f0;
  color: black;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0D000000', GradientType=0);
  border-radius: 4px;
  -webkit-transition: background 0.5s, color 0.5s;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s; }
  .btn span {
    color: #3449b2; }

.btn.active,
.btn:active {
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 6px inset;
  outline: 0; }

.btn.selected {
  border: 1px solid #3951c6;
  border-bottom: 1px solid #2e419e;
  background-color: #6174d1;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6500);
  opacity: 65;
  box-shadow: none;
  color: gray; }

.btn_large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal; }

.btn_small {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 18px -2px; }

.btn_mini {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px; }

.btn_primary {
  border: 1px solid #2e419e;
  border-bottom: 1px solid #223077;
  background-color: #3951c6;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn_red {
  border: 1px solid #861313;
  border-bottom: 1px solid #590d0d;
  background-color: #b31919;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn_orange {
  border: 1px solid #b2501f;
  border-bottom: 1px solid #863d18;
  background-color: #da652b;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn_green {
  border: 1px solid #52a22a;
  border-bottom: 1px solid #3d7a1f;
  background-color: #66cb34;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn_yellow {
  border: 1px solid #fbd80e;
  border-bottom: 1px solid #d3b403;
  background-color: #fce040;
  color: black;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; }

.btn_icon {
  padding: 2px;
  font-size: 16px;
  line-height: normal; }
  .btn_icon .icon {
    display: inline-block;
    width: 20px;
    text-align: center; }

.btn_group_label {
  float: left;
  display: inline-block;
  margin-right: 5px; }

.btn_group {
  position: relative;
  *zoom: 1; }
  .btn_group:before, .btn_group:after {
    display: table;
    content: ""; }
  .btn_group:after {
    clear: both; }

.btn_group + .btn_group {
  margin-left: 5px; }

.btn-toolbar {
  margin-top: 9px; }
  .btn-toolbar .btn_group {
    display: inline-block; }

.btn_group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  border-radius: 0;
  width: auto;
  display: inline; }

.btn_group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn_group > .btn:last-child {
  border-radius: 0 4px 4px 0; }

.btn_group > .btn_large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.btn_group > .btn:hover, .btn_group > .btn:focus, .btn_group > .btn:active, .btn_group > .btn.active {
  z-index: 2; }

.btn_gamelist_rm {
  border: 1px solid #861313;
  border-bottom: 1px solid #590d0d;
  background-color: #b31919;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }
  .btn_gamelist_rm.selected {
    border: 1px solid #52a22a;
    border-bottom: 1px solid #3d7a1f;
    background-color: #66cb34;
    color: white;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn_wide {
  width: 100%; }

.btn_half {
  width: 50%; }

.btn_group_gamelist > .btn {
  float: none; }

.btn_icon_remove {
  border: 1px solid #861313;
  border-bottom: 1px solid #590d0d;
  background-color: #b31919;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

.btn_icon_playing {
  border: 1px solid #2e419e;
  border-bottom: 1px solid #223077;
  background-color: #3951c6;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
  color: #fde872; }

.no-touch .btn:hover, .no-touch .btn:focus {
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.2) 0 0 100px inset; }
  .no-touch .btn:hover.disabled, .no-touch .btn:hover[disabled], .no-touch .btn:focus.disabled, .no-touch .btn:focus[disabled] {
    box-shadow: none; }
.no-touch .btn_primary:hover, .no-touch .btn_primary:focus {
  border: 1px solid #28398a;
  border-bottom: 1px solid #1d2863;
  background-color: #3449b2;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }
.no-touch .btn_primary.btn_red:hover, .no-touch .btn_primary.btn_red:focus {
  border: 1px solid #701010;
  border-bottom: 1px solid #430a0a;
  background-color: #9c1616;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }
.no-touch .btn_gamelist:not(.selected):not(.disabled):not([disabled]):hover, .no-touch .btn_track:not(.selected):not(.disabled):not([disabled]):hover {
  border: 1px solid #52a22a;
  border-bottom: 1px solid #3d7a1f;
  background-color: #66cb34;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }
  .no-touch .btn_gamelist:not(.selected):not(.disabled):not([disabled]):hover:after, .no-touch .btn_track:not(.selected):not(.disabled):not([disabled]):hover:after {
    content: "+"; }
.no-touch .btn_gamelist.selected:after, .no-touch .btn_track.selected:after {
  content: "\002713"; }
.no-touch .btn_gamelist.selected:hover, .no-touch .btn_track.selected:hover {
  border: 1px solid #861313;
  border-bottom: 1px solid #590d0d;
  background-color: #b31919;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
  text-decoration: line-through; }
.no-touch .btn_gamelist_rm:hover {
  border: 1px solid #861313;
  border-bottom: 1px solid #590d0d;
  background-color: #b31919;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }
  .no-touch .btn_gamelist_rm:hover.selected {
    border: 1px solid #52a22a;
    border-bottom: 1px solid #3d7a1f;
    background-color: #66cb34;
    color: white;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d9d9d9;
  empty-cells: show;
  text-align: left;
  width: 100%; }

tr:nth-child(odd), tr:nth-child(odd) td {
  background-color: #e6e6e6; }

th, td {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px;
  vertical-align: top; }

th {
  background-color: #2e419e;
  color: white;
  text-align: left;
  text-shadow: 0 -1px 0 #223077; }
  .wf-loading th {
    visibility: hidden; }
  @media (min-width: 980px) {
    .wf-active th {
      font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
      font-size: 16px;
      font-weight: normal;
      visibility: visible; } }
  th a {
    color: white;
    text-decoration: underline; }
    th a:hover {
      color: #e6eafe; }

thead th {
  box-shadow: inset 0 1px 0 #4d62cb; }

tbody th {
  background-color: #4d62cb;
  box-shadow: inset 0 1px 0 #3449b2; }

@media (max-width: 767px) {
  td, th {
    font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-weight: normal;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px; } }
caption {
  text-align: left;
  margin: 0 0 9px; }

col.smallest {
  width: 1%; }
col.smallertwo {
  width: 5%; }
col.smaller {
  width: 7%; }
col.small {
  width: 10%; }
col.medium {
  width: 15%; }
col.medlarge {
  width: 20%; }
col.large {
  width: 30%; }
col.largetwo {
  width: 45%; }
col.larger {
  width: 50%; }
col.largest {
  width: 70%; }
col.company, col.count, col.country, col.dateshort, col.platform, col.region, col.stat {
  width: 7%; }
col.author, col.date, col.id, col.system {
  width: 20%; }
col.linksmall {
  width: 8%; }
col.price {
  width: 10%; }
col.title {
  min-width: 30%; }
col.rtitle {
  width: 50%; }

.table {
  width: 100%;
  display: table;
  padding: 2px;
  table-layout: fixed; }

.table_row {
  display: table-row; }

.table_row_bottom {
  display: table-row; }

.table_col_20 {
  display: table-cell;
  width: 5%;
  text-align: center;
  padding: 1px; }

.table_col_10 {
  display: table-cell;
  width: 10%;
  text-align: center;
  padding: 1px; }

.table_col_5 {
  display: table-cell;
  width: 20%;
  text-align: center;
  padding: 1px; }

.table_col_3 {
  display: table-cell;
  width: 33%;
  text-align: center;
  padding: 1px; }

.table_col_auto {
  display: table-cell;
  width: auto;
  text-align: left;
  padding: 1px; }

.bar .table_col_5,
.bar .table_col_auto,
.bar .table_col_3,
.bar .table_col_20 {
  padding: 1px 1px 10px 1px; }

table.credits {
  table-layout: fixed; }
  table.credits th {
    background-color: #4d62cb !important; }

table.contrib {
  border: 0;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    table.contrib td, table.contrib th {
      font-size: 11px;
      line-height: 12px; } }

table.contrib.hits tr.unread td {
  background-color: #acbfd2; }
table.contrib.hits td.hits, table.contrib.hits th.hits {
  text-align: right; }
  table.contrib.hits td.hits.total, table.contrib.hits th.hits.total {
    font-weight: bold; }

table.releases {
  font-size: 12px;
  line-height: 18px;
  width: 100%; }
  table.releases td.date, table.releases th.date {
    white-space: nowrap; }
  table.releases thead th {
    border-bottom: 1px solid #d9d9d9; }

table.saves tr:nth-child(4n) td, table.saves tr:nth-child(4n-1) td, table.submit:not(.cheat) tr:nth-child(4n) td, table.submit:not(.cheat) tr:nth-child(4n-1) td {
  background-color: #f2f2f2; }
table.saves tr:nth-child(4n-2) td, table.saves tr:nth-child(4n-3) td, table.submit:not(.cheat) tr:nth-child(4n-2) td, table.submit:not(.cheat) tr:nth-child(4n-3) td {
  background-color: #e6e6e6; }

table.submit th, table.submit td {
  border-bottom: none; }
table.submit.cheat input[type="text"] {
  width: 50%; }
table.submit input[name="caption"] {
  width: 50%; }
table.submit input[name="score"], table.submit input[name="score_out_of"] {
  width: 6% !important; }
table.submit input.date {
  width: 15% !important; }
table.submit textarea[name="message"] {
  height: 150px;
  width: 75%; }
table.submit textarea[name="content"], table.submit textarea[name="description"], table.submit textarea.cheat_desc {
  height: 120px;
  width: 60%; }
table.submit textarea[name="tipjar"] {
  height: 250px;
  width: 60%; }
table.submit textarea.review_text {
  height: 400px;
  width: 60%; }
table.submit span#achievement_list {
  display: none; }

@media (max-width: 767px) {
  table.submit textarea {
    width: 100% !important; }

  table.submit.cheat input:not([name="score"]):not([name="score_out_of"]) {
    width: 100% !important; } }
table.gamelist_stats {
  table-layout: fixed; }
  table.gamelist_stats td, table.gamelist_stats th {
    vertical-align: middle; }
  table.gamelist_stats thead {
    display: none;
    visibility: hidden; }
  table.gamelist_stats tbody {
    display: table-cell; }
    table.gamelist_stats tbody td, table.gamelist_stats tbody th {
      display: block;
      text-align: center; }
    table.gamelist_stats tbody th {
      background: none;
      border-color: #d9d9d9;
      box-shadow: none;
      color: #0b0c0e;
      font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
      text-shadow: none; }
    table.gamelist_stats tbody .value {
      display: block;
      font-size: 36px;
      line-height: 36px; }

table.results td {
  padding-right: 3px; }

@media (max-width: 767px) {
  table.results td:not(.rmain):not(.rtitle), table.results th:not(.rmain):not(.rtitle) {
    display: none; }

  table.results td.rtitle {
    width: 60%; }

  table.results td.rmain {
    width: 10%; } }
table.bar_chart {
  border: 0;
  width: 100%; }
  table.bar_chart td, table.bar_chart th {
    background: none;
    border-color: #d9d9d9;
    padding: 0;
    margin: 0;
    box-shadow: none; }
  table.bar_chart .data_label,
  table.bar_chart .data_labels {
    display: none;
    visibility: hidden; }
  table.bar_chart .bar_rate {
    background: #3951c6; }

table.hbar_chart td, table.hbar_chart th {
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px; }
table.hbar_chart th {
  background: none;
  text-shadow: 1px 1px 1px rgba(64, 64, 64, 0.9);
  box-shadow: none; }
table.hbar_chart span.bar_rate {
  background: none; }
table.hbar_chart tbody td {
  padding: 5px 2px;
  height: auto;
  border: 0;
  border-right: 1px solid #d9d9d9; }
table.hbar_chart tbody td:last-child {
  border: none; }
table.hbar_chart .datum_field {
  white-space: nowrap; }
@media (min-width: 980px) {
  table.hbar_chart tbody {
    display: none;
    visibility: hidden; } }

table.hbars_chart {
  width: 100%; }
  table.hbars_chart thead {
    display: none;
    visibility: hidden; }
  table.hbars_chart td, table.hbars_chart th {
    border: 0;
    vertical-align: middle;
    padding: 5px 5px 5px 0; }
  table.hbars_chart tbody th {
    color: #0b0c0e;
    text-align: right;
    text-shadow: none;
    border-right: 1px solid #d9d9d9;
    width: 20%; }
  table.hbars_chart tbody td {
    max-width: 80%;
    padding-right: 20%; }
  table.hbars_chart tr.bar_rate {
    background: none; }
  table.hbars_chart span.bar_rate {
    padding: 0;
    text-align: left;
    float: left; }
  table.hbars_chart span.bar_value {
    float: right;
    width: 40px;
    margin: 0 -45px 0 0;
    color: #0b0c0e;
    padding: 0; }
    @media (max-width: 767px) {
      table.hbars_chart span.bar_value {
        height: 8px; } }

table.mygames_stats_diff .mygames_stat1 {
  background-color: #0000d1; }
table.mygames_stats_diff .mygames_stat2 {
  background-color: #007f80; }
table.mygames_stats_diff .mygames_stat3 {
  background-color: #00d100; }
table.mygames_stats_diff .mygames_stat4 {
  background-color: #7f8000; }
table.mygames_stats_diff .mygames_stat5 {
  background-color: #d10000; }
table.mygames_stats_own .mygames_stat1 {
  background-color: #d10000; }
table.mygames_stats_own .mygames_stat2 {
  background-color: #0000d1; }
table.mygames_stats_own .mygames_stat4 {
  background-color: #00d100; }
table.mygames_stats_play .mygames_stat1 {
  background-color: red; }
table.mygames_stats_play .mygames_stat2 {
  background-color: #c20030; }
table.mygames_stats_play .mygames_stat3 {
  background-color: #80007f; }
table.mygames_stats_play .mygames_stat4 {
  background-color: #3000c2; }
table.mygames_stats_play .mygames_stat5 {
  background-color: blue; }
table.mygames_stats_rate .mygames_stat1 {
  background-color: #d10000; }
table.mygames_stats_rate .mygames_stat2 {
  background-color: #b81800; }
table.mygames_stats_rate .mygames_stat3 {
  background-color: #a32e00; }
table.mygames_stats_rate .mygames_stat4 {
  background-color: #8a4500; }
table.mygames_stats_rate .mygames_stat5 {
  background-color: #755e00; }
table.mygames_stats_rate .mygames_stat6 {
  background-color: #5e7500; }
table.mygames_stats_rate .mygames_stat7 {
  background-color: #458a00; }
table.mygames_stats_rate .mygames_stat8 {
  background-color: #2ea300; }
table.mygames_stats_rate .mygames_stat9 {
  background-color: #15b800; }
table.mygames_stats_rate .mygames_stat10 {
  background-color: #00d100; }
table.mygames_stats_time .mygames_stat1 {
  background-color: #d10000; }
table.mygames_stats_time .mygames_stat2 {
  background-color: #c20030; }
table.mygames_stats_time .mygames_stat3 {
  background-color: #80007f; }
table.mygames_stats_time .mygames_stat4 {
  background-color: #3000c2; }
table.mygames_stats_time .mygames_stat5 {
  background-color: blue; }
table.mygames_stats_time .mygames_stat6 {
  background-color: #001fd1; }
table.mygames_stats_time .mygames_stat7 {
  background-color: #0041b3; }
table.mygames_stats_time .mygames_stat8 {
  background-color: #007f80; }
table.mygames_stats_time .mygames_stat9 {
  background-color: #00b341; }
table.mygames_stats_time .mygames_stat10 {
  background-color: #00d11f; }

tr.video_faq td {
  vertical-align: middle; }

tr.gamesel td {
  background-color: #b3e59a; }

tr.gamesel_b td {
  background-color: #f5bcbc; }

.totalresults {
  float: left;
  margin-top: 3px; }

@media (min-width: 768px) {
  .show_min {
    display: none; }

  .show_wide {
    display: inline; } }
@media (max-width: 767px) {
  .show_min {
    display: inline; }

  .show_wide {
    display: none; } }
.paginate {
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  padding: 0;
  margin: 0;
  *zoom: 1; }
  .paginate:before, .paginate:after {
    display: table;
    content: ""; }
  .paginate:after {
    clear: both; }
  .paginate.center {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block; }
  .pod .body .paginate, .editorsave .paginate {
    padding: 0;
    margin: 0;
    float: left; }
    .pod .body .paginate:last-child, .editorsave .paginate:last-child {
      float: right; }
    .pod .body .paginate:first-child, .editorsave .paginate:first-child {
      float: left; }
  .paginate > li {
    border-top: none !important;
    color: #73778c;
    cursor: default;
    display: inline-block;
    padding: 0 3px !important;
    margin: 5px 0;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: bold;
    text-align: left;
    float: left; }
    @media (max-width: 767px) {
      .paginate > li {
        font-size: 10px !important;
        line-height: 12px !important;
        margin: 0; } }
    .paginate > li:hover a {
      color: #0b0c0e;
      text-decoration: none; }
    .paginate > li.page_group {
      background: #e8e8e8;
      margin: 5px;
      padding: 5px;
      border-radius: 2px;
      box-shadow: #cfcfcf 0 0 0 1px, rgba(255, 255, 255, 0.15) 0 1px 0 inset; }
      .paginate > li.page_group a {
        color: #454754; }
        .paginate > li.page_group a:hover {
          background: #ededed;
          color: #0b0c0e; }
      .paginate > li.page_group:hover {
        color: #0b0c0e;
        cursor: default; }
    .paginate > li > a {
      color: #454754;
      display: inline-block;
      padding: 0 6px;
      margin-bottom: 5px;
      line-height: 19px !important;
      border-radius: 2px;
      box-shadow: rgba(0, 0, 0, 0.25) 0 0 0 1px, rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 2px 2px;
      text-shadow: #f2f2f2 0 1px 0; }
      .paginate > li > a .fa {
        font-size: 14px;
        line-height: 1 !important;
        width: auto; }
      .paginate > li > a.mod {
        text-shadow: none; }
        .paginate > li > a.mod.fwd {
          background: #fde872; }
        .paginate > li > a.mod.sui {
          background: #da652b;
          color: #f2f2f2; }
      .paginate > li > a:hover {
        background: #ededed; }
    .paginate > li.on a {
      color: #454754;
      box-shadow: #b5b5b5 0 0 0 1px, rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 0, 0, 0.3) 0 1px 5px inset, white 0 2px 0; }
    .paginate > li.action a {
      color: white;
      text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
      background-color: #5ab22e;
      background-image: -webkit-linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-image: -moz-linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-image: -o-linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-image: linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF66CB34', endColorstr='#FF5AB22E', GradientType=0);
      box-shadow: #52a22a 0 0 0 1px, rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 2px 2px; }
      .paginate > li.action a:hover {
        background: #76d049; }
    .paginate > li.action a.inactive {
      opacity: 0.2;
      background: #555555; }
    .paginate > li.alert a {
      background: #fdec8b;
      color: black; }
    .paginate > li.action a.needlog {
      opacity: 0.5; }
    .paginate > li.results {
      color: #454754;
      font-weight: normal;
      padding: 0 10px; }
      .paginate > li.results:first-child {
        padding-left: 0; }
    .paginate > li.ellipse {
      background: none;
      box-shadow: none;
      border: none; }
      .paginate > li.ellipse:hover {
        cursor: default; }
    .paginate > li.skip a {
      width: 20px;
      font-weight: normal;
      padding-top: 1px;
      height: 19px; }
      .paginate > li.skip a:before {
        width: auto; }

.pod {
  margin-bottom: 18px;
  *zoom: 1; }
  .pod:before, .pod:after {
    display: table;
    content: ""; }
  .pod:after {
    clear: both; }
  .pod .body {
    *zoom: 1; }
    .pod .body:before, .pod .body:after {
      display: table;
      content: ""; }
    .pod .body:after {
      clear: both; }
  .pod .foot {
    clear: both;
    margin-top: 9px; }

.pod_split {
  float: left;
  width: 48%;
  margin-left: 4%; }
  .pod_split:first-child {
    margin-left: 0; }
  @media (max-width: 767px) {
    .pod_split {
      width: 100%;
      margin-left: 0; } }
  .pod_split.pod_gamespace {
    margin-left: 0;
    margin-right: 1%;
    width: 49%; }
    @media (max-width: 480px) {
      .pod_split.pod_gamespace {
        width: 100%;
        margin-left: 0; } }

.pod_tricol {
  float: left;
  width: 30%;
  margin-left: 5%; }
  .pod_tricol:first-child {
    margin-left: 0; }
  @media (max-width: 767px) {
    .pod_tricol {
      width: 100%;
      margin-left: 0; } }

.pod_forumuser {
  margin-bottom: 5px; }
  .pod_forumuser li {
    margin: 2px 0; }

.pod_poll h3 {
  background: #3951c6;
  border: 1px solid #3951c6;
  color: white;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-weight: normal;
  margin: -5px 0 0;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  border-radius: 2px; }
  .pod_poll h3:before {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #3951c6 transparent transparent; }
.pod_poll .fields {
  background: white;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  padding: 10px 10px 5px;
  margin: 5px 0 0;
  border-radius: 2px;
  box-shadow: white 0 1px 0; }
.pod_poll .field {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }
  .pod_poll .field input {
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 20px; }
.pod_poll .submit {
  padding-left: 0;
  margin-top: 10px; }
  .pod_poll .submit input {
    position: static;
    margin-right: 10px; }
.pod_poll div.bar {
  float: left;
  height: 20px;
  text-align: right;
  border-radius: 4px;
  background-color: #1259a1;
  background-image: -webkit-linear-gradient(#1773cf, rgba(18, 89, 161, 0));
  background-image: -moz-linear-gradient(#1773cf, rgba(18, 89, 161, 0));
  background-image: -o-linear-gradient(#1773cf, rgba(18, 89, 161, 0));
  background-image: linear-gradient(#1773cf, rgba(18, 89, 161, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1773CF', endColorstr='#FF1259A1', GradientType=0); }
.pod_poll td.question {
  width: 50%; }
.pod_poll td.percent {
  width: 10%; }
.pod_poll td.bar {
  width: 30%; }
.pod_poll td.votes {
  width: 10%; }

.pod_topgames:not(.guide_sections) .head {
  margin-bottom: 2px; }
.pod_topgames .foot {
  font-size: 12px;
  text-align: center; }
.pod_topgames ol {
  color: #2e3038;
  font-weight: bold;
  padding-left: 0; }
.pod_topgames li {
  list-style: none;
  margin: 0;
  clear: both;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  height: 75px;
  padding: 8px 8px 8px;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-image: -moz-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-image: -o-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-image: linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0); }
  @media (max-width: 767px) {
    .pod_topgames li {
      height: 55px; }
      .pod_topgames li.featured_contrib {
        height: 65px; } }
  .pod_topgames li .count {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 65px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .pod_topgames li .count {
        height: 45px; } }
  .pod_topgames li .info {
    display: block;
    position: absolute;
    top: 2px;
    left: 95px; }
    @media (max-width: 767px) {
      .pod_topgames li .info {
        left: 75px; } }
  .pod_topgames li .subhead {
    display: block;
    font-size: 10px;
    color: #818598;
    text-decoration: underline; }
  .pod_topgames li .name {
    display: block; }
    .pod_topgames li .name a {
      padding: 0 !important; }
  .pod_topgames li .sub {
    display: block;
    font-size: 11px;
    line-height: 15px; }
    .pod_topgames li .sub a {
      color: #0b0c0e;
      font-size: 11px !important;
      display: inline-block !important;
      padding: 0px !important; }
  .pod_topgames li .img {
    position: absolute;
    top: 5px;
    left: 25px;
    display: block;
    width: 65px;
    height: 65px;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px; }
    @media (max-width: 767px) {
      .pod_topgames li .img {
        width: 45px;
        height: 45px;
        background-size: 45px; } }

.pod_topten .head {
  margin-bottom: 2px; }
.pod_topten ol {
  color: #2e3038;
  font-weight: bold;
  padding-left: 0; }
.pod_topten li {
  font-size: 12px;
  list-style: none;
  margin: 0;
  clear: both;
  border-bottom: 1px solid #d9d9d9; }
  .pod_topten li:nth-child(odd) {
    background-color: #e6e6e6; }
  .pod_topten li.more {
    background: none;
    border: none; }
  .pod_topten li.showcase {
    position: relative; }
    .pod_topten li.showcase a {
      height: 100px;
      padding: 10px 10px 10px;
      background-color: #e6e6e6;
      background-image: -webkit-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
      background-image: -moz-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
      background-image: -o-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
      background-image: linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0); }
      .pod_topten li.showcase a span {
        float: none !important;
        display: block; }
        .pod_topten li.showcase a span.count {
          height: 20px;
          line-height: 20px;
          top: 5px; }
    .pod_topten li.showcase .img {
      float: left;
      line-height: 0;
      margin: 0px 10px 0 0;
      padding: 0;
      position: relative;
      border: 1px solid white;
      box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px; }
    .pod_topten li.showcase img {
      max-height: 80px;
      max-width: 100px; }
.pod_topten .body a {
  font-size: 12px;
  display: block;
  padding: 7px 10px 7px 5px;
  position: relative;
  *zoom: 1; }
  .pod_topten .body a:before, .pod_topten .body a:after {
    display: table;
    content: ""; }
  .pod_topten .body a:after {
    clear: both; }
  .pod_topten .body a:hover {
    text-decoration: none; }
  .pod_topten .body a span {
    color: #2e3038;
    display: inline-block;
    font-weight: normal;
    font-size: 11px; }
    .pod_topten .body a span.count {
      color: #0b0c0e;
      display: inline-block;
      font-weight: bold;
      margin-right: 5px;
      text-align: center; }
    .pod_topten .body a span.platform {
      float: right;
      margin: 0 0 0 5px; }

.pod_popular_board .head {
  margin-bottom: 2px; }
.pod_popular_board ol {
  border: 1px solid #d9d9d9;
  padding: 0; }
  .pod_popular_board ol.hot_uboards {
    display: none; }
  .pod_popular_board ol.hot_boards li {
    height: 75px; }
.pod_popular_board li {
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-image: -moz-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-image: -o-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-image: linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  padding: 10px;
  position: relative;
  margin: 0;
  list-style: none; }
  .pod_popular_board li a {
    display: block; }
  .pod_popular_board li .info {
    display: block;
    position: absolute;
    top: 5px;
    left: 80px; }
    @media (max-width: 767px) {
      .pod_popular_board li .info {
        left: 60px; } }
  .pod_popular_board li .name {
    display: inline-block; }
    .pod_popular_board li .name a {
      padding: 0 !important; }
  .pod_popular_board li .sub {
    display: block;
    font-size: 11px; }
    .pod_popular_board li .sub a {
      color: #0b0c0e;
      font-size: 11px !important;
      display: inline-block !important;
      padding: 0px !important; }
  .pod_popular_board li .img {
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    width: 65px;
    height: 65px;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px; }
    @media (max-width: 767px) {
      .pod_popular_board li .img {
        width: 45px;
        height: 45px;
        background-size: 45px; } }
.pod_popular_board span {
  display: block;
  font-weight: normal;
  font-size: 12px; }
  .pod_popular_board span a {
    color: #454754; }

.pod_filter {
  background: #e6e6e6;
  padding: 15px;
  margin: 0 0 15px;
  border-radius: 4px;
  box-shadow: #cccccc 0 0 0 1px inset, #dbdbdb 0 0 0 4px; }
  .pod_filter h3 {
    margin: 9px 0 0; }

.pod_search {
  line-height: 27px;
  margin-bottom: 18px; }

.pod_releases .span4:not(:first-child) {
  border-left: 1px solid #2e419e;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .pod_releases .span4:not(:first-child) {
      border-left: 0;
      padding-left: 0;
      padding-top: 15px; } }
.pod_releases h3 {
  margin: 10px 0 0; }
.pod_releases dl {
  padding: 0;
  margin: 0 0 9px;
  *zoom: 1; }
  .pod_releases dl:before, .pod_releases dl:after {
    display: table;
    content: ""; }
  .pod_releases dl:after {
    clear: both; }
.pod_releases dt {
  border-bottom: 2px solid #2e419e;
  clear: left;
  float: left;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 20px 0 0;
  padding: 5px;
  width: 45px; }
  .pod_releases dt:first-child {
    margin-top: 10px; }
    .pod_releases dt:first-child + dd {
      margin-top: 10px; }
.pod_releases dd {
  border-left: 1px solid #2e419e;
  margin: 0 0 0 54px;
  padding: 5px; }
  .pod_releases dd:nth-child(odd) {
    background-color: #e6e6e6; }
.pod_releases dt + dd {
  margin-top: 22px; }

.pod_gamelist ul, .pod_gamelist li {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }
.pod_gamelist li {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9; }
  .pod_gamelist li:first-child {
    border-top: 0;
    padding-top: 0; }
.pod_gamelist table {
  border: 0;
  table-layout: fixed; }
.pod_gamelist td {
  border-bottom: 1px solid #d9d9d9;
  vertical-align: baseline; }
.pod_gamelist tr {
  font-size: 12px;
  line-height: 18px;
  text-align: center; }
  .pod_gamelist tr:last-child td {
    border-bottom: 0; }
.pod_gamelist table .btn, .pod_gamelist ul .btn {
  display: block;
  width: 100%; }
.pod_gamelist .btn_list {
  margin-bottom: 4.5px; }
  .pod_gamelist .btn_list .btn {
    margin-bottom: 2px; }
.pod_gamelist .btn_group .btn {
  display: inline;
  width: auto;
  margin-bottom: 0; }
.pod_gamelist .btn_enable_edit.btn_mini {
  float: right;
  margin-top: -36px;
  margin-right: 4.5px;
  width: auto; }

.pod_gs {
  background: white;
  border: 1px solid lightgrey;
  border-radius: 2px;
  box-shadow: white 0 1px 0;
  padding: 10px; }
  .pod_gs ul {
    padding-left: 0; }
  .pod_gs li {
    list-style: none; }
  .pod_gs .head {
    border: 0; }
  .pod_gs .title {
    background: none;
    border: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none; }
  .pod_gs .item {
    margin-bottom: 10px; }
    .pod_gs .item h3 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0; }
  .pod_gs a, .pod_gs a:hover {
    color: #3449b2; }
  .pod_gs.promo-4 {
    background-color: #ffffc2; }
  .pod_gs.promo-5 {
    background-color: inherit; }
  .pod_gs.promo-6 a {
    font-weight: bold !important; }
  .pod_gs.promo-7 a {
    font-style: italic !important; }
  .pod_gs.promo-8 a {
    font-style: italic !important;
    font-weight: bold !important; }

.pod_gs_logo {
  background: white url(https://gamefaqs.akamaized.net/images/gs_logo_black.png) no-repeat 10px 10px;
  border-width: 1px 1px 0;
  padding-bottom: 0;
  padding-top: 60px;
  position: relative;
  margin-bottom: -1px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .pod_gs_logo {
      background-image: url(https://gamefaqs.akamaized.net/images/gs_logo_black.png);
      -webkit-background-size: 40px 40px;
      -moz-background-size: 40px 40px;
      -o-background-size: 40px 40px;
      background-size: 40px 40px;
      margin-left: 0; } }

.gs_logo {
  margin-left: 45px;
  margin-top: -45px; }
  @media (max-width: 767px) {
    .gs_logo {
      margin-left: 0;
      margin-top: 25px; } }
  @media (max-width: 480px) {
    .gs_logo {
      margin-left: 45px;
      margin-top: -40px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .gs_logo {
      margin-left: 40px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
      .gs_logo {
        margin-left: 45px; } }

.pod_gs .block {
  text-align: left;
  padding: 3px;
  margin: 2px;
  float: left; }
  .pod_gs .block .block_title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 6px; }
  .pod_gs .block .block_deck {
    font-size: 12px;
    padding-bottom: 6px; }
  .pod_gs .block .promo_img {
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 10px; }
  .pod_gs .block .promo_img_wide {
    float: left;
    width: 85px;
    height: 85px;
    margin-right: 8px; }
  .pod_gs .block .promo_img_full {
    width: 400px;
    height: 225px;
    float: left;
    margin-right: 5px; }
  .pod_gs .block .promo_link {
    display: block; }
  .pod_gs .block .promo_img_3 {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 8px; }
    @media (max-width: 767px) {
      .pod_gs .block .promo_img_3 {
        width: 100px;
        height: 100px; } }

.pod_gs .block_full {
  width: 99%;
  padding-bottom: 5px; }

.pod_gs .block_half {
  width: 49%;
  padding-bottom: 5px; }
  @media (max-width: 767px) {
    .pod_gs .block_half {
      width: 99%; } }

.pod_gs .block_tri {
  width: 32%;
  padding-bottom: 5px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .pod_gs .block_tri {
      width: 99%; } }
  @media (max-width: 767px) {
    .pod_gs .block_tri {
      width: 99%; } }

.alpha {
  font-size: 12px; }

.toptenlist img {
  float: left;
  margin-right: 10px; }

.pod.game_imgs .img {
  text-align: center; }
  .pod.game_imgs .img img.full_boxshot {
    max-width: 100%; }

.pod.video .body {
  text-align: center; }
  .pod.video .body p {
    text-align: left; }

.pod.pm .foot {
  border-top: 1px solid #3951c6; }

.pod_gamespace_home_mygames .mygames_stats_diff.mygames_stat1 a {
  color: #0000d1; }
.pod_gamespace_home_mygames .mygames_stats_diff.mygames_stat2 a {
  color: #007f80; }
.pod_gamespace_home_mygames .mygames_stats_diff.mygames_stat3 a {
  color: #00d100; }
.pod_gamespace_home_mygames .mygames_stats_diff.mygames_stat4 a {
  color: #7f8000; }
.pod_gamespace_home_mygames .mygames_stats_diff.mygames_stat5 a {
  color: #d10000; }
.pod_gamespace_home_mygames .mygames_stats_own.mygames_stat1 a {
  color: #d10000; }
.pod_gamespace_home_mygames .mygames_stats_own.mygames_stat2 a {
  color: #0000d1; }
.pod_gamespace_home_mygames .mygames_stats_own.mygames_stat4 a {
  color: #00d100; }
.pod_gamespace_home_mygames .mygames_stats_play a {
  color: #3000c2; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat1 a {
  color: #d10000; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat2 a {
  color: #b81800; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat3 a {
  color: #a32e00; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat4 a {
  color: #8a4500; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat5 a {
  color: #755e00; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat6 a {
  color: #5e7500; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat7 a {
  color: #458a00; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat8 a {
  color: #2ea300; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat9 a {
  color: #15b800; }
.pod_gamespace_home_mygames .mygames_stats_rate.mygames_stat10 a {
  color: #00d100; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat1 a {
  color: #d10000; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat2 a {
  color: #c20030; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat3 a {
  color: #80007f; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat4 a {
  color: #3000c2; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat5 a {
  color: blue; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat6 a {
  color: #001fd1; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat7 a {
  color: #0041b3; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat8 a {
  color: #007f80; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat9 a {
  color: #00b341; }
.pod_gamespace_home_mygames .mygames_stats_time.mygames_stat10 a {
  color: #00d11f; }
.pod_gamespace_home_mygames fieldset .pod_rating {
  clear: both;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 0; }
  .pod_gamespace_home_mygames fieldset .pod_rating p {
    margin-bottom: 0;
    text-align: center; }
    .pod_gamespace_home_mygames fieldset .pod_rating p b.bot20r, .pod_gamespace_home_mygames fieldset .pod_rating p b.top20t, .pod_gamespace_home_mygames fieldset .pod_rating p b.top20d, .pod_gamespace_home_mygames fieldset .pod_rating p b.bot20r a, .pod_gamespace_home_mygames fieldset .pod_rating p b.top20t a, .pod_gamespace_home_mygames fieldset .pod_rating p b.top20d a {
      color: #d10000; }
    .pod_gamespace_home_mygames fieldset .pod_rating p b.top20r, .pod_gamespace_home_mygames fieldset .pod_rating p b.bot20t, .pod_gamespace_home_mygames fieldset .pod_rating p b.bot20d, .pod_gamespace_home_mygames fieldset .pod_rating p b.top20r a, .pod_gamespace_home_mygames fieldset .pod_rating p b.bot20t a, .pod_gamespace_home_mygames fieldset .pod_rating p b.bot20d a {
      color: #00d100; }
@media (max-width: 767px) {
  .pod_gamespace_home_mygames fieldset .pod_rating {
    padding-top: 8px; } }

ul.users {
  float: left;
  width: 50%; }

ul.credits {
  float: left;
  width: 33%; }

ul.systems, ul.users, ul.credits {
  padding-left: 0; }
  ul.systems li, ul.users li, ul.credits li {
    list-style: none;
    margin-bottom: 0 !important;
    padding: 5px 5px 5px 0; }
    ul.systems li:nth-child(odd), ul.users li:nth-child(odd), ul.credits li:nth-child(odd) {
      background-color: #e6e6e6; }
    @media (max-width: 767px) {
      ul.systems li, ul.users li, ul.credits li {
        font-size: 12px; } }

.fboards ul, .also ul {
  padding-left: 0; }
  .fboards ul li, .also ul li {
    list-style-type: none; }

.picked {
  cursor: pointer;
  font-weight: bold;
  background: #fef0a5; }

.not_picked {
  cursor: pointer; }

.nopick {
  text-decoration: none; }

.correct {
  background: #b3e59a; }

.incorrect {
  background: #e96363; }

#hico_sample, #himy_sample {
  border: 1px solid black;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 30px; }

a.menu_link {
  text-decoration: none;
  color: #0b0c0e; }
  a.menu_link:hover {
    text-decoration: none;
    color: #0b0c0e; }

.menu_list {
  padding: 0; }
  .menu_list li {
    list-style: none; }
  .menu_list .menu_title {
    display: inline-block;
    font-weight: bold; }

.menu_desc {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 3px 0 0 0; }

.menu_section {
  background: white;
  margin-bottom: 6px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  last-child-margin: 6px 0 0;
  *zoom: 1; }
  .menu_section:before, .menu_section:after {
    display: table;
    content: ""; }
  .menu_section:after {
    clear: both; }
  .menu_section.inactive {
    background: #e6e6e6;
    color: #454754; }

.menu_link .menu_section:hover {
  background: #f7f7f7; }

.error {
  padding-left: 10px; }

.pos_result {
  color: #52a22a;
  font-weight: bold; }

.neg_result {
  color: #861313;
  font-weight: bold; }

.pod_featured_top10 {
  border: 1px solid #d9d9d9;
  padding: 10px 0 0; }
  .pod_featured_top10 div.slide {
    background-color: #e6e6e6;
    background-image: -webkit-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
    background-image: -moz-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
    background-image: -o-linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
    background-image: linear-gradient(#f2f2f2, rgba(230, 230, 230, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
    display: inline-block;
    height: auto !important;
    padding-left: 13px;
    width: 100%; }
    @media (max-width: 767px) {
      .pod_featured_top10 div.slide {
        height: auto !important;
        padding-left: 0; } }
    .pod_featured_top10 div.slide .latest_img {
      display: inline-block;
      vertical-align: middle;
      width: 17%; }
      @media (max-width: 979px) {
        .pod_featured_top10 div.slide .latest_img {
          width: 23%; } }
      @media (max-width: 480px) {
        .pod_featured_top10 div.slide .latest_img {
          display: table-cell;
          height: 110px;
          text-align: center;
          vertical-align: top;
          width: 110px; } }
      .pod_featured_top10 div.slide .latest_img div.img {
        border: 1px solid white;
        box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100px;
        width: 100px; }
        @media (max-width: 767px) {
          .pod_featured_top10 div.slide .latest_img div.img {
            margin-left: 5px; } }
    .pod_featured_top10 div.slide .latest_text {
      display: inline-block;
      vertical-align: top;
      width: 80%; }
      .pod_featured_top10 div.slide .latest_text h3 {
        padding-top: 8px; }
      @media (max-width: 979px) {
        .pod_featured_top10 div.slide .latest_text {
          width: 72%; } }
      @media (max-width: 480px) {
        .pod_featured_top10 div.slide .latest_text {
          display: table-cell;
          font-size: 12px;
          height: 140px;
          padding-top: 8px;
          width: auto; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .pod_featured_top10 div.slide .latest_text {
          font-size: 11px; } }
    .pod_featured_top10 div.slide .subhead {
      display: block;
      font-size: 10px;
      color: #818598;
      font-weight: bold;
      text-decoration: underline; }
  .pod_featured_top10 img {
    display: block;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px; }
    @media (max-width: 767px) {
      .pod_featured_top10 img {
        max-width: 80px;
        max-height: 100px; } }

.pod_fc {
  margin-bottom: 0; }
  .pod_fc li {
    padding: 0; }
    .pod_fc li .info {
      left: 85px; }
      @media (max-width: 767px) {
        .pod_fc li .info {
          left: 55px; } }
      @media (min-width: 768px) and (max-width: 979px) {
        .pod_fc li .info .name {
          font-size: 12px; } }
    .pod_fc li .img {
      left: 15px; }
      @media (max-width: 767px) {
        .pod_fc li .img {
          left: 5px; } }
    .pod_fc li a {
      display: block;
      height: 100%;
      width: 100%; }

p.page-date {
  float: right;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-weight: normal;
  margin: 10px 0 0;
  text-transform: uppercase; }
  @media (max-width: 979px) {
    p.page-date {
      margin: 2px 0 0; } }
  @media (max-width: 480px) {
    p.page-date {
      float: none; } }
  @media (min-width: 768px) and (max-width: 979px) {
    p.page-date {
      float: none; } }

.pod_profile_header {
  background: url(/images/default_banner.jpg) center center;
  display: block;
  height: 300px;
  margin-top: -15px;
  position: relative;
  width: 100%; }
  .pod_profile_header #upload_avatar, .pod_profile_header #upload_banner, .pod_profile_header #remove_avatar, .pod_profile_header #remove_banner {
    cursor: pointer;
    display: none;
    font-size: 24px;
    position: absolute;
    text-shadow: 1px 2px 1px #eeeeee;
    top: 5px;
    z-index: 100000; }
    .pod_profile_header #upload_avatar.editable:not(.edit-on), .pod_profile_header #upload_banner.editable:not(.edit-on), .pod_profile_header #remove_avatar.editable:not(.edit-on), .pod_profile_header #remove_banner.editable:not(.edit-on) {
      display: block; }
    .pod_profile_header #upload_avatar:hover, .pod_profile_header #upload_banner:hover, .pod_profile_header #remove_avatar:hover, .pod_profile_header #remove_banner:hover {
      color: #999999; }
  .pod_profile_header #upload_avatar, .pod_profile_header #upload_banner {
    left: 5px; }
  .pod_profile_header #remove_avatar, .pod_profile_header #remove_banner {
    left: 35px; }
  .pod_profile_header #user_avatar, .pod_profile_header #user_banner {
    display: none; }
  .pod_profile_header div.profile_user {
    background: rgba(0, 0, 0, 0.35);
    bottom: 0;
    display: inline-block;
    position: absolute;
    top: 180px;
    width: 100%; }
    .pod_profile_header div.profile_user .img, .pod_profile_header div.profile_user .info {
      display: inline-block;
      left: 20px;
      position: relative;
      top: 8px; }
      @media (max-width: 480px) {
        .pod_profile_header div.profile_user .img, .pod_profile_header div.profile_user .info {
          left: 10px; } }
    .pod_profile_header div.profile_user .img, .pod_profile_header div.profile_user .img img {
      height: 104px;
      width: 104px; }
      @media (max-width: 767px) {
        .pod_profile_header div.profile_user .img, .pod_profile_header div.profile_user .img img {
          height: 70px;
          width: 70px; } }
      @media (max-width: 480px) {
        .pod_profile_header div.profile_user .img, .pod_profile_header div.profile_user .img img {
          height: 55px;
          width: 55px; } }
    .pod_profile_header div.profile_user .info {
      color: #eeeeee;
      font-size: 24px;
      font-weight: bold;
      min-width: 60%;
      padding-left: 10px;
      text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
      vertical-align: top; }
      @media (max-width: 767px) {
        .pod_profile_header div.profile_user .info {
          padding-left: 3px; } }
      .pod_profile_header div.profile_user .info .fa {
        cursor: pointer;
        font-size: 18px;
        margin-right: 8px; }
        @media (max-width: 767px) {
          .pod_profile_header div.profile_user .info .fa {
            font-size: 20px;
            margin-right: 15px; } }
      .pod_profile_header div.profile_user .info .name, .pod_profile_header div.profile_user .info .nav {
        margin-bottom: 15px; }
      .pod_profile_header div.profile_user .info .sub_info {
        margin-bottom: 10px; }
      .pod_profile_header div.profile_user .info .user_options {
        height: 24px;
        margin-top: 2px; }
        .pod_profile_header div.profile_user .info .user_options button.user_edit {
          position: relative;
          top: 5px; }
          .pod_profile_header div.profile_user .info .user_options button.user_edit .fa.edit_icon {
            font-size: inherit;
            margin-right: 0; }
        @media (max-width: 767px) {
          .pod_profile_header div.profile_user .info .user_options {
            height: 22px; } }
      .pod_profile_header div.profile_user .info .sub_info {
        font-size: 18px;
        height: 17px; }
      .pod_profile_header div.profile_user .info .nav {
        font-size: 14px; }
        @media (max-width: 767px) {
          .pod_profile_header div.profile_user .info .nav {
            font-size: 11px; } }
        .pod_profile_header div.profile_user .info .nav ol.profile_user_nav {
          display: table;
          list-style: none;
          padding-left: 0; }
          .pod_profile_header div.profile_user .info .nav ol.profile_user_nav li {
            display: table-cell;
            padding: 0 20px 0 0; }
            @media (max-width: 767px) {
              .pod_profile_header div.profile_user .info .nav ol.profile_user_nav li {
                padding: 0 10px 0 0; } }
            .pod_profile_header div.profile_user .info .nav ol.profile_user_nav li a {
              color: #eeeeee; }
              .pod_profile_header div.profile_user .info .nav ol.profile_user_nav li a.profile_active {
                text-decoration: underline; }
      .pod_profile_header div.profile_user .info .user_tag {
        display: inline-flex;
        font-size: 12px;
        position: absolute;
        top: 18px; }
        @media (max-width: 767px) {
          .pod_profile_header div.profile_user .info .user_tag {
            left: 85px;
            top: 40px; } }
        .pod_profile_header div.profile_user .info .user_tag input {
          display: none; }
          .pod_profile_header div.profile_user .info .user_tag input.tag_text {
            width: 80%; }
      .pod_profile_header div.profile_user .info .profile_action_status {
        display: none;
        font-size: 11px;
        line-height: 12px;
        left: 10px;
        position: absolute;
        width: 310px; }
        @media (max-width: 767px) {
          .pod_profile_header div.profile_user .info .profile_action_status {
            width: 150px; } }

.profile_bio_status, .profile_favorite_status, .profile_contact_status, .profile_report_status {
  display: inline-block;
  font-size: 11px;
  line-height: 12px; }

.profile_bio_status, .profile_report_status {
  width: 310px; }
  @media (max-width: 767px) {
    .profile_bio_status, .profile_report_status {
      width: 250px; } }

.profile_favorite_status {
  margin-left: 5px;
  width: 150px; }

.pod_gs_video li {
  height: 75px; }
.pod_gs_video img.thumb {
  height: 60px;
  width: 60px; }
.pod_gs_video div.info {
  left: 75px;
  padding-right: 10px;
  position: absolute;
  top: 5px; }
  @media (max-width: 979px) {
    .pod_gs_video div.info {
      font-size: 11px; } }

.pod_user_friends li, .pod_user_contacts li, .pod_activity_log li, .pod_user_game_stats li {
  height: 45px; }
  .pod_user_friends li .fa, .pod_user_contacts li .fa, .pod_activity_log li .fa, .pod_user_game_stats li .fa {
    cursor: pointer;
    float: right; }
.pod_user_friends img.avatar_small, .pod_user_contacts img.avatar_small, .pod_activity_log img.avatar_small, .pod_user_game_stats img.avatar_small {
  height: 30px;
  width: 30px; }
  .pod_user_friends img.avatar_small.imgborder, .pod_user_contacts img.avatar_small.imgborder, .pod_activity_log img.avatar_small.imgborder, .pod_user_game_stats img.avatar_small.imgborder {
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px; }
.pod_user_friends div.friend_info, .pod_user_contacts div.friend_info, .pod_activity_log div.friend_info, .pod_user_game_stats div.friend_info {
  font-size: 11px;
  left: 45px;
  position: absolute;
  top: 5px; }
  .pod_user_friends div.friend_info .name, .pod_user_contacts div.friend_info .name, .pod_activity_log div.friend_info .name, .pod_user_game_stats div.friend_info .name {
    font-size: 14px; }
    @media (max-width: 767px) {
      .pod_user_friends div.friend_info .name, .pod_user_contacts div.friend_info .name, .pod_activity_log div.friend_info .name, .pod_user_game_stats div.friend_info .name {
        font-size: 11px; } }
    @media (max-width: 979px) {
      .pod_user_friends div.friend_info .name, .pod_user_contacts div.friend_info .name, .pod_activity_log div.friend_info .name, .pod_user_game_stats div.friend_info .name {
        font-size: 11px; } }
.pod_user_friends div.right, .pod_user_contacts div.right, .pod_activity_log div.right, .pod_user_game_stats div.right {
  font-size: 11px;
  position: absolute;
  right: 5px;
  top: 5px; }

.pod_activity_log.avatars div.friend_info {
  left: 35px;
  padding-right: 35px; }

.pod_activity_log li {
  height: auto; }
.pod_activity_log img.avatar_small {
  position: absolute; }
.pod_activity_log div.friend_info {
  left: 0;
  position: relative;
  top: 0; }

.pod_user_contribs li {
  padding: 4px 8px;
  height: auto; }

.pod_user_contacts li, .pod_user_game_stats li {
  padding: 4px 8px; }
.pod_user_contacts div.friend_info, .pod_user_game_stats div.friend_info {
  left: 5px; }

.pod_user_game_stats li {
  height: 45px; }

.contact_format {
  font-size: 11px; }

.pm_dialog .pm_error {
  color: #b31919;
  display: none;
  font-size: 11px;
  line-height: 12px; }

.user_favorites textarea {
  height: 50px;
  resize: none;
  width: 100%; }

.user_bio {
  word-wrap: break-word; }
  .user_bio #editor_ifr {
    width: 755px !important; }
    @media (max-width: 767px) {
      .user_bio #editor_ifr {
        width: 100% !important; } }

.editable {
  display: none; }
  .editable.edit-on {
    display: block; }

.pod_activity_log .editable.edit-on {
  display: inline; }

button.profile_rules {
  margin-top: -17px; }

.badge {
  text-shadow: 0px 2px 3px #555555;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 5px;
  font-size: 34px;
  padding: 3px;
  text-align: center;
  color: black;
  vertical-align: middle;
  border: 3px solid #333333;
  border-radius: 3px;
  cursor: default; }

.badge_private {
  border: 3px solid #888888; }

.badge_icon {
  margin-top: 2px;
  vertical-align: middle; }

.badge_text {
  display: block;
  padding-top: 10px;
  vertical-align: middle;
  font-weight: bold; }

.editor_status, .section_status {
  display: none;
  font-size: 11px;
  line-height: 12px;
  margin-top: -10px;
  position: absolute; }

.editor_save_status {
  font-size: 11px; }
  .editor_save_status.error {
    color: #b31919;
    padding-left: 0; }

@media (max-width: 767px) {
  #gamesearch.editor {
    font-size: 100%; } }

.guide_sections li {
  border: 1px solid black; }
.guide_sections .fa-remove {
  color: #b31919; }

.mjs-nestedSortable-error {
  background: #f9d2d2 !important; }

.hide_overflow {
  overflow: hidden; }

.masthead {
  color: white;
  position: relative;
  margin-bottom: 5px;
  background: #3951c6;
  box-shadow: rgba(255, 255, 255, 0.15) 0 -1px 0 inset; }
  .masthead:after {
    content: " ";
    background-color: #28398a;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 5px;
    margin-top: 0px;
    width: 100%; }
  .wf-loading .masthead {
    visibility: hidden; }
  .wf-inactive .masthead {
    visibility: visible; }
  .wf-active .masthead {
    font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    visibility: visible; }
  .masthead a {
    color: white;
    display: inline-block;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
    .no-touch .masthead a:hover {
      color: white;
      text-shadow: rgba(235, 238, 249, 0.8) 0 0px 10px;
      text-decoration: none; }
  .masthead input.text, .masthead input.search {
    background: whitesmoke;
    border: 0;
    color: black;
    display: inline-block;
    font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-size: 16px;
    height: 30px;
    line-height: initial;
    margin: 10px 0;
    overflow: visible;
    padding: 0 10px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px inset, rgba(0, 0, 0, 0.3) 0 -1px 3px;
    border-radius: 300px; }
    .masthead input.text.placeholder, .masthead input.search.placeholder {
      color: #3951c6; }
    .masthead input.text:-moz-placeholder, .masthead input.search:-moz-placeholder {
      color: #3951c6; }
    .masthead input.text::-moz-placeholder, .masthead input.search::-moz-placeholder {
      color: #3951c6; }
    .masthead input.text::-webkit-input-placeholder, .masthead input.search::-webkit-input-placeholder {
      color: #3951c6; }
    .masthead input.text:-ms-input-placeholder, .masthead input.search:-ms-input-placeholder {
      color: #3951c6; }
  .masthead input.search {
    padding-right: 35px; }
  .masthead input:focus {
    outline: none; }

.masthead_strip {
  background: #28398a;
  font-size: 12px;
  line-height: 30px;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0; }
  .wf-active .masthead_strip {
    font-size: 14px; }

.masthead_systems {
  float: left; }
  .masthead_systems a {
    margin-right: 10px;
    text-transform: uppercase; }

.masthead_jump {
  display: none;
  margin: 0; }

.masthead_user {
  float: right;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .masthead_user.platforms {
    display: none;
    float: left; }
  @media (max-width: 767px) {
    .masthead_user.platforms {
      display: block; } }
  .masthead_user:before, .masthead_user:after {
    display: table;
    content: ""; }
  .masthead_user:after {
    clear: both; }
  .masthead_user li {
    color: #cdd3f0;
    float: left;
    list-style: none;
    margin: 0 0 0 4px;
    position: relative; }
    @media (max-width: 767px) {
      .masthead_user li {
        margin: 2px 0 2px 6px; } }
    .masthead_user li:focus {
      color: red; }
    .masthead_user li .fa:before {
      margin-right: 4px; }
    .no-touch .masthead_user li:hover div {
      display: block; }
  .masthead_user a {
    color: #cdd3f0;
    padding-left: 10px; }
    .masthead_user a:first-child {
      padding-left: 0; }
    .no-touch .masthead_user a:hover {
      text-shadow: none; }
      .no-touch .masthead_user a:hover .fa:before {
        opacity: 1; }
  .masthead_user .fa {
    width: auto; }
    .masthead_user .fa:before {
      font-size: 14px; }
    .masthead_user .fa:not(.fa-envelope):not(.fa-envelope-o):before {
      opacity: 0.25; }
  .masthead_user .logout {
    padding-left: 20px; }
  .masthead_user .user_inbox {
    display: inline; }

.masthead_login {
  background: #e6e6e6;
  display: none;
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  margin-top: -1px;
  right: -5px;
  top: 100%;
  width: 200px;
  z-index: 5000000;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 8px;
  border-radius: 4px; }
  .masthead_login:before {
    content: " ";
    border-bottom: 6px solid #e6e6e6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    display: block;
    top: -5px;
    right: 6px; }
  .masthead_login label {
    display: none; }
  .masthead_login input.text {
    height: 26px;
    margin: 0 0 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 -1px 2px; }
  .masthead_login input {
    margin: 0 0 5px;
    width: 100%; }
  .masthead_login a {
    color: #3449b2;
    text-shadow: none; }
  .no-touch .masthead_login a:hover {
    color: #516dfb; }

.masthead_logo {
  float: left;
  margin-right: 20px;
  width: 180px; }
  @media (max-width: 767px) {
    .masthead_logo {
      width: 130px; } }
  .masthead_logo a {
    background: url(https://gamefaqs.akamaized.net/images/default/logo_v13.png) no-repeat left center;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 0 0;
    text-indent: 110%;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .masthead_logo a {
        background-image: url(https://gamefaqs.akamaized.net/images/default/logo_v13.png); } }

.masthead_search,
.masthead_nav {
  line-height: 50px; }

.masthead_search {
  width: 100%; }
  .masthead_search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative; }
    .masthead_search fieldset button {
      background: none;
      border: none;
      color: #3449b2;
      right: 4px;
      position: absolute;
      top: 15px; }

.masthead_nav {
  font-size: 14px; }
  .wf-active .masthead_nav {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase; }
  .masthead_nav nav {
    display: table;
    width: 100%; }
    .masthead_nav nav a {
      display: table-cell;
      text-align: center;
      white-space: nowrap; }

.masthead_platform_drop {
  position: relative; }
  .no-touch .masthead_platform_drop:hover .masthead_platform_subnav {
    display: block; }

.masthead_platform_subnav {
  background-color: #394dac;
  columns: 2;
  border: 1px solid #c2c2c2;
  width: 300px;
  display: none;
  position: absolute;
  left: 0%;
  top: 100%;
  margin-top: -1px;
  z-index: 5000000; }
  @media (max-width: 767px) {
    .masthead_platform_subnav {
      padding-left: 2px;
      width: 250px; } }

.masthead_platform_subnav_item {
  list-style: none;
  line-height: 15px;
  padding: 2px;
  margin-bottom: 2px; }

.masthead_user.platforms .masthead_platform_subnav_item {
  width: 45%; }
  .masthead_user.platforms .masthead_platform_subnav_item a {
    width: 100%; }

.masthead_mygames_drop {
  position: relative;
  padding-left: 10px; }
  .masthead_mygames_drop:hover .masthead_mygames_subnav {
    display: block; }

.masthead_mygames_subnav {
  background-color: #394dac;
  border: 1px solid #c2c2c2;
  width: 220px;
  display: none;
  position: absolute;
  left: -120px;
  top: 100%;
  padding-left: 2px;
  margin-top: -1px;
  z-index: 5000000; }
  .masthead_mygames_subnav li.board_options {
    border-top: 1px solid white;
    text-align: center; }
    .masthead_mygames_subnav li.board_options a {
      display: inline-block;
      font-weight: bold;
      text-shadow: none; }
      .masthead_mygames_subnav li.board_options a:last-child {
        padding-left: 0; }

.masthead_mygames_drop.notifications {
  background-color: #cdd9e4;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 10px;
  padding: 0 3px 0 5px; }
  .masthead_mygames_drop.notifications > a {
    color: black;
    font-weight: bold;
    text-shadow: none; }
    .masthead_mygames_drop.notifications > a:hover {
      color: black !important; }
  .masthead_mygames_drop.notifications .masthead_mygames_subnav {
    padding-right: 10px;
    width: 300px; }
    @media (max-width: 767px) {
      .masthead_mygames_drop.notifications .masthead_mygames_subnav {
        left: 0;
        width: 200px; } }
    .masthead_mygames_drop.notifications .masthead_mygames_subnav li:not(:last-child) {
      border-bottom: 1px solid white;
      padding: 5px 0; }
    .masthead_mygames_drop.notifications .masthead_mygames_subnav li.notification_options {
      text-align: center; }
      .masthead_mygames_drop.notifications .masthead_mygames_subnav li.notification_options a {
        display: inline-block;
        font-weight: bold;
        text-shadow: none; }
        .masthead_mygames_drop.notifications .masthead_mygames_subnav li.notification_options a:last-child {
          padding-left: 0; }

.masthead_mygames_subnav_head {
  list-style: none;
  line-height: 15px;
  padding: 2px;
  margin: 2px;
  clear: left;
  width: 100%;
  font-weight: bold; }

.masthead_mygames_subnav_item {
  list-style: none;
  line-height: 15px;
  padding: 2px;
  margin: 2px;
  clear: left;
  width: 100%; }
  .masthead_mygames_subnav_item a {
    display: block;
    box-sizing: border-box;
    padding-right: 2px; }
  .masthead_mygames_subnav_item.board_cat {
    font-weight: bold;
    padding-top: 8px;
    text-decoration: underline; }
  .masthead_mygames_subnav_item.list_head {
    font-weight: bold;
    padding-top: 8px;
    text-decoration: underline; }

.flexboxlegacy .masthead_nav nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box; }
  .flexboxlegacy .masthead_nav nav a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    display: block;
    position: relative; }

.site_alert {
  width: 100%;
  padding: 5px;
  text-align: center;
  position: relative; }

.site_alert_severe {
  background-color: yellow;
  color: black; }
  .site_alert_severe a {
    color: black; }

.site_alert_info {
  background-color: #4d62cb;
  color: white; }
  .site_alert_info a {
    color: white; }

.site_alert_promo {
  background-color: #6174d1;
  color: white; }
  .site_alert_promo a {
    color: white; }

.site_alert_dismiss {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 20px; }

.site_alert_text {
  margin: 2px 30px 2px 10px; }

@media (max-width: 767px) {
  .masthead_main {
    padding: 0 10px; }

  .row .masthead_logo_search {
    margin-bottom: -5px; }

  .wf-active .masthead_nav {
    font-size: 12px;
    line-height: 50px; }

  .masthead_user {
    font-size: 12px; }
    .masthead_user:not(.platforms) .fa:before {
      display: none; }
    .masthead_user:not(.platforms) .fa-envelope:before, .masthead_user:not(.platforms) .fa-envelope-o:before, .masthead_user:not(.platforms) .fa-users:before, .masthead_user:not(.platforms) .fa-gamepad:before, .masthead_user:not(.platforms) .fa-comments:before {
      display: block; } }
@media (max-width: 480px) {
  .wf-active .masthead_nav, .masthead_nav {
    font-size: 11px;
    line-height: 50px; } }
.reg_dialog {
  background-color: #f2f2f2;
  border: 1px black solid;
  border-radius: 5px;
  padding: 5px;
  margins: 5px;
  z-index: 99999999;
  position: absolute !important; }

.reg_dialog .ui-dialog-titlebar {
  height: 0; }

.reg_dialog .ui-dialog-title {
  display: none; }

.reg_dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: 14px;
  font-color: blue; }

.reg_dialog .ui-dialog-content {
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto; }

.reg_dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em; }

.reg_dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.reg_dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.reg_dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.fixed_dialog {
  padding: 0 !important;
  position: fixed;
  right: 10px !important;
  top: 30px !important; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  opacity: 0.5;
  filter: Alpha(Opacity=50); }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 99999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  box-shadow: 0 0 5px #aaaaaa;
  background-color: #f2f2f2; }

.reg_error {
  border: 2px solid red; }

.login_email, .login_password {
  width: 100%; }

#login_dialog, #site_dialog {
  display: none; }

.masthead_logo_search {
  display: inline-block;
  width: 49%; }

.masthead_nav {
  display: inline-block;
  width: 49%;
  float: right; }

.menubutton {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 16px; }
  .menubutton:hover {
    color: white; }

@media (max-width: 767px) {
  .masthead_systems {
    display: none !important; }

  .masthead_search {
    display: none;
    float: none;
    margin-right: 0;
    padding-right: 0;
    width: 200%;
    clear: left; }

  .navtrim {
    display: none !important; } }
@media (min-width: 768px) {
  .search_link {
    display: none !important; }

  .menubutton {
    display: none; } }
@media (max-width: 979px) {
  a.notab {
    display: none !important; } }
@media (min-width: 980px) {
  li.gotab {
    display: none !important; } }
.menuclose {
  position: absolute;
  top: 0;
  right: 10px;
  color: white;
  cursor: pointer; }

.fs_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  opacity: 0.5;
  z-index: 999; }

.sidenav_div {
  width: 100%; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding-top: 20px;
  background-color: #394dac;
  color: white;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  transition: 0.5s; }
  .sidenav ul {
    list-style: none; }
  .sidenav a {
    color: white;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
    .no-touch .sidenav a:hover {
      color: white;
      text-shadow: rgba(235, 238, 249, 0.8) 0 0px 10px; }

.sidenav_open {
  width: 150px;
  transition: 0.5s; }

.top_user {
  float: right;
  position: relative; }
  .top_user .dim {
    opacity: 0.5; }
  .top_user .unverified {
    color: yellow; }

.top_user_icon {
  margin-right: 10px; }

.top_user_subnav {
  border: 1px solid #d9d9d9;
  background-color: #394dac;
  width: 100px;
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  padding-top: 10px;
  z-index: 5000000; }
  .top_user_subnav ul {
    list-style: none;
    line-height: 18px;
    padding-left: 0px; }
  .top_user_subnav li {
    margin-left: 5px;
    margin-bottom: 0px; }
  .top_user_subnav a {
    width: 100%;
    padding-bottom: 8px; }

.top_user_subsubnav {
  border: 1px solid #d9d9d9;
  background-color: #394dac;
  width: 250px;
  top: -15px;
  display: none;
  position: absolute;
  right: 93px;
  z-index: 5000000; }
  @media (max-width: 480px) {
    .top_user_subsubnav {
      width: 200px; } }
  .top_user_subsubnav ul {
    line-height: 14px;
    padding-left: 0px; }
  .top_user_subsubnav li {
    list-style: none;
    margin-left: 5px; }
  .top_user_subsubnav a {
    padding-bottom: 5px; }

.top_user_subdrop, .notification_drop, .top_user_drop {
  position: relative; }

.notification_subnav {
  border: 1px solid #d9d9d9;
  background-color: #394dac;
  width: 250px;
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 5000000; }
  @media (max-width: 480px) {
    .notification_subnav {
      width: 200px; } }
  .notification_subnav ul {
    list-style: none;
    line-height: 18px;
    padding-left: 0px; }
  .notification_subnav li {
    margin-left: 5px;
    margin-bottom: 5px; }
  .notification_subnav a {
    width: 100%; }
  .notification_subnav .list_foot a {
    width: auto; }

.list_head {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  padding-bottom: 2px; }

.list_foot {
  text-align: center;
  width: 100%;
  padding-top: 15px; }

.no-touch .top_user_drop:hover .top_user_subnav {
  display: block; }
.no-touch .top_user_subdrop:hover .top_user_subsubnav {
  display: block; }
.no-touch .notification_drop:hover .notification_subnav {
  display: block; }

#udrop_up, #sysdrop_up, #gdrop_up, #bdrop_up {
  display: none; }

.content_nav_wrap {
  margin: 0 0 18px; }
  .content_nav_wrap.user_friends {
    margin: 0; }
  .content_nav_wrap li {
    list-style: none;
    margin: 0; }
  .content_nav_wrap a {
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
    display: block; }
  .wf-loading .content_nav_wrap a, .wf-loading .content_nav_wrap .content_nav_label {
    visibility: hidden; }
  .wf-active .content_nav_wrap a, .wf-active .content_nav_wrap .content_nav_label {
    font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    visibility: visible; }

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

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

.content_nav {
  margin: 0;
  padding: 0;
  background-color: #324295;
  background-image: -webkit-linear-gradient(#394dac, rgba(50, 66, 149, 0));
  background-image: -moz-linear-gradient(#394dac, rgba(50, 66, 149, 0));
  background-image: -o-linear-gradient(#394dac, rgba(50, 66, 149, 0));
  background-image: linear-gradient(#394dac, rgba(50, 66, 149, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF394DAC', endColorstr='#FF324295', GradientType=0); }

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

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

@media (min-width: 768px) {
  .content_nav {
    display: table;
    width: 100%;
    border-radius: 4px;
    box-shadow: #2d3c86 0 0 0 1px inset, #4b5fc3 0 2px 0 inset, #e8e8e8 0 0 0 4px, #dedede 0 0 0 5px;
    background-color: #324295;
    background-image: -webkit-linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-image: -moz-linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-image: -o-linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-image: linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF394DAC', endColorstr='#FF324295', GradientType=0);
    *zoom: 1; }
    .content_nav:before, .content_nav:after {
      display: table;
      content: ""; }
    .content_nav:after {
      clear: both; }
    .content_nav > li {
      display: table-cell;
      position: relative;
      text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
      .content_nav > li > a {
        display: block;
        color: white;
        padding: 8px 0;
        text-align: center;
        box-shadow: #2f3f8e -1px 0 0 inset, #4b5fc3 1px 0 0 inset; }
      .content_nav > li:first-child {
        border-radius: 4px 0 0 4px; }
        .content_nav > li:first-child > a {
          box-shadow: #2f3f8e -1px 0 0 inset;
          border-radius: 4px 0 0 4px; }
      .content_nav > li:last-child {
        border-radius: 0 4px 4px 0; }
        .content_nav > li:last-child > a {
          box-shadow: #4b5fc3 1px 0 0 inset;
          border-radius: 0 4px 4px 0; }
      .content_nav > li.updated:before {
        content: " ";
        display: block;
        position: absolute;
        top: -4px;
        left: 50%;
        margin-left: -19px;
        background: url(https://gamefaqs.akamaized.net/images/default/new_star.png) no-repeat 0 0;
        height: 16px;
        width: 38px; }
    .flexboxlegacy .content_nav {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-box-flex: 1;
      box-flex: 1;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-box-pack: justify;
      box-pack: justify;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -ms-box-align: stretch;
      box-align: stretch;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: box; }
      .flexboxlegacy .content_nav > li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        display: block;
        position: relative;
        float: none; }

  .cnav_has_drop > a:after {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-top-color: white;
    margin-left: 4px; }
  .cnav_has_drop:hover ol {
    display: block; }

  .content_subnav {
    background: #e6e6e6;
    display: none;
    font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-size: 12px;
    padding: 5px 12px;
    position: absolute;
    margin-top: -3px;
    opacity: 0.99;
    top: 100%;
    z-index: 5000000;
    box-shadow: rgba(255, 255, 255, 0.95) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 2px 8px, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    border-radius: 4px; }
    .content_subnav:not(.assocboard) {
      left: 15%; }
    .content_subnav.assocboard {
      right: 15%; }
    .content_subnav:before {
      content: " ";
      border-bottom: 6px solid #e6e6e6;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      position: absolute;
      display: block;
      top: -5px; }
    .content_subnav:not(.assocboard):before {
      left: 6px; }
    .content_subnav.assocboard:before {
      right: 6px; }
    .content_subnav a {
      display: block;
      padding: 6px 2px;
      text-shadow: none;
      box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.5) 0 1px 0; }
    .content_subnav li:last-child a {
      box-shadow: none; }

  .cnav_item_active > a {
    text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0); } }
.no-touch li.cnav_item:hover > a, .no-touch li.cnav_item_active:hover > a {
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#00000000', GradientType=0); }
@media (max-width: 767px) {
  .no-touch li.cnav_item ol li:hover > a, .no-touch li.cnav_item_active ol li:hover > a {
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#00000000', GradientType=0); } }
.no-touch li.cnav_has_drop:hover .content_subnav {
  display: block;
  z-index: 5000000;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

@media (max-width: 767px) {
  .content_nav_wrap {
    margin: 0 0 18px;
    *zoom: 1; }
    .content_nav_wrap:before, .content_nav_wrap:after {
      display: table;
      content: ""; }
    .content_nav_wrap:after {
      clear: both; }

  .content_nav_label, .cnav_imp {
    color: white;
    line-height: 18px;
    height: 36px;
    margin: 0;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    text-align: center;
    background-color: #324295;
    background-image: -webkit-linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-image: -moz-linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-image: -o-linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-image: linear-gradient(#394dac, rgba(50, 66, 149, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF394DAC', endColorstr='#FF324295', GradientType=0); }
    .content_nav_label a, .cnav_imp a {
      padding: 9px;
      color: white; }

  .content_nav_label {
    display: block;
    visibility: visible;
    padding: 9px; }
    .content_nav_label:after {
      content: "";
      display: inline-block;
      border: 4px solid transparent;
      border-top-color: white;
      margin-left: 4px; }

  .cnav_imp.cnav_item_active a {
    text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0); }

  .content_nav_imp_wrap {
    display: table;
    visibility: visible;
    table-layout: fixed;
    width: 100%; }
    .content_nav_imp_wrap .content_nav_label, .content_nav_imp_wrap .cnav_imp {
      display: table-cell; }
    .content_nav_imp_wrap > div {
      box-shadow: #2f3f8e -1px 0 0 inset, #4b5fc3 1px 0 0 inset; }
      .content_nav_imp_wrap > div:first-child {
        box-shadow: #2f3f8e -1px 0 0 inset; }
      .content_nav_imp_wrap > div:last-child {
        box-shadow: #4b5fc3 1px 0 0 inset; }

  .content_nav_split a {
    display: inline-block;
    float: left;
    width: 50%; }

  .content_nav {
    display: none;
    border-bottom: 3.6px solid #2f3f8e;
    background: #4458c1;
    font-size: 14px;
    line-height: 18px;
    *zoom: 1; }
    .content_nav:before, .content_nav:after {
      display: table;
      content: ""; }
    .content_nav:after {
      clear: both; }
    .content_nav a {
      color: white;
      padding: 4.5px 9px; }
    .content_nav > li:last-child a {
      box-shadow: none; }
    .content_nav .cnav_imp {
      display: none;
      visibility: hidden; }
    .content_nav .cnav_item_active > a, .content_nav .csubnav_item_active > a {
      background: #2a387e; }
    .content_nav .csubnav_active > a {
      background: none; }
    .content_nav .cnav_has_drop > a:not(.cnav_link_unique) {
      display: none; }

  .content_nav_open {
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 8px, rgba(0, 0, 0, 0.08) 0 0 0 1px; }
    .content_nav_open .content_nav {
      display: block; }
    .content_nav_open .content_nav_label {
      background-color: #4458c1;
      background-image: -webkit-linear-gradient(#324295, rgba(68, 88, 193, 0));
      background-image: -moz-linear-gradient(#324295, rgba(68, 88, 193, 0));
      background-image: -o-linear-gradient(#324295, rgba(68, 88, 193, 0));
      background-image: linear-gradient(#324295, rgba(68, 88, 193, 0));
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF324295', endColorstr='#FF4458C1', GradientType=0); } }
.details_box {
  background: #ededed; }
  .details_box .type {
    font-weight: bold; }
  .details_box select, .details_box input {
    margin-bottom: 5px;
    margin-right: 7px; }

.unrel {
  color: #516dfb;
  font-weight: bold; }

.update {
  color: #b530aa;
  font-weight: bold; }

.cancel {
  color: #73778c;
  font-weight: bold; }

.search_results_title .search_result {
  display: block;
  margin-bottom: 30px;
  width: 100%; }
.search_results_title .sr_left_block {
  display: inline-block;
  width: 55px;
  vertical-align: top; }
.search_results_title .sr_right_block {
  display: inline-block;
  width: calc(100% - 60px); }
.search_results_title .sr_header {
  display: block;
  width: 100%;
  border-bottom: 1px solid #0b0c0e; }
.search_results_title .sr_img {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px; }
.search_results_title .sr_title {
  display: inline-block;
  width: 100%; }
.search_results_title .sr_name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  float: left; }
.search_results_title .sr_name a {
  color: #0b0c0e; }
.search_results_title .sr_aka {
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  font-size: 11px;
  color: #73778c;
  float: left;
  clear: left; }
.search_results_title .sr_info {
  display: inline-block;
  float: right;
  font-size: 11px;
  color: #0b0c0e; }
.search_results_title .sr_details {
  display: inline-block;
  width: 100%; }
.search_results_title .sr_product {
  display: inline-block;
  width: 100%;
  padding: 2px; }
.search_results_title .sr_product:nth-child(even) {
  background-color: #fafafa; }
.search_results_title .sr_product_name {
  display: inline-block;
  font-size: 13px;
  font-weight: bold; }
.search_results_title .sr_as {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  color: #73778c; }
.search_results_title .sr_links {
  display: inline-block;
  font-size: 11px;
  color: #73778c;
  float: right; }
.search_results_title .sr_links a {
  color: #73778c; }
.search_results_title .sr_showall {
  color: #73778c;
  text-align: center;
  cursor: pointer; }
.search_results_title .sr_hidden {
  display: none; }

.search_advanced label {
  font-weight: bold;
  font-size: 15px; }
.search_advanced .inline_select {
  display: inline;
  border: 1px solid gray;
  cursor: pointer;
  text-transform: none;
  background-color: transparent;
  padding-right: -18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px; }
.search_advanced .search_option {
  display: block;
  padding: 5px; }
.search_advanced .filters {
  padding: 5px; }
.search_advanced .btn_filter_rem {
  padding: 1px 7px 1px 6px; }
@media (max-width: 767px) {
  .search_advanced .btn_filter {
    padding: 2px;
    font-size: 12px; } }

.search_results_product {
  display: table;
  width: 100%;
  border: 1px solid gray;
  margin-top: 10px;
  margin-bottom: 10px; }
  .search_results_product .sr_title_row {
    display: table-row;
    font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-size: 16px;
    background-color: #3951c6;
    color: #f2f2f2; }
    @media (max-width: 767px) {
      .search_results_product .sr_title_row {
        display: none; } }
  .search_results_product .sr_row {
    display: table-row; }
    @media (max-width: 767px) {
      .search_results_product .sr_row {
        display: block;
        width: 100%; } }
  .search_results_product .sr_row:nth-child(odd) {
    background-color: #fafafa; }
  .search_results_product .sr_cell {
    display: table-cell;
    padding: 5px 6px; }
    @media (max-width: 767px) {
      .search_results_product .sr_cell {
        display: inline-block;
        vertical-align: top; } }
  .search_results_product .sr_platform {
    width: 5%; }
    @media (max-width: 767px) {
      .search_results_product .sr_platform {
        width: 35px; } }
  .search_results_product .sr_title {
    width: 40%; }
    @media (max-width: 767px) {
      .search_results_product .sr_title {
        width: calc(100% - 115px); } }
  .search_results_product .sr_release {
    width: 5%; }
    @media (max-width: 767px) {
      .search_results_product .sr_release {
        width: 55px; } }
  .search_results_product .sr_links {
    width: 40%; }
    .search_results_product .sr_links a {
      font-size: 13px; }
    @media (max-width: 767px) {
      .search_results_product .sr_links {
        display: block;
        padding: 2px;
        font-size: 11px;
        clear: left;
        margin-left: 45px;
        width: calc(100% - 45px); }
        .search_results_product .sr_links a {
          color: #73778c; } }

.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
  z-index: 100;
  background-color: #f2f2f2;
  border: 1px solid gray; }
  .ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em; }
  .ui-datepicker .ui-datepicker-prev {
    left: -2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 10px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center; }
  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
    background-color: #f2f2f2; }
  .ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
  .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em; }
  .ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }

.ui-datepicker-row-break {
  clear: both;
  font-size: 0em;
  width: 100%; }

.ui-datepicker-current-day {
  font-weight: bold !important; }

.ui-datepicker-today {
  background-color: #d9d9d9 !important; }

.fquote {
  margin: -2px 0 5px;
  padding: 10px;
  border: 1px solid #3951c6; }

.board {
  width: 100%;
  font-size: 14px; }
  .board th {
    background-color: #2e419e !important; }
  .board td {
    padding: 5px;
    vertical-align: middle; }
  .board cite {
    font-style: normal;
    font-weight: bold;
    border-bottom: 3px solid #3951c6; }
  .board blockquote {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #8896dd; }
  .board .fa:before {
    font-size: 14px; }
  @media (max-width: 480px) {
    .board .fa.fa-quote-right:before, .board .fa.fa-lock:before {
      font-size: 11px; }
    .board .fa.fa-angle-down:before {
      font-size: 14px;
      font-weight: bolder; } }
  .board col.title {
    width: 100%; }
  .board tbody td.date, .board tbody td.lastpost {
    white-space: nowrap; }
  .board span.boarddesc {
    display: block;
    font-size: 12px; }
    @media (max-width: 767px) {
      .board span.boarddesc {
        font-size: 11px;
        padding-top: 5px; } }
  .board a.sticky {
    font-weight: bold; }
  .board span.pglist {
    font-size: 12px; }
    @media (max-width: 767px) {
      .board span.pglist {
        display: none; } }

.board_wrap tbody a:visited {
  color: #7585d7; }

.board.categories tbody a {
  display: inline; }

.board.topics span:not(.pglist) a {
  color: #3449b2; }

.tinynav {
  background-color: #cdd9e4;
  color: #333333;
  padding: 4px 2px 4px 7px;
  width: 100%; }
  @media (max-width: 767px) {
    .tinynav {
      font-size: 12px; } }
  .tinynav a {
    color: #28398a; }
  .tinynav .crumb {
    font-size: 13px;
    margin-bottom: 0; }

.board.message:not(.detail):not(.modmark) {
  table-layout: fixed; }
.board.message tbody {
  border-radius: 10px; }
.board.message tr:nth-child(odd) td.msg, .board.message tr.left:nth-child(odd) td.msg {
  background-color: #e6e6e6; }
.board.message tr.top td {
  text-align: left; }
.board.message td {
  vertical-align: top; }
@media (max-width: 480px) {
  .board.message td, .board.message th {
    font-size: 11px !important; } }
.board.message .author {
  background-color: #cdd9e4;
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
  width: 14%;
  line-height: 17px;
  border: 1px solid #999999;
  text-align: center;
  padding: 8px; }
.board.message a {
  font-weight: normal; }
.board.message td {
  background: #f2f2f2;
  padding: 4px; }
  @media (max-width: 767px) {
    .board.message td {
      padding: 5px; } }
.board.message.newbeta td {
  padding: 0; }
.board.message.newbeta tr:nth-child(2n-1) td {
  background-color: #e6e6e6; }
.board.message .msg_detail_menu .user_subnav:before, .board.message .msg_detail_menu .user_submenu:before {
  border: 0 !important; }
.board.message .msg_infobox {
  background-color: #acbfd2;
  padding: 4px; }
  .board.message .msg_infobox:not(.deleted) {
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3; }
  .board.message .msg_infobox .post_time {
    color: #555555;
    cursor: default;
    font-size: 12px;
    margin-left: 10px; }
  .board.message .msg_infobox .user_info {
    display: inline-block;
    color: #555555;
    font-size: 12px;
    margin-left: 5px; }
  .board.message .msg_infobox .tag {
    display: inline !important;
    font-size: 12px;
    margin-left: 5px; }
.board.message .msg_deleted {
  color: #555555;
  font-size: 11px; }
.board.message .message_num {
  float: right; }
.board.message .msg_below {
  color: #555555;
  margin-left: 10px;
  padding: 4px 4px 8px; }
  .board.message .msg_below:not(.mod) {
    font-size: 11px; }
  .board.message .msg_below.mod {
    border-top: 1px solid #555555;
    margin-left: 0;
    margin-top: 10px; }
  .board.message .msg_below .options {
    float: right;
    font-size: 13px;
    padding-right: 2px; }
    .board.message .msg_below .options span:before {
      content: "\00A0\00B7\00A0"; }
    .board.message .msg_below .options span:first-child:before {
      content: ""; }
  .board.message .msg_below .action_after {
    padding-left: 10px; }
.board.message .msg_body {
  font-size: 14px;
  margin: 4px;
  word-wrap: break-word; }
  .board.message .msg_body.newbeta {
    margin: 15px 10px 0; }
  @media (max-width: 767px) {
    .board.message .msg_body {
      font-size: 12px;
      line-height: 18px; } }
  @media (max-width: 480px) {
    .board.message .msg_body {
      font-size: 12px; } }
  .board.message .msg_body .signature {
    color: #73778c; }
    .board.message .msg_body .signature:before {
      content: "---"; }
    .board.message .msg_body .signature .sig_text {
      margin-top: 0px; }
  .board.message .msg_body div.vid_container {
    display: inline-block;
    height: 200px;
    width: 356px; }
    @media (max-width: 767px) {
      .board.message .msg_body div.vid_container {
        height: 100% !important;
        width: 100% !important; } }
    .board.message .msg_body div.vid_container div.yt_player {
      height: 200px;
      width: 356px; }
      @media (max-width: 480px) {
        .board.message .msg_body div.vid_container div.yt_player {
          width: 100%; } }
    .board.message .msg_body div.vid_container img.yt_thumb {
      cursor: pointer;
      height: 200px;
      width: 356px; }
      @media (max-width: 480px) {
        .board.message .msg_body div.vid_container img.yt_thumb {
          width: 100%; } }
    .board.message .msg_body div.vid_container iframe.yt_iframe {
      border: 1px solid #555555;
      height: 200px;
      width: 356px; }
      @media (max-width: 480px) {
        .board.message .msg_body div.vid_container iframe.yt_iframe {
          width: 100%; } }
    .board.message .msg_body div.vid_container div.play_btn {
      background: url(https://gamefaqs.akamaized.net/images/player/av-splash-65x130.png) top no-repeat;
      cursor: pointer;
      height: 65px;
      position: relative;
      right: -143px;
      top: -135px;
      width: 65px; }
      .board.message .msg_body div.vid_container div.play_btn:hover {
        background-position: center -65px; }
  .board.message .msg_body a.img_container img {
    border: 1px solid #555555; }
  .board.message .msg_body blockquote.expand_quote a {
    display: block;
    font-size: 11px;
    margin-top: 5px; }
.board.message.msg_list .msg_body blockquote > blockquote > blockquote:not(.expand_quote) {
  display: none; }
.board.message td.mod_info {
  background: #cdd9e4 !important; }

.edit_notice {
  display: block;
  font-size: 11px;
  padding-left: 0; }

.tooltip {
  z-index: 100000000 !important; }

.board_status {
  padding: 10px 0;
  width: 28px; }

.board_icon {
  background: url(https://gamefaqs.akamaized.net/images/default/board_sprite_fader.png) no-repeat 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 20px; }
  .board_icon.board_icon_topic_new {
    background-position: -16px 0px; }
  .board_icon.board_icon_topic_unread {
    background-position: -32px 0px; }
  .board_icon.board_icon_topic_read {
    background-position: -48px 0px; }
  .board_icon.board_icon_archived {
    background-position: 0px -64px; }
  .board_icon.board_icon_archived_new {
    background-position: -16px -64px; }
  .board_icon.board_icon_archived_unread {
    background-position: -32px -64px; }
  .board_icon.board_icon_archived_read {
    background-position: -48px -64px; }
  .board_icon.board_icon_closed {
    background-position: 0px -128px; }
  .board_icon.board_icon_closed_new {
    background-position: -16px -128px; }
  .board_icon.board_icon_closed_unread {
    background-position: -32px -128px; }
  .board_icon.board_icon_closed_read {
    background-position: -48px -128px; }
  .board_icon.board_icon_poll {
    background-position: 0px -160px; }
  .board_icon.board_icon_poll_new {
    background-position: -16px -160px; }
  .board_icon.board_icon_poll_unread {
    background-position: -32px -160px; }
  .board_icon.board_icon_poll_read {
    background-position: -48px -160px; }
  .board_icon.board_icon_sticky {
    background-position: 0px -32px; }
  .board_icon.board_icon_sticky_new {
    background-position: -16px -32px; }
  .board_icon.board_icon_sticky_unread {
    background-position: -32px -32px; }
  .board_icon.board_icon_sticky_read {
    background-position: -48px -32px; }

.board_poll {
  display: block;
  width: auto;
  padding: 15px;
  margin: 0 0 18px;
  border-radius: 4px;
  box-shadow: #cccccc 0 0 0 1px inset, #dbdbdb 0 0 0 4px; }

.board_poll .poll_head {
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .board_poll .poll_head {
      font-size: 16px; } }

.board_poll .poll_body.results {
  display: table;
  padding: 2px;
  table-layout: fixed;
  width: 100%; }
  .board_poll .poll_body.results .row {
    display: table-row; }
    .board_poll .poll_body.results .row div {
      display: table-cell;
      padding: 1px; }
    .board_poll .poll_body.results .row .poll_opt {
      text-align: left;
      width: 40%; }
    .board_poll .poll_body.results .row .poll_pct, .board_poll .poll_body.results .row .poll_votes {
      text-align: center;
      width: 10%; }
    .board_poll .poll_body.results .row .poll_barpct {
      text-align: center;
      width: 40%; }
    .board_poll .poll_body.results .row span.votes {
      display: none; }
    @media (max-width: 767px) {
      .board_poll .poll_body.results .row div {
        display: inline-block; }
      .board_poll .poll_body.results .row .poll_barpct {
        float: left;
        width: 55%; }
      .board_poll .poll_body.results .row .poll_pct {
        float: right;
        width: 45%; }
      .board_poll .poll_body.results .row .poll_opt {
        width: 100%; }
      .board_poll .poll_body.results .row .poll_votes {
        display: none; }
      .board_poll .poll_body.results .row span.votes {
        display: inline-block; } }

.board_poll .poll_foot_left {
  display: inline-block;
  float: left;
  padding: 2px; }

.board_poll .poll_foot_right {
  display: inline-block;
  float: right;
  padding: 10px 10px 2px 0px; }
  .board_poll .poll_foot_right, .board_poll .poll_foot_right a {
    font-weight: bold; }

.board_poll .poll_foot {
  display: block;
  clear: both; }

.board_poll .row {
  padding: 5px 0; }
  .board_poll .row:not(:last-child) {
    border-bottom: 1px dotted #999999; }

.board_poll .poll_bar {
  float: left;
  text-align: right;
  margin-bottom: -1px;
  height: 12px;
  border-radius: 4px;
  background-color: #52a22a;
  background-image: -webkit-linear-gradient(#66cb34, rgba(82, 162, 42, 0));
  background-image: -moz-linear-gradient(#66cb34, rgba(82, 162, 42, 0));
  background-image: -o-linear-gradient(#66cb34, rgba(82, 162, 42, 0));
  background-image: linear-gradient(#66cb34, rgba(82, 162, 42, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF66CB34', endColorstr='#FF52A22A', GradientType=0); }

.tag {
  background-color: #ffffcc;
  color: black;
  font-weight: bold; }

.splitboard {
  display: none; }

.fspoiler, .fspoiler a, .fspoiler a:visited, .fspoiler blockquote {
  background-color: #222222;
  color: #222222; }

.fspoiler a:visited {
  color: #222222 !important; }

s.spoil_on, s.spoil_on a, s.spoil_on blockquote {
  background-color: #222222;
  color: white !important; }

.board.message s.spoil_on a {
  color: white !important; }

s, s a, s a:visited, s blockquote {
  cursor: pointer;
  text-decoration: none;
  background-color: #222222;
  color: #222222; }

s a:visited {
  text-decoration: none;
  color: #222222 !important; }

s img {
  visibility: hidden; }

.tagbuttons input {
  font-weight: normal; }
  .tagbuttons input.btnbold {
    font-weight: bold; }
  .tagbuttons input.btncite {
    font-weight: bold;
    font-style: italic; }
  .tagbuttons input.btncode {
    font-family: monospace; }
  .tagbuttons input.btnitalic {
    font-style: italic; }

tr.two td {
  width: 50%; }

tr.three td {
  width: 33%; }

tr.four td {
  width: 25%; }

.searchtopics {
  margin-bottom: 15px; }
  .searchtopics input {
    width: 50%; }

.modopt ul li {
  list-style: none; }

.modstat a {
  color: white; }

.status_msg {
  background: #fde872;
  color: #0b0c0e; }

table.mod tr:nth-child(4n) td, table.mod tr:nth-child(4n-1) td {
  background: #e6e6e6; }
table.mod tr:nth-child(4n-2) td, table.mod tr:nth-child(4n-3) td {
  background: #f2f2f2; }

table.mod.onerow tr:nth-child(odd) td {
  background: #e6e6e6; }
table.mod.onerow tr:nth-child(even) td {
  background: #f2f2f2; }

table.trim {
  margin: 1px;
  text-align: center; }
  table.trim tr:first-child th {
    background: #2e419e;
    color: white; }
  table.trim tr:not:first-child {
    text-align: center; }
  table.trim td, table.trim table.modmark td {
    border: 0 !important;
    padding: 5px !important;
    vertical-align: top; }
  table.trim input, table.trim select.mod_reason {
    width: 100%; }

@media (max-width: 767px) {
  .mod_status {
    font-size: 11px;
    line-height: 18px; } }
span.topic_status_text, ul.paginate.tsort {
  display: none; }

.boardnews p {
  margin: 0 0 8px; }

li.unav {
  position: relative; }
  li.unav:hover .user_subnav {
    display: block; }

span.user:hover .user_subnav {
  display: block; }

.user_subnav, .user_submenu {
  background: #e6e6e6;
  display: none;
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 12px;
  padding: 5px 12px;
  position: absolute;
  left: 15%;
  margin-top: -3px;
  opacity: 0.99;
  top: 100%;
  width: auto;
  z-index: 5000000;
  box-shadow: rgba(255, 255, 255, 0.95) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 2px 8px, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  border-radius: 4px; }
  .user_subnav a, .user_submenu a {
    display: block;
    padding: 3px;
    text-shadow: none; }
    .user_subnav a:not(:last-child), .user_submenu a:not(:last-child) {
      box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.5) 0 1px 0; }
  .user_subnav li, .user_submenu li {
    list-style-type: none;
    margin-bottom: 2px; }
    .user_subnav li a, .user_submenu li a {
      box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.5) 0 1px 0; }
    .user_subnav li:hover, .user_submenu li:hover {
      text-decoration: underline; }
    .user_subnav li:last-child a, .user_submenu li:last-child a {
      box-shadow: none; }

.user_subnav:before {
  content: " ";
  border-bottom: 6px solid #e6e6e6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 6px;
  display: block;
  top: -5px; }

.user_submenu {
  color: #0b0c0e !important;
  font-weight: normal;
  height: 165px;
  left: 5px;
  padding: 5px;
  text-align: left;
  width: 275px; }
  .user_submenu:not(.qna) {
    top: 18px; }
  .user_submenu.qna {
    height: 185px; }
  @media (max-width: 767px) {
    .user_submenu {
      height: 150px;
      line-height: 16px;
      width: 275px; }
      .user_submenu.qna {
        height: 170px; } }
  .user_submenu .head {
    margin-bottom: 9px; }
    .user_submenu .head a {
      color: #3449b2 !important;
      display: inline; }
  .user_submenu i {
    float: none !important; }
  .user_submenu a, .user_submenu span {
    display: inline;
    padding: 0; }
    .user_submenu a:not(:last-child), .user_submenu span:not(:last-child) {
      box-shadow: none; }
  .user_submenu div.img {
    box-shadow: none;
    display: inline-block;
    height: 104px;
    left: auto;
    top: auto;
    width: 104px; }
    .user_submenu div.img img {
      height: 104px;
      width: 104px; }
  .user_submenu .user_submenu_list {
    display: inline-block;
    left: 115px;
    position: absolute; }
    .user_submenu .user_submenu_list span {
      display: table; }
    .user_submenu .user_submenu_list div {
      display: inline; }
    .user_submenu .user_submenu_list i {
      font-size: 14px; }
  .user_submenu .user_tag_input {
    background: #e6e6e6;
    border: 1px solid #999999;
    border-radius: 4px;
    display: none;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    right: 32px;
    top: 30px;
    z-index: 1000; }
    @media (max-width: 767px) {
      .user_submenu .user_tag_input {
        left: 60px;
        top: 40px; } }
    .user_submenu .user_tag_input input {
      display: inline; }
      .user_submenu .user_tag_input input.tag_text {
        width: 80%; }

.menu_toggle i.fa {
  float: none; }

.body.settings h3 {
  background: #2e419e;
  color: white;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0 5px;
  text-align: left;
  text-shadow: 0 -1px 0 #223077; }
.body.settings div#accordion h3 {
  border-radius: 5px;
  cursor: pointer; }
.body.settings div.row {
  padding: 5px;
  margin-bottom: 0; }
  .body.settings div.row:nth-child(odd), .body.settings div.row div.row div:nth-child(odd) {
    background-color: #e6e6e6; }
  .body.settings div.row div.name, .body.settings div.row div.option {
    display: inline-block;
    width: 50%; }
  .body.settings div.row div.namelarge, .body.settings div.row div.optionlarge {
    display: inline-block; }
  .body.settings div.row div.namelarge {
    width: 40%; }
  .body.settings div.row div.optionlarge {
    width: 55%; }

.body.settings ul, .report_dialog ul {
  padding-left: 0; }
  .body.settings ul li, .report_dialog ul li {
    list-style-type: none; }

@media (max-width: 767px) {
  table.msg tbody {
    display: block; }

  table.msg td.author {
    display: block;
    width: 100% !important;
    text-align: left; }

  table.msg div.msg_stats_left {
    display: block;
    width: 100%;
    text-align: left; }

  table.msg td.msg {
    display: block; }

  table.msg, table.msg tr.msg {
    display: block; } }
@media (max-width: 767px) {
  table.tlist, table.tlist tr.topics, table.tlist tbody, ul.paginate.tsort {
    display: block;
    clear: both;
    width: 100%;
    overflow: auto; }

  table.tlist td {
    border: 0; }

  table.tlist th:not(.tsort) {
    display: none;
    width: auto; }

  table.tlist td {
    padding: 4px;
    margin: 0; }

  table.tlist td.mboard, table.tlist td.muser {
    display: none; }

  table.tlist td.topic {
    display: inline-block;
    clear: left;
    font-weight: bold;
    width: 86%; }

  table.tlist td.board_status {
    display: inline-block;
    clear: left;
    width: 7%; }

  table.tlist td.tboard {
    display: inline-block;
    clear: left;
    font-weight: bold;
    width: 50%; }

  table.tlist td.topichalf {
    display: inline-block;
    clear: left;
    width: 43%; }

  table.tlist td.tauthor {
    display: inline-block;
    clear: left;
    float: left;
    padding-left: 20px !important;
    width: 50%; }

  table.tlist td.count {
    display: inline-block;
    float: left;
    width: 15%; }

  table.tlist td.tcount, table.tlist td.mscore, table.tlist td.mtime, table.tlist td.msgid {
    display: inline-block;
    float: left;
    width: 30%; }

  table.tlist td.mreason {
    display: inline-block;
    float: left;
    width: 40%; }

  table.tlist td.mtopic {
    display: inline-block;
    float: left;
    font-weight: bold;
    width: 70%; }

  table.tlist td.lastpost {
    display: inline-block;
    width: 35%; }
    table.tlist td.lastpost.tlast {
      float: left; }
    table.tlist td.lastpost:not(.tlast) {
      float: right; }

  span.topic_status_text {
    display: inline; }

  table.othertopics th.author {
    display: none; }
  table.othertopics th.lastpost {
    display: none; }
  table.othertopics td.author {
    display: none; }
  table.othertopics td.lastpost {
    display: none; }

  table.mymod th.mboard, table.mymod td.mboard, table.mymod th.mtopic, table.mymod td.mtopic {
    display: none; }

  .splitboard {
    display: block; }

  .popauth {
    display: none; } }
/* BOARD MANAGER */
@media (max-width: 767px) {
  .bman {
    width: 85% !important; } }
.bman_remove, .bman_favorite, .bman_favorite_inline {
  color: #3449b2; }

.bman_favorite {
  margin-right: 10px; }

.alpha_sort {
  font-size: 12px; }

/* MSG DETAIL MENU */
.msg_detail_menu {
  display: inline;
  position: relative; }
  .msg_detail_menu.left {
    top: 15px; }
  .msg_detail_menu ul {
    display: none;
    position: absolute;
    top: 115%;
    text-align: left; }
    @media (max-width: 767px) {
      .msg_detail_menu ul {
        font-size: 12px !important;
        line-height: 12px !important;
        top: 130%; } }
    .msg_detail_menu ul li {
      margin: 5px 0;
      float: none;
      display: block; }
      @media (max-width: 767px) {
        .msg_detail_menu ul li {
          margin: 0; } }
      .msg_detail_menu ul li a {
        color: #0b0c0e !important;
        font-weight: bold !important; }

.post_author, span.user {
  display: inline;
  position: relative; }
  .post_author:hover .user_subnav, span.user:hover .user_subnav {
    display: block; }
  .post_author a, span.user a {
    color: #3449b2 !important; }

span.icons {
  cursor: pointer;
  float: right; }
  @media (max-width: 480px) {
    span.icons {
      display: table;
      float: none; } }

.report_dialog, .sticky_dialog, .pm_dialog, .profile_rules_dialog, .profile_report_dialog, .gs_video_dialog, .qna_expert_dialog, .flair_dialog {
  display: none; }
  @media (max-width: 480px) {
    .report_dialog, .sticky_dialog, .pm_dialog, .profile_rules_dialog, .profile_report_dialog, .gs_video_dialog, .qna_expert_dialog, .flair_dialog {
      font-size: 11px; }
      .report_dialog li, .sticky_dialog li, .pm_dialog li, .profile_rules_dialog li, .profile_report_dialog li, .gs_video_dialog li, .qna_expert_dialog li, .flair_dialog li {
        margin-bottom: 2px !important; } }

.charcount {
  font-size: 11px;
  margin-left: 10px;
  display: block; }

.board_topic_results {
  display: block;
  margin-top: 10px; }

.msg_mod {
  margin: 5px;
  padding: 5px;
  border: 1px solid #3951c6;
  border-radius: 10px; }

.textcomplete-dropdown {
  background-color: #f2f2f2;
  border: 1px solid #999999;
  list-style: none;
  margin: 0;
  padding: 0; }
  .textcomplete-dropdown a:hover {
    cursor: pointer; }
  .textcomplete-dropdown .active {
    background-color: #acbfd2; }
  .textcomplete-dropdown li {
    border-top: 1px solid #999999;
    margin-bottom: 0;
    padding: 2px 5px; }
    .textcomplete-dropdown li:first-child {
      border-top: none; }
    .textcomplete-dropdown li:hover {
      background-color: #eeeeee; }

.forum_anon {
  border: 1px solid #3951c6;
  border-radius: 10px;
  margin: 5px 0;
  padding: 5px;
  width: 100%;
  background-color: #ffffc2; }
  .forum_anon a {
    font-weight: bold;
    text-decoration: none; }

.flair {
  border: 1px solid #3449b2;
  color: #3449b2;
  cursor: default;
  font-size: 10px;
  margin-left: 5px;
  opacity: 0.5;
  padding: 0 2px;
  text-transform: uppercase;
  white-space: nowrap; }
  .flair.flair_option {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    text-transform: none; }
    .flair.flair_option.custom {
      border: 0;
      font-size: 18px;
      margin: 0;
      padding: 0; }
      .flair.flair_option.custom a {
        padding: 0;
        position: relative;
        top: 1px; }
    .flair.flair_option.custom_save {
      background: #66cb34;
      border-color: #66cb34;
      display: none; }
      .flair.flair_option.custom_save.active {
        display: inline-block;
        opacity: 1; }
      .flair.flair_option.custom_save a {
        color: white; }
    .flair.flair_option input, .flair.flair_option i.filter_option {
      display: none; }
    .flair.flair_option.custom_option {
      opacity: 1; }
      .flair.flair_option.custom_option input, .flair.flair_option.custom_option i.filter_option {
        display: inline-block; }
    .flair.flair_option:hover {
      opacity: 1; }
    .flair.flair_option.active:not(.custom_save), .flair.flair_option.current:not(.custom_option) {
      background: #3449b2;
      opacity: 1; }
      .flair.flair_option.active:not(.custom_save) a, .flair.flair_option.current:not(.custom_option) a {
        color: white; }
    .flair.flair_option a {
      padding: 4px 7px;
      display: inline-block;
      font-weight: bold; }
      .flair.flair_option a:hover {
        text-decoration: none; }

.topic_filter {
  border-top: 1px solid #999999;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px 0;
  white-space: nowrap; }
  .topic_filter .flair_option_label {
    font-weight: bold;
    padding-right: 12px; }

.flair_divider {
  border-left: 2px solid #999999;
  cursor: default;
  display: inline-block;
  height: 30px;
  margin: 0 10px 0 12px;
  padding-top: 5px; }

.mygames_options legend {
  display: none; }
.mygames_options fieldset {
  display: block;
  visibility: visible;
  margin: 0 0 9px; }
  .pod_split .mygames_options fieldset {
    *zoom: 1; }
    .pod_split .mygames_options fieldset:before, .pod_split .mygames_options fieldset:after {
      display: table;
      content: ""; }
    .pod_split .mygames_options fieldset:after {
      clear: both; }
  .mygames_options fieldset.disabled, .mygames_options fieldset[disabled] {
    display: none;
    visibility: hidden; }
.mygames_options > fieldset {
  background: none;
  padding: 0;
  border: 0; }
.mygames_options select {
  max-width: 100%;
  width: 100%; }

.pod_filter_mygames {
  margin-bottom: 18px; }
  .pod_filter_mygames fieldset {
    margin: 0; }
  .pod_filter_mygames select {
    width: auto; }
  .pod_filter_mygames input, .pod_filter_mygames select {
    max-width: 100%; }

.mygames_filterset {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  display: inline-block; }
  .mygames_filterset li {
    display: inline-block;
    list-style: none;
    margin: 0 9px 9px 0; }
    .mygames_filterset li:last-child {
      margin-right: 0; }

.mygames_section {
  background: white;
  margin-bottom: 9px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  last-child-margin: 9px 0 0;
  *zoom: 1; }
  .mygames_section:before, .mygames_section:after {
    display: table;
    content: ""; }
  .mygames_section:after {
    clear: both; }

figure.mygames_section figcaption:not([class]) {
  font-size: 12px;
  line-height: 18px; }
figure.mygames_section figcaption:first-child {
  margin: 0 0 9px; }
figure.mygames_section figcaption:last-child {
  margin: 9px 0 0; }
figure.mygames_section.bar {
  display: none; }
@media (max-width: 480px) {
  figure.mygames_section.pie {
    display: none; }
  figure.mygames_section.bar {
    display: block; } }

.mygames_notes textarea {
  display: block;
  float: left;
  margin: 0 0 9px;
  width: 67%; }
.mygames_notes .note_msg {
  clear: left;
  float: left;
  font-size: 11px;
  line-height: 18px; }
.mygames_notes .btn#note_save {
  float: right;
  width: 30%; }

.mygames_track .btn {
  margin-top: 4.5px;
  width: 100%; }
  .mygames_track .btn.btn_track {
    width: 49%; }

.pod_gamerater,
select.gamerater {
  display: none; }

.pod_gamerater .average_rating {
  margin: 0;
  margin-top: 4.5px;
  font-size: 12px;
  line-height: 18px; }

div.gamerater {
  display: block;
  *zoom: 1; }
  div.gamerater:before, div.gamerater:after {
    display: table;
    content: ""; }
  div.gamerater:after {
    clear: both; }

.gamerater_name {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  color: #3951c6;
  line-height: 27px;
  min-width: 110px; }

.gamerater_desc {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 4.5px 0 0 0; }

.gamerater_label .subsection-title {
  line-height: 26px; }

.mygames_rate .gamerater_name, .mygames_rate .subsection-title {
  line-height: 27px; }

ol.gamerater {
  background: no-repeat 0 -27px;
  display: inline-block;
  float: left;
  line-height: 27px;
  height: 27px;
  width: 120px;
  margin: 0 15px 0 0;
  padding: 0; }
  ol.gamerater .rate {
    background: no-repeat 500px;
    float: left;
    width: 24px;
    height: 0;
    padding: 27px 0 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden; }
  ol.gamerater:not(.gamerater_relative) .rate_1.selected {
    background-position: 0 0; }
  ol.gamerater:not(.gamerater_relative) .rate_2.selected {
    background-position: -24px 0; }
  ol.gamerater:not(.gamerater_relative) .rate_3.selected {
    background-position: -48px 0; }
  ol.gamerater:not(.gamerater_relative) .rate_4.selected {
    background-position: -72px 0; }
  ol.gamerater:not(.gamerater_relative) .rate_5.selected {
    background-position: -96px 0; }

ol.gamerater_own {
  background-image: url(https://gamefaqs.akamaized.net/images/default/mygames_own.png); }
  .no_retail ol.gamerater_own {
    width: 96px;
    margin-right: 39px; }
  ol.gamerater_own .rate {
    background-image: url(https://gamefaqs.akamaized.net/images/default/mygames_own.png); }

ol.gamerater_play, ol.gamerater_play .rate {
  background-image: url(https://gamefaqs.akamaized.net/images/default/mygames_play.png); }

ol.gamerater_rate, ol.gamerater_rate .rate {
  background-image: url(https://gamefaqs.akamaized.net/images/default/mygames_rate.png); }

ol.gamerater_diff, ol.gamerater_diff .rate {
  background-image: url(https://gamefaqs.akamaized.net/images/default/mygames_diff.png); }

ol.gamerater_time, ol.gamerater_time .rate {
  background-image: url(https://gamefaqs.akamaized.net/images/default/mygames_time.png); }

ol.gamerater_relative {
  background-position: 0 0;
  position: relative; }
  ol.gamerater_relative .rate {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500; }
  ol.gamerater_relative .rate_1 {
    width: 12px;
    z-index: 500; }
  ol.gamerater_relative .rate_2 {
    width: 24px;
    z-index: 499; }
  ol.gamerater_relative .rate_3 {
    width: 36px;
    z-index: 498; }
  ol.gamerater_relative .rate_4 {
    width: 48px;
    z-index: 497; }
  ol.gamerater_relative .rate_5 {
    width: 60px;
    z-index: 496; }
  ol.gamerater_relative .rate_6 {
    width: 72px;
    z-index: 495; }
  ol.gamerater_relative .rate_7 {
    width: 84px;
    z-index: 494; }
  ol.gamerater_relative .rate_8 {
    width: 96px;
    z-index: 493; }
  ol.gamerater_relative .rate_9 {
    width: 108px;
    z-index: 492; }
  ol.gamerater_relative .rate_10 {
    width: 120px;
    z-index: 491; }
  ol.gamerater_relative .selected {
    background-position: right -54px; }
    ol.gamerater_relative .selected.rate_odd {
      background-position: right -27px; }

ol.gamerater_time .rate_1 {
  width: 10px; }
ol.gamerater_time .rate_3 {
  width: 34px; }
ol.gamerater_time .rate_5 {
  width: 58px; }
ol.gamerater_time .rate_7 {
  width: 82px; }
ol.gamerater_time .rate_9 {
  width: 106px; }

.pod_playqueue .playqueue_msg {
  float: right;
  margin-top: 0;
  margin-right: 4.5px;
  width: auto;
  display: inline; }

@media (max-width: 480px) {
  span.userrate {
    display: none; } }
.minirate {
  background-image: url(https://gamefaqs.akamaized.net/images/default/hearts_mini.gif);
  overflow: hidden;
  display: block;
  height: 16px;
  width: 78px;
  margin-left: auto;
  margin-right: auto; }
  .minirate.review {
    display: inline-block; }

.r0 .minirate {
  background-position: 0 0; }

.r1 .minirate {
  background-position: 0 -18px; }

.r2 .minirate {
  background-position: 0 -36px; }

.r3 .minirate {
  background-position: 0 -54px; }

.r4 .minirate {
  background-position: 0 -72px; }

.r5 .minirate {
  background-position: 0 -90px; }

.r6 .minirate {
  background-position: 0 -108px; }

.r7 .minirate {
  background-position: 0 -126px; }

.r8 .minirate {
  background-position: 0 -144px; }

.r9 .minirate {
  background-position: 0 -162px; }

.r10 .minirate {
  background-position: 0 -180px; }

.playqueue {
  display: table;
  vertical-align: baseline;
  padding: 0;
  counter-reset: item;
  width: 100%; }
  @media (max-width: 767px) {
    .playqueue {
      display: block; } }

.playqueue_item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-row; }
  .playqueue_item div {
    vertical-align: baseline;
    display: table-cell;
    border-top: 1px solid #d9d9d9;
    padding: 10px 5px; }
    .playqueue_item div.playqueue_btns {
      text-align: right;
      white-space: nowrap; }
  .playqueue_item:before {
    display: table-cell;
    content: counter(item) ". ";
    counter-increment: item;
    border-top: 1px solid #d9d9d9;
    padding-left: 5px;
    text-align: right; }
  .playqueue_item:first-child {
    border-top: 0;
    padding-top: 0; }
    .playqueue_item:first-child div {
      border-top: 0;
      padding-top: 0; }
    .playqueue_item:first-child:before {
      border-top: 0; }
  @media (max-width: 767px) {
    .playqueue_item {
      display: block;
      border-top: 1px solid #d9d9d9;
      padding: 10px 5px; }
      .playqueue_item div {
        border-top: 0;
        padding: 0; }
        .playqueue_item div.playqueue_ttl {
          display: inline;
          margin: 0; }
        .playqueue_item div.playqueue_btns {
          display: block;
          margin: 5px 0 0;
          text-align: left; }
      .playqueue_item:before {
        display: inline;
        border-top: 0;
        padding: 0;
        text-align: left; } }

.pod_mygames_builder .body .paginate {
  float: none; }
  .pod_mygames_builder .body .paginate.step_actions {
    float: right; }

.mygames_builder {
  padding: 0;
  counter-reset: item; }
  .mygames_builder li {
    list-style: none; }
  .mygames_builder .mygames_step_title {
    display: inline-block; }
    .mygames_builder .mygames_step_title:before {
      display: inline;
      content: "Step " counter(item) ": ";
      counter-increment: item; }
  .mygames_builder .mygames_title {
    display: inline-block;
    font-weight: bold; }
  .mygames_builder .mygames_center_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold; }
  .mygames_builder .mygames_step_count {
    display: inline-block;
    float: right; }
  @media (max-width: 767px) {
    .mygames_builder .mygames_step_count {
      float: none;
      display: block;
      margin-top: 4.5px; } }

.mygames_step_desc {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 4.5px 0 0 0; }

.mygames_builder_platforms {
  margin-top: 0; }
  .mygames_builder_platforms dd, .mygames_builder_platforms dt {
    padding: 5px;
    margin: 0; }
  .mygames_builder_platforms dt {
    float: left;
    padding-bottom: 0; }
  .mygames_builder_platforms dd {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    clear: right; }
    .mygames_builder_platforms dd:last-child {
      border-bottom: 0; }
  @media (max-width: 767px) {
    .mygames_builder_platforms dt {
      float: none; }
    .mygames_builder_platforms dd {
      padding-top: 0;
      text-align: left; } }

.mygames_builder_games {
  padding: 0; }
  .mygames_builder_games > li {
    list-style: none;
    border-top: 1px solid #d9d9d9;
    padding: 10px 5px;
    margin: 0; }
    .mygames_builder_games > li:first-child {
      border-top: 0; }
  .mygames_builder_games fieldset {
    border: 0;
    padding: 0;
    margin: 0; }

.pod_mygames_import textarea {
  height: 400px;
  width: 100%; }
  @media (max-width: 767px) {
    .pod_mygames_import textarea {
      height: 100px; } }

.js .pod_gamerater {
  display: block; }

.no-touch ol.gamerater:hover .selected {
  background-position: 500px; }
.no-touch ol.gamerater .rate_1:hover {
  background-position: 0 0; }
.no-touch ol.gamerater .rate_2:hover {
  background-position: -24px 0; }
.no-touch ol.gamerater .rate_3:hover {
  background-position: -48px 0; }
.no-touch ol.gamerater .rate_4:hover {
  background-position: -72px 0; }
.no-touch ol.gamerater .rate_5:hover {
  background-position: -96px 0; }
.no-touch ol.gamerater_relative .rate:hover {
  background-position: right -54px; }
.no-touch ol.gamerater_relative .rate_odd:hover {
  background-position: right -27px; }

@media (max-width: 767px) {
  .mygames_notes textarea {
    margin-top: 4.5px; }

  select.gamerater {
    display: inline-block; }

  .pod_split select.gamerater {
    margin-top: 4.5px; } }
@media (max-width: 767px) {
  #gamesearch {
    font-size: 16px; } }

.list_game {
  display: block;
  position: relative;
  width: 100%;
  border: lightgrey solid 1px;
  margin: 1px;
  border-radius: 2px;
  overflow: hidden; }
  .list_game .lg_left {
    float: left;
    height: 50px;
    width: 101px; }
    .list_game .lg_left.unranked {
      width: 51px; }
  .list_game .lg_right {
    float: right;
    height: 50px; }
    .list_game .lg_right.control_4 {
      width: 100px; }
      @media (max-width: 767px) {
        .list_game .lg_right.control_4 {
          width: 185px; } }
    .list_game .lg_right.control_3 {
      width: 75px; }
      @media (max-width: 767px) {
        .list_game .lg_right.control_3 {
          width: 140px; } }
    .list_game .lg_right.control_2 {
      width: 50px; }
      @media (max-width: 767px) {
        .list_game .lg_right.control_2 {
          width: 90px; } }
    .list_game .lg_right.control_1 {
      width: 25px; }
      @media (max-width: 767px) {
        .list_game .lg_right.control_1 {
          width: 45px; } }
    .list_game .lg_right.ratebox {
      width: 150px; }
  .list_game .lg_center {
    margin-left: 105px;
    margin-right: 5px; }
    .list_game .lg_center.unranked {
      margin-left: 55px; }
    .list_game .lg_center.control_4 {
      margin-right: 105px; }
      @media (max-width: 767px) {
        .list_game .lg_center.control_4 {
          margin-right: 190px; } }
    .list_game .lg_center.control_3 {
      margin-right: 80px; }
      @media (max-width: 767px) {
        .list_game .lg_center.control_3 {
          margin-right: 145px; } }
    .list_game .lg_center.control_2 {
      margin-right: 55px; }
      @media (max-width: 767px) {
        .list_game .lg_center.control_2 {
          margin-right: 95px; } }
    .list_game .lg_center.control_1 {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .list_game .lg_center.control_1 {
          margin-right: 50px; } }
    .list_game .lg_center.ratebox {
      margin-right: 155px; }
  .list_game .rank {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; }
  .list_game .thumbnail {
    float: right;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid white; }
  .list_game .name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px black solid; }
  .list_game .extra {
    display: block;
    color: grey;
    font-size: 12px; }
    .list_game .extra .release_select {
      float: right;
      cursor: pointer; }
  .list_game .rate {
    display: block;
    font-size: 20px;
    padding-top: 5px;
    text-align: center; }
    .list_game .rate .fa-fw {
      width: 0.9em; }
    .list_game .rate .rate_hint {
      display: inline-block; }
    .list_game .rate .rate_hint_box {
      width: 100%;
      margin-top: 5px;
      font-size: 12px; }
      .list_game .rate .rate_hint_box .rate_minus {
        float: left; }
        .list_game .rate .rate_hint_box .rate_minus:hover {
          color: red; }
      .list_game .rate .rate_hint_box .rate_plus {
        float: right; }
        .list_game .rate .rate_hint_box .rate_plus:hover {
          color: green; }
      .list_game .rate .rate_hint_box i {
        cursor: pointer;
        border: 1px solid lightgrey;
        padding: 2px 10px; }
  .list_game .controls {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: right; }
    .list_game .controls i {
      padding: 5px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .list_game .controls i {
          border: 1px solid lightgrey;
          margin: 3px;
          padding-left: 12px;
          padding-right: 12px; } }
    .list_game .controls i.mg_del:hover {
      color: red; }
    .list_game .controls i.mg_reo:hover, .list_game .controls i.mg_up:hover, .list_game .controls i.mg_dn:hover {
      color: blue; }
    .list_game .controls i.mg_not:hover {
      color: orange; }
  .list_game .notebox {
    display: block;
    clear: left;
    position: relative;
    width: 99%;
    border: 1px lightgrey solid;
    border-radius: 4px;
    margin: 15px 2px 2px; }
    .list_game .notebox i.mgn_ok {
      cursor: pointer;
      position: absolute;
      right: 2px;
      top: 5px;
      color: green; }
      .list_game .notebox i.mgn_ok:hover {
        color: lightgreen; }
    .list_game .notebox i.mgn_x {
      cursor: pointer;
      position: absolute;
      right: 2px;
      bottom: 5px;
      color: red; }
      .list_game .notebox i.mgn_x:hover {
        color: pink; }
    .list_game .notebox .notes {
      display: block;
      width: 95%;
      padding: 2px 5px 2px;
      margin: 2px;
      min-height: 30px; }
      @media (max-width: 767px) {
        .list_game .notebox .notes {
          font-size: 16px; } }

#mg_release_selector {
  display: none; }

.mg_check {
  margin-right: 5px;
  transform: scale(1.5); }

.mg_title {
  position: relative;
  width: 100%; }
  .mg_title i.mgn_ok {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 2px;
    color: green; }

.mg_list_description {
  display: block;
  position: relative;
  width: 99%;
  border: 1px lightgrey solid;
  border-radius: 4px;
  margin: 2px; }
  .mg_list_description .ld_box {
    display: block;
    width: 95%;
    padding: 5px;
    margin: 5px;
    min-height: 30px; }
  .mg_list_description i.mgn_ok {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 2px;
    color: green; }

#ltype {
  padding: 5px; }

#rtype {
  padding: 5px;
  display: inline-block; }

#rfilter {
  display: inline-block; }

#filter_button {
  position: relative; }

#filter_selects {
  display: none;
  position: absolute;
  padding: 10px;
  left: 0px;
  top: 0px;
  background: lightgrey;
  border: 1px black solid;
  border-radius: 3px;
  z-index: 500000; }

#filter_selects select {
  display: block;
  margin: 5px; }

#filter_close {
  position: absolute;
  right: 2px;
  bottom: 2px; }

#game_entry {
  padding: 5px; }

#rate_filter_btn {
  margin-left: 20px; }

.mg_cancel {
  opacity: 0.1; }

.mg_cancel_hover {
  color: red; }

.mg_rate_active {
  color: orange; }

.mg_difficulty_active {
  color: red; }

.mg_length_active {
  color: blue; }

.mg_completion_active {
  color: green; }

.pod_gameinfo {
  font-size: 12px; }
  .pod_gameinfo ul {
    padding: 0;
    position: relative; }
  .pod_gameinfo li {
    display: block;
    list-style: none;
    line-height: 14px;
    padding-left: 120px; }
    .pod_gameinfo li.boxshot {
      float: left;
      padding-left: 0;
      width: 110px; }
    .pod_gameinfo li.esrb {
      color: #454754;
      clear: both;
      font-size: 12px;
      margin-top: 9px;
      padding-left: 0; }
      .pod_gameinfo li.esrb.split {
        display: block;
        float: left;
        width: 60%; }
    .pod_gameinfo li.metacritic {
      clear: left;
      padding: 3px;
      text-align: center;
      border: 1px solid #cccccc;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.8); }
      .pod_gameinfo li.metacritic.split {
        clear: none;
        display: block;
        float: right;
        width: 37%; }
      .pod_gameinfo li.metacritic div {
        font-weight: bold; }
      .pod_gameinfo li.metacritic div.review_link, .pod_gameinfo li.metacritic div.title {
        font-size: 11px; }
      .pod_gameinfo li.metacritic div.score {
        font-size: 36px;
        padding: 10px 0; }
        .pod_gameinfo li.metacritic div.score.metacritic_high {
          color: #66cc33; }
        .pod_gameinfo li.metacritic div.score.metacritic_mid {
          color: #ffcc33; }
        .pod_gameinfo li.metacritic div.score.metacritic_low {
          color: red; }
  .pod_gameinfo .esrb_logo {
    background: url(https://gamefaqs.akamaized.net/images/default/rating_esrb.png) no-repeat;
    display: inline-block;
    float: left;
    overflow: hidden;
    height: 0;
    width: 53px;
    padding: 75px 0 0;
    margin: 0 8px 0 0; }
  .pod_gameinfo .esrb_logo_ec {
    background-position: 0 0; }
  .pod_gameinfo .esrb_logo_e {
    background-position: -53px 0; }
  .pod_gameinfo .esrb_logo_e10 {
    background-position: -106px 0; }
  .pod_gameinfo .esrb_logo_t {
    background-position: -160px 0; }
  .pod_gameinfo .esrb_logo_m {
    background-position: -213px 0; }
  .pod_gameinfo .esrb_logo_ao {
    background-position: -267px 0; }
  .pod_gameinfo .esrb_logo_rp {
    background-position: -324px 0; }

.pod_related ul {
  padding-left: 0; }
.pod_related li {
  margin-bottom: 16px;
  padding-bottom: 18px;
  list-style: none;
  padding-left: 0;
  *zoom: 1;
  background-position: bottom;
  background-image: url(https://gamefaqs.akamaized.net/images/default/bg-border-light.png);
  background-repeat: repeat-x; }
  .pod_related li:before, .pod_related li:after {
    display: table;
    content: ""; }
  .pod_related li:after {
    clear: both; }
  .pod_related li:first-child {
    padding-top: 9px; }
.pod_related .boxshot {
  float: left;
  display: inline-block; }
.pod_related h3, .pod_related p {
  margin: 0 0 0 120px; }
.pod_related h3 {
  margin-bottom: 4.5px; }
.pod_related p {
  font-size: 12px;
  color: #0b0c0e; }
.pod_related a:hover {
  text-decoration: none; }
  .pod_related a:hover h3 {
    text-decoration: underline; }

.pod_titledata dl {
  margin: 0; }
.pod_titledata dt {
  display: inline-block;
  float: left; }
  .pod_titledata dt:after {
    content: "\000A0"; }

.pod-ratings .body {
  text-align: center; }
.pod-ratings ul {
  font-size: 12px;
  padding: 0; }
.pod-ratings li {
  background: #3951c6;
  color: white;
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 10px;
  text-align: center; }
  @media (max-width: 767px) {
    .pod-ratings li {
      width: 100%;
      margin: 5px 0; } }
.pod-ratings h4 {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0; }
.pod-ratings p {
  margin: 0; }
.pod-ratings a {
  color: white;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 100px; }
  .pod-ratings a:hover {
    background: rgba(0, 0, 0, 0.35);
    text-decoration: none; }
.pod-ratings span.score {
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px; }

.rev_score_container {
  display: inline-flex;
  padding: 1px 0 1px 1px; }

ul.game_stats {
  text-align: center;
  font-size: 12px;
  padding: 0; }
  ul.game_stats li {
    background: #3951c6;
    color: white;
    display: inline-block;
    list-style: none;
    margin: 5px;
    padding: 10px;
    text-align: center;
    width: 180px; }
    @media (max-width: 767px) {
      ul.game_stats li {
        width: 100%;
        margin: 5px 0; } }
  ul.game_stats h4 {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0; }
  ul.game_stats p {
    margin: 0; }
  ul.game_stats a {
    color: white;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100px; }
    ul.game_stats a:hover {
      background: rgba(0, 0, 0, 0.35);
      text-decoration: none; }
  ul.game_stats span.score {
    display: block;
    font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px; }

div#recvote {
  background: #28398a;
  color: white;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding: 2px;
  width: auto; }
  div#recvote a {
    text-decoration: none !important; }
    div#recvote a.rec_yes {
      border: 1px solid #52a22a;
      border-bottom: 1px solid #3d7a1f;
      background-color: #66cb34;
      color: white;
      color: rgba(255, 255, 255, 0.9);
      text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
      text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
      background-color: #5ab22e;
      background-image: -webkit-linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-image: -moz-linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-image: -o-linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-image: linear-gradient(#66cb34, rgba(90, 178, 46, 0));
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF66CB34', endColorstr='#FF5AB22E', GradientType=0);
      box-shadow: #52a22a 0 0 0 1px, rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 2px 2px; }
      div#recvote a.rec_yes:hover {
        background: #76d049; }
    div#recvote a.rec_no {
      border: 1px solid #861313;
      border-bottom: 1px solid #590d0d;
      background-color: #b31919;
      color: white;
      color: rgba(255, 255, 255, 0.9);
      text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
      text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
      background-color: #981616;
      background-image: -webkit-linear-gradient(#b31919, rgba(152, 22, 22, 0));
      background-image: -moz-linear-gradient(#b31919, rgba(152, 22, 22, 0));
      background-image: -o-linear-gradient(#b31919, rgba(152, 22, 22, 0));
      background-image: linear-gradient(#b31919, rgba(152, 22, 22, 0));
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB31919', endColorstr='#FF981616', GradientType=0);
      box-shadow: #861313 0 0 0 1px, rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 2px 2px; }
      div#recvote a.rec_no:hover {
        background: #c91d1d; }
    div#recvote a.btn {
      font-weight: bold;
      margin-bottom: 2px !important; }
  div#recvote #rec_two {
    display: none; }

@media (max-width: 767px) {
  div.rec_text_no_mob {
    display: none; }

  div.rec_text_mob {
    display: inline; } }
@media (min-width: 768px) {
  div.rec_text_no_mob {
    display: inline; }

  div.rec_text_mob {
    display: none; } }
.gflogo {
  height: 25px;
  margin-bottom: -7px;
  padding-bottom: 3px;
  vertical-align: text-bottom;
  width: 25px; }

#header .rec_voted .no_mob {
  display: inline; }
@media (max-width: 767px) {
  #header .no_mob {
    display: none; } }
@media (max-width: 767px) {
  #header .no_mob {
    display: none; } }

#header.faq .faq_wrap {
  overflow: visible !important; }
  #header.faq .faq_wrap a {
    text-decoration: underline; }
  #header.faq .faq_wrap a:hover {
    color: #eeeeee !important; }

#header.faq {
  background: #28398a;
  border-bottom: 2px solid #555555;
  clear: both;
  color: white;
  display: block;
  font: 14px "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  height: 32px;
  margin-bottom: 5px;
  padding: 2px 0;
  text-align: center;
  width: 100%; }
  #header.faq:not(.fixed) {
    border-radius: 10px; }
  #header.faq.rec_voted:not(.fixed) {
    display: none; }
  #header.faq .lefttext {
    float: left;
    margin-top: 3px;
    padding: 2px 10px;
    text-align: left;
    width: 30%; }
    #header.faq .lefttext a:hover {
      color: #11183b; }
    #header.faq .lefttext.rec_voted {
      width: 75%; }
    @media (max-width: 767px) {
      #header.faq .lefttext {
        font: 12px "Helvetica Neue", "HelveticaNeue", Arial, sans-serif; }
        #header.faq .lefttext:not(.rec_voted) {
          display: none; } }
    #header.faq .lefttext a {
      font-weight: bolder; }
  #header.faq .centertext {
    float: left;
    margin-top: 3px;
    padding: 0 10px;
    text-align: center;
    width: 40%; }
    @media (max-width: 767px) {
      #header.faq .centertext:not(.rec_voted) {
        text-align: left;
        width: 70%; } }
    #header.faq .centertext.rec_voted {
      display: none; }
  @media (max-width: 767px) {
    #header.faq:not(.fixed) .centertext:not(.rec_voted) {
      text-align: center;
      width: 100%; } }
  #header.faq .righttext {
    float: right;
    padding: 0 10px;
    padding-right: 0 !important;
    text-align: right;
    width: 15%; }
    #header.faq .righttext i.toggle {
      position: absolute;
      right: 7px;
      top: 2px; }
    #header.faq .righttext i.fa-search {
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      right: 35px; }
    #header.faq .righttext i.fa-bookmark {
      cursor: pointer;
      font-size: 18px;
      position: absolute;
      right: 63px;
      top: 4px; }
    @media (max-width: 767px) {
      #header.faq .righttext {
        width: 25%; } }
  #header.faq div#recvote {
    background: #28398a;
    float: none;
    overflow: inherit; }
    @media (max-width: 767px) {
      #header.faq div#recvote {
        font-size: 11px; }
        #header.faq div#recvote input#comment {
          width: 45%; }
        #header.faq div#recvote a.btn {
          font-size: 10px !important; } }
    @media (max-width: 480px) {
      #header.faq div#recvote input#comment {
        width: 30%; } }
  #header.faq .not_fixed {
    visibility: hidden; }
  #header.faq ul li {
    color: white;
    font-size: 12px;
    font-weight: bold; }
    #header.faq ul li:hover {
      text-decoration: none; }
    #header.faq ul li a {
      color: #454754;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none; }
      #header.faq ul li a:hover {
        color: #999999; }
  #header.faq ul.faq {
    float: right; }
    @media (max-width: 767px) {
      #header.faq ul.faq {
        margin-right: 5px; } }
    #header.faq ul.faq li {
      margin-top: 0 !important; }
  #header.faq p {
    margin-bottom: 5px !important; }
    #header.faq p:last-of-type {
      margin-bottom: 0 !important; }
  #header.faq a b {
    font-weight: bolder; }
  #header.faq .faq_wrap {
    display: block;
    margin: 0 auto; }
    #header.faq .faq_wrap a {
      color: white; }
  #header.faq.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10; }

.top_link:not(.fixed) {
  display: none; }
.top_link.fixed {
  background: #f2f2f2;
  border-radius: 5px;
  bottom: 0;
  padding: 5px;
  position: fixed;
  right: 15px; }

.faq_menu_wrap.ffaq {
  border-radius: 10px;
  border: 1px solid #555555;
  display: none;
  font-size: 14px !important;
  height: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 35%;
  z-index: 200; }
  @media (max-width: 767px) {
    .faq_menu_wrap.ffaq {
      font-size: 11px;
      width: 75%; } }
  @media (max-width: 480px) {
    .faq_menu_wrap.ffaq {
      font-size: 14px !important; } }
  .faq_menu_wrap.ffaq p {
    padding: 5px 0 5px 2px;
    margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .faq_menu_wrap.ffaq p {
        padding-bottom: 0;
        padding-top: 0; } }
    .faq_menu_wrap.ffaq p.toggle, .faq_menu_wrap.ffaq p.togglesearch {
      cursor: pointer;
      float: right;
      margin-right: 10px !important; }
  .faq_menu_wrap.ffaq a {
    color: #555555 !important; }
  .faq_menu_wrap.ffaq .head a {
    color: #555555 !important; }
  .faq_menu_wrap.ffaq.ffaq {
    height: 100%; }
  .faq_menu_wrap.ffaq.faqsearch {
    height: 48px;
    max-height: 100%; }
  .faq_menu_wrap.ffaq a {
    font-weight: bolder;
    text-decoration: underline; }
  .faq_menu_wrap.ffaq a:hover {
    color: #999999 !important; }
  .faq_menu_wrap.ffaq ul.faq_menu, .faq_menu_wrap.ffaq ul.faq_menu ol {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0; }
    .faq_menu_wrap.ffaq ul.faq_menu li, .faq_menu_wrap.ffaq ul.faq_menu ol li {
      padding-left: 2px; }
  .faq_menu_wrap.ffaq ul.faq_menu ol li {
    padding-left: 10px; }
  .faq_menu_wrap.ffaq.menu_notoc {
    overflow: auto !important; }
    @media (max-width: 480px) {
      .faq_menu_wrap.ffaq.menu_notoc {
        height: auto !important; } }
    @media (min-width: 768px) {
      .faq_menu_wrap.ffaq.menu_notoc {
        height: auto !important; } }

ul.faq_menu, ol.faq_menu, ul.faq_results {
  display: block;
  padding-left: 0;
  padding-right: 0;
  white-space: normal; }
  ul.faq_menu li, ol.faq_menu li, ul.faq_results li {
    background-color: white;
    color: #454754;
    margin-bottom: 0 !important;
    padding: 7px 10px 7px 2px; }
    @media (max-width: 767px) {
      ul.faq_menu li, ol.faq_menu li, ul.faq_results li {
        padding-bottom: 0;
        padding-top: 0; } }
    @media (max-width: 480px) {
      ul.faq_menu li, ol.faq_menu li, ul.faq_results li {
        padding-bottom: 5px;
        padding-top: 5px; } }
    ul.faq_menu li:not(.head), ol.faq_menu li:not(.head), ul.faq_results li:not(.head) {
      padding: 3px 0 3px 10px !important; }
    ul.faq_menu li.head, ol.faq_menu li.head, ul.faq_results li.head {
      background-color: #eeeeee;
      border-bottom: 1px solid black;
      border-top: 1px solid black;
      margin-bottom: 0 !important; }
    ul.faq_menu li.head + li.head, ol.faq_menu li.head + li.head, ul.faq_results li.head + li.head {
      border-top: none; }
      ul.faq_menu li.head + li.head a, ol.faq_menu li.head + li.head a, ul.faq_results li.head + li.head a {
        font-weight: bold; }
    ul.faq_menu li a, ol.faq_menu li a, ul.faq_results li a {
      text-decoration: underline; }

ul.faq_results {
  max-height: 350px; }
  @media (max-width: 767px) {
    ul.faq_results {
      overflow-y: scroll; } }
  ul.faq_results li {
    padding-left: 10px; }
    ul.faq_results li:not(.head) {
      padding-bottom: 6px !important;
      padding-top: 6px !important; }
    ul.faq_results li.head {
      background-color: #b0b9e8 !important;
      border-color: #999999; }
    ul.faq_results li a {
      font-weight: bold;
      text-decoration: none; }

ul.faq_menu, .faq_menu_wrap, .faq_bookmark, .faq_bookmark_jump, .faqsearch_dialog {
  background-color: #b0b9e8 !important; }

.faqsearch {
  border: 1px solid #555555;
  border-bottom-left-radius: 10px;
  display: none;
  font-size: 12px;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 30px;
  width: auto; }
  .faqsearch i {
    cursor: pointer;
    padding: 0 5px; }
  .faqsearch .results {
    font-size: 11px;
    text-align: left; }
    .faqsearch .results .result {
      padding: 2px 0; }
      .faqsearch .results .result:not(:last-child) {
        border-bottom: 1px solid #999999; }
  @media (max-width: 767px) {
    .faqsearch {
      font-size: 11px;
      width: 75%; } }

#faqsearch {
  font-size: 16px; }

.faq_bookmark, .faq_bookmark_jump {
  border-radius: 10px;
  display: none;
  padding: 5px;
  position: fixed;
  right: 55px;
  top: 32px; }
  .faq_bookmark p, .faq_bookmark_jump p {
    margin-bottom: 0; }

#header div#recvote {
  border: 0;
  display: block;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 767px) {
    #header div#recvote {
      clear: both; } }

div#reccomment input#comment {
  font-size: 11px; }
  div#reccomment input#comment.placeholder {
    color: #3951c6; }
  div#reccomment input#comment:-moz-placeholder {
    color: #3951c6; }
  div#reccomment input#comment::-moz-placeholder {
    color: #3951c6; }
  div#reccomment input#comment::-webkit-input-placeholder {
    color: #3951c6; }
  div#reccomment input#comment:-ms-input-placeholder {
    color: #3951c6; }

i.toggle, span.toggle {
  cursor: pointer; }

i.toggle {
  font-size: 21px;
  position: fixed;
  right: 16px;
  top: -3px; }

span.toggle {
  font-size: 11px;
  position: fixed;
  right: 12px;
  top: 19px; }

.thumb120 {
  width: 10%; }

.updated {
  color: #b31919; }

@media (max-width: 767px) {
  table.contrib:not(.hits):not(.submit) th, table.contrib:not(.hits):not(.submit) td.cversion, table.contrib:not(.hits):not(.submit) td.datapid, table.contrib:not(.hits):not(.submit) td.datarating, table.contrib:not(.hits):not(.submit) td.cvidparts {
    display: none; }
  table.contrib:not(.hits):not(.submit) td.csize, table.contrib:not(.hits):not(.submit) td.cregion {
    width: 10%; }
  table.contrib:not(.hits):not(.submit) td.ctitle {
    width: 40%; }
  table.contrib:not(.hits):not(.submit) td.cdate {
    width: 20%; }
  table.contrib:not(.hits):not(.submit) td.cauthor, table.contrib:not(.hits):not(.submit) td.criticrating, table.contrib:not(.hits):not(.submit) td.datacompany {
    width: 30%; }
  table.contrib:not(.hits):not(.submit) td.revtitle {
    width: 60%; }
  table.contrib:not(.hits):not(.submit) td.criticsite {
    width: 50%; }

  table.contrib.hits td {
    font-size: 11px; } }
@media (max-width: 979px) {
  div#recvote {
    font-size: 11px;
    width: 50%; } }
#video_faq_list {
  position: relative; }
  #video_faq_list.similar {
    height: 300px;
    overflow-y: scroll; }
    #video_faq_list.similar ul {
      background-color: #e6e6e6;
      list-style: none;
      padding-left: 0; }
      #video_faq_list.similar ul li {
        border-bottom: 1px solid #999999;
        height: 1%;
        overflow: hidden;
        padding: 0 0 10px 10px; }
        #video_faq_list.similar ul li:last-child {
          border-bottom: 0; }
        #video_faq_list.similar ul li.hi {
          background-color: #d9d9d9; }
        #video_faq_list.similar ul li .similar_box {
          float: left;
          margin: 0 10px 0 0;
          width: 100px; }
        #video_faq_list.similar ul li .similar_txt {
          margin-bottom: 5px; }

.video_faq_jumper {
  display: none;
  margin: 0; }
  @media (max-width: 767px) {
    .video_faq_jumper {
      display: block;
      margin-top: 10px;
      text-align: center; }
      .video_faq_jumper select {
        background: #e6e6e6;
        color: #2e3038;
        font-size: 12px;
        line-height: 18px;
        height: auto; } }
      @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
        .video_faq_jumper select {
          padding: 0 24px 0 8px;
          -webkit-appearance: none;
          border-radius: 3px;
          background: whitesmoke url(https://gamefaqs.akamaized.net/images/default/bg-selects-light.png) right;
          border: 1px solid #c2c2c2;
          -webkit-background-size: auto 100%;
          -moz-background-size: auto 100%;
          -o-background-size: auto 100%;
          background-size: auto 100%; } }

@media (max-width: 767px) {
  #video_faq_nav {
    display: none; } }
ul.cheats {
  padding-left: 0; }
  ul.cheats li {
    clear: both;
    list-style-type: none; }
  ul.cheats table, ul.cheats p.contrib {
    margin-bottom: 10px; }
  ul.cheats .credit {
    float: left; }

ul.cheats .rating, .rating.trivia {
  background: url(https://gamefaqs.akamaized.net/images/default/thumbs_up_down.gif) no-repeat scroll left top transparent;
  float: right;
  height: 20px;
  overflow: hidden;
  width: 63px; }
  ul.cheats .rating.down, .rating.trivia.down {
    background-position: 0 -20px; }
  ul.cheats .rating.up, .rating.trivia.up {
    background-position: 0 -40px; }
  ul.cheats .rating a, .rating.trivia a {
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 11px;
    height: 15px;
    padding: 2px 0 0 19px;
    text-align: center;
    width: 31px; }
    ul.cheats .rating a:hover, .rating.trivia a:hover {
      text-decoration: underline; }

.rating.trivia {
  margin-top: -5px; }

.details_box {
  display: block;
  border: 1px solid #555555;
  border-radius: 10px;
  padding: 8px;
  margin: 2px; }
  .details_box ol li {
    list-style-type: decimal; }
  .details_box .details_left {
    display: block;
    float: left;
    width: 49%; }
  .details_box .details_right {
    display: block;
    float: right;
    width: 49%; }
  .details_box .details_ctr {
    display: block;
    clear: both;
    text-align: center; }
  .details_box .details_third {
    display: block;
    float: left;
    width: 33%;
    border-left: 1px dotted #d9d9d9;
    padding-left: 5px; }
  .details_box .details_third_first {
    display: block;
    float: left;
    width: 33%; }
  .details_box .details_third_double {
    display: block;
    float: left;
    width: 66%;
    border-left: 1px dotted #d9d9d9;
    padding: 2px; }
  .details_box .details_third_ctr {
    display: block;
    float: left;
    width: 33%;
    text-align: center; }
  .details_box .details_padded {
    padding: 3px; }

.details_title_big {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  clear: both;
  padding: 5px; }

.details_title {
  font-size: 14px;
  font-weight: bold; }

.details_title_right {
  font-size: 14px;
  font-weight: bold;
  float: right; }

.details_subtitle {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline; }

.details_button {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 10px;
  border: 1px solid black;
  padding: 8px;
  margin: 2px;
  background: #555555; }

.details_big {
  font-size: 32px;
  font-weight: bold;
  text-align: center; }

.center_box {
  display: block;
  clear: both;
  text-align: center; }

.dlcopt:hover, #dlctitle .active {
  background-color: #fde872;
  text-decoration: underline; }

.check {
  background: #fef4be; }

img.video_faq_thumb {
  height: 33px;
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: middle; }

img.info_image {
  max-height: 50px;
  max-width: 50px; }

.cbox {
  text-align: center; }

.pod_split.pod_gamespace_home_mygames div.subsection-title {
  font-size: 18px;
  text-align: center; }
  @media (max-width: 767px) {
    .pod_split.pod_gamespace_home_mygames div.subsection-title {
      font-size: 14px; } }
  .pod_split.pod_gamespace_home_mygames div.subsection-title div.rating {
    font-size: 28px;
    font-weight: bold; }
    @media (max-width: 979px) {
      .pod_split.pod_gamespace_home_mygames div.subsection-title div.rating {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .pod_split.pod_gamespace_home_mygames div.subsection-title div.rating {
        font-size: 14px; } }
@media (max-width: 480px) {
  .pod_split.pod_gamespace_home_mygames .gamerater_name {
    font-size: 14px; } }
.pod_split.pod_gamespace_home_mygames p.rate {
  font-size: 12px;
  margin-bottom: 5px; }
.pod_split.pod_gamespace_home_mygames fieldset.mygames_notes {
  border: 0;
  padding: 0; }
  .pod_split.pod_gamespace_home_mygames fieldset.mygames_notes .note_msg {
    margin-left: 0; }
.pod_split.pod_gamespace_home_mygames fieldset.mygames_release {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -20px; }

#mygames_nouser_dialog, .faqsearch_dialog {
  border-radius: 5px;
  display: none; }

#stats_pie_rate, #stats_pie_own, #stats_pie_play, #stats_pie_diff, #stats_pie_time {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #stats_pie_rate div.legend, #stats_pie_own div.legend, #stats_pie_play div.legend, #stats_pie_diff div.legend, #stats_pie_time div.legend {
      font-size: 11px !important; } }
  @media (max-width: 480px) {
    #stats_pie_rate div.legend, #stats_pie_own div.legend, #stats_pie_play div.legend, #stats_pie_diff div.legend, #stats_pie_time div.legend {
      display: none; } }
  #stats_pie_rate div.legend > div:first-child, #stats_pie_own div.legend > div:first-child, #stats_pie_play div.legend > div:first-child, #stats_pie_diff div.legend > div:first-child, #stats_pie_time div.legend > div:first-child {
    right: 0 !important;
    top: 0 !important;
    width: 0 !important; }
  #stats_pie_rate div.legend table, #stats_pie_own div.legend table, #stats_pie_play div.legend table, #stats_pie_diff div.legend table, #stats_pie_time div.legend table {
    left: 320px !important;
    position: relative !important;
    top: 20px !important;
    width: auto; }
    #stats_pie_rate div.legend table tr, #stats_pie_own div.legend table tr, #stats_pie_play div.legend table tr, #stats_pie_diff div.legend table tr, #stats_pie_time div.legend table tr {
      background-color: #e6e6e6; }
      #stats_pie_rate div.legend table tr td, #stats_pie_own div.legend table tr td, #stats_pie_play div.legend table tr td, #stats_pie_diff div.legend table tr td, #stats_pie_time div.legend table tr td {
        padding: 3px 5px; }

.trivia_submit {
  font-size: 12px; }
  table.trivia_list .trivia_submit {
    float: right;
    padding-right: 3px; }
  @media (max-width: 767px) {
    .trivia_submit {
      font-size: 11px; } }

table.trivia_list p {
  margin-bottom: 5px; }

p.trivia {
  margin-bottom: 7px; }

@media (min-width: 980px) {
  iframe.vid {
    height: 360px;
    width: 640px; } }
@media (max-width: 767px) {
  iframe.vid {
    max-height: 250px;
    max-width: 460px; } }
@media (max-width: 480px) {
  iframe.vid {
    max-height: 200px;
    max-width: 360px; } }
.fa-question-circle {
  cursor: help; }
  .fa-question-circle:not(.tip) {
    color: #4d62cb; }
  @media (max-width: 767px) {
    .fa-question-circle {
      font-size: 18px; } }

.comp_content {
  font-size: 12px; }
  .comp_content dd {
    margin-bottom: 4px; }

img.gflogo_contract {
  height: 16px;
  margin-bottom: -2px;
  padding-bottom: 3px;
  vertical-align: text-bottom;
  width: 16px; }
  @media (max-width: 767px) {
    img.gflogo_contract {
      height: 13px;
      width: 13px; } }

.pgm {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.pgm_gap {
  display: block;
  height: 20px; }

.pgm_row {
  display: flex;
  width: 100%; }

.pgm_title {
  width: auto;
  margin: auto;
  padding: 5px; }

.pgm_title a {
  color: #0b0c0e; }

.pgm_drop {
  cursor: pointer;
  margin: auto; }

.pgm_drop_list {
  display: none; }

.pgm_drop:hover {
  text-shadow: 2px 2px 8px #888888; }

.pgm_drop:hover .pgm_drop_list {
  display: block; }

ul.pgm_drop_list {
  columns: 2;
  padding: 5px;
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  margin-top: -15px;
  z-index: 5000000;
  background-color: #e6e6e6;
  line-height: 15px;
  padding-bottom: 10px;
  border-radius: 3px;
  border-left: 3px #dbdbdb solid;
  border-right: 3px #dbdbdb solid;
  border-bottom: 3px #dbdbdb solid; }

ul.pgm_drop_list_alpha {
  columns: 4; }

.pgm_drop_list li {
  list-style: none;
  width: 100%; }

.pgm_drop_list li button {
  width: 100%;
  margin: auto;
  border-radius: 5px;
  background-color: #ededed; }

.pgm_drop_list li button:hover {
  background-color: #d9d9d9;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.14); }

fieldset#gamespace_search {
  border: none;
  margin: 0;
  padding: 0;
  position: relative; }
  fieldset#gamespace_search .fa-search {
    font-size: 16px; }
  fieldset#gamespace_search button {
    background: none;
    border: none;
    left: 7px;
    position: absolute;
    top: 12px; }
  fieldset#gamespace_search input#gamespace_search_input {
    border: 1px solid #999999;
    padding: 10px 5px 10px 40px;
    width: 100%;
    border-radius: 3px; }
    @media (max-width: 767px) {
      fieldset#gamespace_search input#gamespace_search_input:focus, fieldset#gamespace_search input#gamespace_search_input:active {
        outline: 1px solid #3449b2; } }

#gamespace_search_overlay {
  background: white;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

#gamespace_search_module {
  background-color: #f2f2f2;
  position: relative;
  z-index: 99999; }
  @media (min-width: 768px) {
    #gamespace_search_module span.search_close {
      display: none; } }
  @media (max-width: 767px) {
    #gamespace_search_module.fixed {
      left: 0;
      position: fixed;
      top: 0;
      width: 100%; }
      #gamespace_search_module.fixed .head {
        background: #28398a;
        color: white;
        margin-bottom: 0;
        padding: 8px; }
        #gamespace_search_module.fixed .head h2 {
          font-size: 14px;
          margin-bottom: 0;
          margin-left: 8px; }
        #gamespace_search_module.fixed .head span.mobile_header {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 0;
          margin-left: 8px; }
        #gamespace_search_module.fixed .head span.search_close {
          cursor: pointer;
          font-size: 11px;
          position: absolute;
          right: 8px;
          top: 9px; }
    #gamespace_search_module:not(.fixed) span.search_close {
      display: none; } }

#gs_search_results {
  display: none;
  position: absolute;
  width: 100%; }
  #gs_search_results #gs_table, #gs_search_results #gs_table tr {
    width: 100%; }
  #gs_search_results #gs_table tr:last-child td {
    border-bottom: none; }
  #gs_search_results #gs_table tr td, #gs_search_results tr:nth-child(odd) td {
    background-color: white;
    padding: 22px 28px 22px 22px;
    vertical-align: middle;
    width: 100%; }
    @media (max-width: 767px) {
      #gs_search_results #gs_table tr td, #gs_search_results tr:nth-child(odd) td {
        padding: 10px 17px 10px 10px; } }
    #gs_search_results #gs_table tr td.dismiss_results, #gs_search_results tr:nth-child(odd) td.dismiss_results {
      color: #3449b2;
      cursor: pointer;
      padding-left: 0;
      text-align: center; }
  #gs_search_results #gs_table tr:hover > td, #gs_search_results .close_results:hover {
    background-color: #ebeef9; }
    #gs_search_results #gs_table tr:hover > td a, #gs_search_results .close_results:hover a {
      text-decoration: none; }
  #gs_search_results #gs_table {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    position: relative; }
    #gs_search_results #gs_table tbody {
      display: table;
      width: 100%; }
    #gs_search_results #gs_table td.title {
      width: 85%;
      font-size: 14px;
      line-height: 18px; }
      #gs_search_results #gs_table td.title .gs_search_author {
        font-size: 11px; }
    #gs_search_results #gs_table td.type {
      color: #999999;
      font-size: 11px;
      text-align: right;
      width: 15%; }
    #gs_search_results #gs_table td:not(.dismiss_results) a {
      color: #0b0c0e; }
  #gs_search_results .close_results {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-top: none;
    color: #3449b2;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%; }
    @media (max-width: 767px) {
      #gs_search_results .close_results {
        padding: 10px; } }
  @media (max-width: 767px) {
    #gs_search_results.fixed {
      bottom: 0;
      left: 0;
      max-height: 300px;
      position: fixed;
      top: 75px; } }

.cte {
  cursor: pointer; }

.cte_expanded {
  border: 2px black solid; }

.vid_box {
  margin: auto;
  display: inline-block;
  width: 150px;
  vertical-align: top;
  padding-bottom: 10px; }

.vid_img {
  position: relative; }

.vid_thm {
  width: 140px;
  height: 100px;
  object-fit: cover; }

.vid_time {
  font-size: 12px;
  position: absolute;
  right: 12px;
  bottom: 2px;
  color: white;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  font-weight: bold; }

.vid_cnt {
  font-size: 12px;
  position: absolute;
  left: 2px;
  bottom: 2px;
  color: white;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  font-weight: bold; }

.vid_desc {
  width: 140px;
  font-size: 12px; }

.vid_full {
  width: 100%;
  padding-bottom: 30px; }

.footer {
  border-top: 1px solid #223077;
  color: white;
  font-family: "Roboto Condensed", "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  vertical-align: center;
  width: 100%;
  box-shadow: #6174d1 0 1px 0 inset;
  background-color: #28398a;
  background-image: -webkit-linear-gradient(#3951c6, rgba(40, 57, 138, 0));
  background-image: -moz-linear-gradient(#3951c6, rgba(40, 57, 138, 0));
  background-image: -o-linear-gradient(#3951c6, rgba(40, 57, 138, 0));
  background-image: linear-gradient(#3951c6, rgba(40, 57, 138, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3951C6', endColorstr='#FF28398A', GradientType=0); }
  .footer a {
    margin: 0 10px;
    color: #f2f2f2;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    display: inline-block; }
    .no-touch .footer a:hover {
      color: white;
      text-shadow: rgba(255, 255, 255, 0.25) 0 0px 5px;
      text-decoration: none; }
  .footer p {
    margin: 0; }
  .footer .footer_logo_gf {
    background: url(https://gamefaqs.akamaized.net/images/gf_footer_logo.png) no-repeat left center;
    width: 94px;
    height: 30px;
    text-indent: 120%;
    overflow: hidden;
    vertical-align: middle; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .footer .footer_logo_gf {
        background-image: url(https://gamefaqs.akamaized.net/images/gf_footer_logo@2x.png);
        -webkit-background-size: 94px 29px;
        -moz-background-size: 94px 29px;
        -o-background-size: 94px 29px;
        background-size: 94px 29px; } }
    @media (max-width: 767px) {
      .footer .footer_logo_gf {
        background-position: center center;
        margin: 0;
        width: 100%; } }

.footer_break {
  border: 0;
  display: none;
  height: 0;
  line-height: 0;
  margin: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .footer_break {
      display: block; } }

.footer_site,
.footer_network {
  padding: 10px 0; }

.footer_network {
  color: #999999;
  background: #0b1028;
  border-top: 1px solid #0b1028;
  background-color: #060814;
  background-image: -webkit-linear-gradient(#0b1028, rgba(6, 8, 20, 0));
  background-image: -moz-linear-gradient(#0b1028, rgba(6, 8, 20, 0));
  background-image: -o-linear-gradient(#0b1028, rgba(6, 8, 20, 0));
  background-image: linear-gradient(#0b1028, rgba(6, 8, 20, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0B1028', endColorstr='#FF060814', GradientType=0);
  box-shadow: #17204f 0 1px 0 inset; }
  .footer_network a {
    color: #999999; }

.footer_logo_gs {
  padding-left: 25px;
  background: url(https://gamefaqs.akamaized.net/images/footer_gs_logo.png) no-repeat left center; }

.footer_logo_gb {
  padding-left: 25px;
  background: url(https://gamefaqs.akamaized.net/images/footer_gb_logo.png) no-repeat left center; }

.footer_logo_mc {
  padding-left: 25px;
  background: url(https://gamefaqs.akamaized.net/images/footer_meta_logo.png) no-repeat left center; }

.footer_logo_gr {
  padding-left: 35px;
  background: url(https://gamefaqs.akamaized.net/images/footer_gr_logo.png) no-repeat left center; }

.fa-twitter,
.fa-facebook-square {
  color: #1d2863;
  margin-right: 5px;
  text-shadow: rgba(255, 255, 255, 0.15) 0 1px 0; }
  .fa-twitter:before,
  .fa-facebook-square:before {
    font-size: 14px; }

.footer_color_drop {
  position: relative;
  padding-left: 10px; }
  .footer_color_drop:hover .footer_color_subnav {
    display: block; }

.footer_color_subnav {
  background-color: #394dac;
  border: 1px solid #c2c2c2;
  width: 250px;
  display: none;
  position: absolute;
  left: -120px;
  bottom: 100%;
  padding-left: 2px;
  margin-bottom: -1px;
  z-index: 5000000;
  font-size: 14px; }

.footer_color_subnav_item {
  list-style: none;
  line-height: 15px;
  padding: 2px;
  margin-bottom: 2px;
  float: left;
  width: 50%;
  text-align: left; }

.qna_table.search {
  margin-bottom: 15px; }
.qna_table th.answers, .qna_table .count {
  text-align: center; }
.qna_table span.console {
  display: block;
  font-weight: normal;
  font-size: 12px; }
  .qna_table span.console a {
    color: #454754; }

.content_qna div.friend_info span.name {
  font-weight: normal; }
.content_qna textarea.text_field {
  height: 100px; }
.content_qna input.text_field {
  height: 30px; }
.content_qna input.text_field, .content_qna textarea.text_field {
  border: 1px solid #999999;
  display: block;
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
  line-height: initial;
  overflow: visible;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  width: 100%;
  border-radius: 3px; }
.content_qna input:focus {
  outline: none; }
.content_qna select {
  margin: 10px 0; }
.content_qna .rating, .content_qna .rating_on, .content_qna .rating_closed {
  font-size: 11px;
  font-weight: bold;
  color: #3951c6;
  float: right; }
.content_qna .rating_on, .content_qna .rating_closed {
  background: url(https://gamefaqs.akamaized.net/images/default/thumbs_up_down.gif) no-repeat scroll left top transparent;
  height: 20px;
  overflow: hidden;
  width: 63px; }
  .content_qna .rating_on.down, .content_qna .rating_closed.down {
    background-position: 0 -20px; }
  .content_qna .rating_on.up, .content_qna .rating_closed.up {
    background-position: 0 -40px; }
  .content_qna .rating_on a, .content_qna .rating_on span, .content_qna .rating_closed a, .content_qna .rating_closed span {
    display: inline;
    float: left;
    font-size: 11px;
    height: 15px;
    padding: 2px 0 0 19px;
    text-align: center;
    width: 31px; }
    .content_qna .rating_on a:hover, .content_qna .rating_on span:hover, .content_qna .rating_closed a:hover, .content_qna .rating_closed span:hover {
      text-decoration: underline; }
  .content_qna .rating_on a, .content_qna .rating_closed a {
    cursor: pointer; }
.content_qna .rating_closed {
  color: #0b0c0e; }
  .content_qna .rating_closed span:hover {
    text-decoration: none !important; }
.content_qna .view_all {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 10px; }
.content_qna.add_info {
  margin-left: 25px; }

.search_qna {
  margin-bottom: 18px; }

.searchbox_qna {
  float: left;
  width: 100%;
  *zoom: 1; }
  .searchbox_qna:before, .searchbox_qna:after {
    display: table;
    content: ""; }
  .searchbox_qna:after {
    clear: both; }
  .searchbox_qna .search_hold {
    margin-right: 125px; }
  .searchbox_qna .btn {
    float: right;
    width: 120px; }

.spoilers_box {
  clear: both;
  margin: 5px 0; }
  .spoilers_box input {
    margin-right: 5px; }

.question_status {
  font-weight: bold; }

span.qnasearchr {
  display: block;
  margin-left: 20px; }
  span.qnasearchr table {
    width: 95%; }

li.qna_total {
  float: right; }
  li.qna_total a, li.qna_total a:hover {
    background: none;
    border: none;
    box-shadow: none;
    padding: none;
    text-shadow: none; }

/* ASK A QUESTION MODULE */
.ask_question select[name="type"], .ask_question .qnasearchr {
  clear: both; }

/* GAME SEARCH AUTOCOMPLETE */
ul.ui-autocomplete.ui-widget {
  background-color: #eeeeee;
  font-size: 12px;
  padding-left: 5px;
  width: 250px; }
  ul.ui-autocomplete.ui-widget li {
    list-style: none;
    margin-bottom: 0; }
    ul.ui-autocomplete.ui-widget li a.ui-state-focus, ul.ui-autocomplete.ui-widget li:hover {
      background-color: white;
      text-decoration: none; }

span.ui-helper-hidden-accessible {
  display: none; }

.qna_notify {
  font-weight: bold;
  width: 100%;
  border: 1px gray solid;
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  text-align: left;
  line-height: 28px;
  margin-bottom: 8px; }

.btn_qna_track {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0;
  outline: 0;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  float: right;
  border: 1px solid #d5d6d7;
  border-bottom: 1px solid #bbbdbf;
  background-color: #eff0f0;
  color: black;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0D000000', GradientType=0);
  border-radius: 4px;
  -webkit-transition: background 0.5s, color 0.5s;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s; }
  .btn_qna_track span {
    color: #3449b2; }

.ffaq_page {
  background: #ededed;
  text-align: center;
  display: block;
  clear: both; }

.ffaq {
  font: 14px "Helvetica Neue", "HelveticaNeue", Arial, sans-serif; }
  .ffaq a {
    color: #3449b2;
    font-weight: bold;
    text-decoration: none; }
    .ffaq a:hover {
      text-decoration: underline;
      color: #7585d7 !important; }
    .ffaq a[name] {
      color: #0b0c0e;
      font-weight: normal;
      text-decoration: none; }
      .ffaq a[name]:hover {
        color: #0b0c0e !important;
        cursor: text; }
  .ffaq p {
    line-height: 20px; }
  .ffaq div.ftoc {
    background-color: white;
    border: 1px solid #999999;
    clear: right;
    float: right;
    font: 11px "Helvetica Neue", "HelveticaNeue", Arial, sans-serif;
    margin: 0 0 10px 10px;
    padding: 15px 20px;
    width: 25%; }
    @media (max-width: 979px) {
      .ffaq div.ftoc {
        clear: none;
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: auto; } }
    .ffaq div.ftoc h3 {
      border: none !important;
      font-size: 14px;
      padding-top: 0; }
    .ffaq div.ftoc ol {
      margin: 0;
      padding-left: 15px; }
      .ffaq div.ftoc ol li {
        line-height: 17px;
        list-style-type: decimal;
        margin: 0;
        padding: 0; }
      .ffaq div.ftoc ol ol {
        padding-left: 25px; }
  .ffaq div.section_box, .ffaq div.spoiler_box, .ffaq blockquote {
    background-color: #c4cbee;
    border-style: solid;
    border-width: 1px;
    clear: left;
    color: #0b0c0e;
    display: table;
    margin: 15px 15px 18px 0;
    overflow: hidden;
    padding: 5px;
    width: 66%; }
    @media (max-width: 767px) {
      .ffaq div.section_box, .ffaq div.spoiler_box, .ffaq blockquote {
        overflow: auto; } }
    @media (max-width: 767px) {
      .ffaq div.section_box, .ffaq div.spoiler_box, .ffaq blockquote {
        width: auto; } }
    .ffaq div.section_box p:last-child, .ffaq div.section_box ul:last-child, .ffaq div.section_box ol:last-child, .ffaq div.section_box dl:last-child, .ffaq div.spoiler_box p:last-child, .ffaq div.spoiler_box ul:last-child, .ffaq div.spoiler_box ol:last-child, .ffaq div.spoiler_box dl:last-child, .ffaq blockquote p:last-child, .ffaq blockquote ul:last-child, .ffaq blockquote ol:last-child, .ffaq blockquote dl:last-child {
      margin-bottom: 0; }
    .ffaq div.section_box a, .ffaq div.spoiler_box a, .ffaq blockquote a {
      color: #3449b2; }
  .ffaq div.section_box h6 {
    color: #0b0c0e; }
  .ffaq div.spoiler_box, .ffaq i[data-spoiler="inline"], .ffaq .fspoiler, .ffaq .fspoiler a {
    background-color: #bbbbbb;
    border-color: #d9d9d9;
    color: #bbbbbb; }
  .ffaq i[data-spoiler="inline"] {
    font-style: normal; }
    .ffaq i[data-spoiler="inline"] h6 {
      color: #b31919; }
  .ffaq i[data-underline="inline"] {
    font-style: normal;
    text-decoration: underline; }
  .ffaq strong strong, .ffaq strong strong a {
    font-weight: bolder; }
  @media (max-width: 979px) {
    .ffaq h2, .ffaq h3, .ffaq h4, .ffaq h5, .ffaq h6 {
      clear: both;
      display: block; } }
  .ffaq h2 {
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    padding-top: 10px; }
    .ffaq h2 a {
      font-weight: normal;
      color: #0b0c0e; }
  .ffaq h3 {
    border-color: #555555;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 10px; }
    .ffaq h3 a {
      font-weight: normal;
      color: #0b0c0e; }
  .ffaq h4 .spoiler, .ffaq h5 .spoiler, .ffaq h6 .spoiler {
    color: #f2f2f2 !important; }
  .ffaq h4 {
    font-size: 15px;
    padding-top: 10px; }
  .ffaq h5, .ffaq h6 {
    font-size: 13px;
    font-weight: normal; }
    .ffaq h5 a, .ffaq h6 a {
      color: #0b0c0e; }
  .ffaq h4 a {
    color: #3449b2;
    font-weight: normal; }
  .ffaq h2 a:hover, .ffaq h4 a:hover, .ffaq h6 a:hover {
    text-decoration: none;
    color: #3449b2 !important; }
  .ffaq h3 a:hover, .ffaq h5 a:hover {
    text-decoration: none;
    color: #0b0c0e !important; }
  .ffaq hr, .ffaq pre {
    margin-bottom: 18px !important; }
    @media (max-width: 767px) {
      .ffaq hr, .ffaq pre {
        font-size: 10px; } }
  .ffaq table {
    border: 1px solid black;
    border-collapse: separate;
    margin-bottom: 18px;
    margin-right: 5px;
    width: auto; }
    @media (max-width: 979px) {
      .ffaq table {
        clear: both; } }
    @media (max-width: 767px) {
      .ffaq table {
        width: 100% !important; } }
    .ffaq table tr:nth-child(2n+1), .ffaq table tr:nth-child(2n+1) td {
      background-color: #d7dcf4; }
    .ffaq table td, .ffaq table th {
      background-color: #d7dcf4;
      border: 1px solid black;
      color: #0b0c0e;
      box-shadow: none;
      font: inherit;
      padding: 3px 5px;
      text-shadow: none;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .ffaq table td, .ffaq table th {
          font-size: 10px;
          padding: 1px; } }
      .ffaq table td.l, .ffaq table th.l {
        text-align: left; }
      .ffaq table td.c, .ffaq table th.c {
        text-align: center; }
      .ffaq table td.r, .ffaq table th.r {
        text-align: right; }
      .ffaq table td img, .ffaq table th img {
        max-width: none !important; }
      .ffaq table td p:last-child, .ffaq table th p:last-child {
        margin-bottom: 0; }
    .ffaq table tr {
      border: 1px solid black; }
    .ffaq table th, .ffaq table thead td {
      background-color: #b0b9e8 !important;
      font-weight: bold;
      text-align: center; }
  .ffaq div.fimg_small, .ffaq div.fimg_smallleft, .ffaq div.fimg_smallright, .ffaq div.fimg_large, .ffaq div.fimg_largeleft, .ffaq div.cimg_s, .ffaq div.cimg_l {
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
    padding: 2px; }
  .ffaq div.fimg_small, .ffaq div.cimg_s {
    clear: right;
    float: right;
    margin: 10px 10px 18px;
    max-width: 300px; }
    @media (max-width: 767px) {
      .ffaq div.fimg_small, .ffaq div.cimg_s {
        clear: both;
        display: inline-block;
        float: none;
        margin: 0 0 10px; } }
  .ffaq div.fimg_smallleft, .ffaq div.cimg_sleft {
    clear: left;
    float: left;
    margin: 10px 20px 10px 10px;
    max-width: 300px; }
    @media (max-width: 767px) {
      .ffaq div.fimg_smallleft, .ffaq div.cimg_sleft {
        clear: both;
        display: inline-block;
        float: none;
        margin: 0 0 10px; } }
  .ffaq div.fimg_smallright, .ffaq div.cimg_sright {
    clear: right;
    float: right;
    margin: 10px 10px 10px 20px;
    max-width: 300px; }
    @media (max-width: 767px) {
      .ffaq div.fimg_smallright, .ffaq div.cimg_sright {
        clear: both;
        display: inline-block;
        float: none;
        margin: 0 0 10px; } }
  .ffaq div.fimg_largeleft {
    clear: left;
    float: left;
    margin: 10px 10px 18px;
    max-width: 750px; }
    @media (max-width: 767px) {
      .ffaq div.fimg_largeleft {
        margin: 0;
        max-width: 100%; } }
  .ffaq div.fimg_large, .ffaq div.cimg_l {
    clear: both;
    float: left;
    margin: 10px 10px 18px;
    max-width: 750px; }
    @media (max-width: 767px) {
      .ffaq div.fimg_large, .ffaq div.cimg_l {
        margin: 0; } }
  .ffaq div.clear {
    clear: left; }
  .ffaq img.fimg_small, .ffaq img.fimg_large, .ffaq img.cimg_s, .ffaq img.cimg_l {
    height: auto;
    max-width: 100% !important;
    width: auto; }
  .ffaq img.imgleft {
    float: left;
    margin-right: 10px; }
  .ffaq img.imgright {
    float: right;
    margin-left: 10px; }
  .ffaq img.imgnofloat {
    float: none;
    margin-right: 2px;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .ffaq img.bigresize {
      height: 100% !important;
      width: 100% !important; }
    .ffaq table img.bigresize {
      height: auto !important;
      width: auto !important; } }
  .ffaq iframe.fvid_left, .ffaq iframe.cvid_left, .ffaq div.fvid_left, .ffaq div.cvid_left {
    clear: left;
    float: left;
    margin: 5px 20px 5px 5px; }
    @media (max-width: 767px) {
      .ffaq iframe.fvid_left, .ffaq iframe.cvid_left, .ffaq div.fvid_left, .ffaq div.cvid_left {
        margin: 5px; } }
  .ffaq iframe.fvid_right, .ffaq iframe.cvid_right, .ffaq div.fvid_right, .ffaq div.cvid_right {
    clear: right;
    float: right;
    margin: 5px 5px 5px 20px; }
    @media (max-width: 767px) {
      .ffaq iframe.fvid_right, .ffaq iframe.cvid_right, .ffaq div.fvid_right, .ffaq div.cvid_right {
        margin: 5px; } }
  @media (max-width: 480px) {
    .ffaq iframe, .ffaq div {
      height: 100%;
      width: 100%; } }
  .ffaq div.vid_container.large {
    height: 270px;
    width: 480px; }
  .ffaq div.vid_container.small {
    height: 190px;
    width: 320px; }
  @media (max-width: 767px) {
    .ffaq div.vid_container {
      height: 100% !important;
      width: 100% !important; } }
  .ffaq img.yt_thumb {
    cursor: pointer; }
    .ffaq img.yt_thumb.large {
      height: 270px;
      width: 480px; }
      @media (max-width: 480px) {
        .ffaq img.yt_thumb.large {
          width: 100%; } }
    .ffaq img.yt_thumb.small {
      height: 190px;
      width: 320px; }
  .ffaq div.play_btn {
    background: url(https://gamefaqs.akamaized.net/images/player/av-splash-65x130.png) top no-repeat;
    cursor: pointer;
    height: 65px;
    position: relative;
    width: 65px; }
    .ffaq div.play_btn:hover {
      background-position: 0 -65px; }
    .ffaq div.play_btn.large {
      left: 207px;
      top: -170px; }
      @media (max-width: 480px) {
        .ffaq div.play_btn.large {
          left: 42%;
          top: -50%; } }
    .ffaq div.play_btn.small {
      left: 122px;
      top: -130px; }
  .ffaq ol, .ffaq ul {
    margin-bottom: 18px;
    padding-left: 40px; }
    .ffaq ol li, .ffaq ul li {
      line-height: 18px;
      margin-bottom: 0;
      padding: 3px 0; }
      .ffaq ol li ol, .ffaq ol li ul, .ffaq ul li ol, .ffaq ul li ul {
        margin-bottom: 0; }
  .ffaq:not(.faq_menu_wrap) ul + li, .ffaq:not(.faq_menu_wrap) ol + li {
    margin-top: -20px; }
  .ffaq dl dl {
    text-indent: 15px; }
    .ffaq dl dl dl {
      text-indent: 40px; }
      .ffaq dl dl dl dl {
        text-indent: 65px; }
  .ffaq pre.faqtext {
    display: table;
    font: 14px "Courier New", "Courier", monospace !important;
    margin: 0 auto !important;
    background: white; }
    @media (max-width: 767px) {
      .ffaq pre.faqtext {
        font: 11px "Courier New", "Courier", monospace !important; } }
    @media (max-width: 480px) {
      .ffaq pre.faqtext {
        font: 7px "Courier New", "Courier", monospace !important; } }
    @media (max-width: 767px) {
      .ffaq pre.faqtext {
        overflow-x: auto; } }
    @media (min-width: 768px) {
      .ffaq pre.faqtext {
        padding: 25px 100px; } }
    @media (max-width: 767px) {
      .ffaq pre.faqtext {
        background: none !important; } }
  .ffaq.imgmain {
    display: table;
    margin: 0 auto; }
    .ffaq.imgmain p {
      font-size: 12px;
      margin-bottom: 0; }
    .ffaq.imgmain img.imgresize {
      max-width: 100%;
      width: 100%; }

.editordel {
  color: #b31919;
  float: right;
  font-weight: bold; }
  .editordel.imgman {
    float: none; }

#editorform {
  float: left; }

@media (min-width: 1210px) {
  #editorv3_ifr {
    min-width: 1100px !important; } }
@media (min-width: 980px) {
  #editorv3_ifr {
    min-width: 900px !important; } }
@media (min-width: 768px) and (max-width: 979px) {
  #editorv3_ifr {
    min-width: 750px !important; } }
@media (max-width: 767px) {
  #editorv3_ifr {
    width: 100% !important; } }

#doctitle {
  clear: both;
  font-weight: bold; }

td.thumb {
  text-align: center;
  vertical-align: bottom;
  width: 25%; }
  td.thumb div.img {
    text-align: center; }
    td.thumb div.img img {
      max-height: 80px;
      max-width: 100px; }

.av-bg-grad, .av-box-quality div, .av-box, .av-menu {
  background-color: #1d1f20;
  background-image: -webkit-linear-gradient(#292b2e, rgba(29, 31, 32, 0));
  background-image: -moz-linear-gradient(#292b2e, rgba(29, 31, 32, 0));
  background-image: -o-linear-gradient(#292b2e, rgba(29, 31, 32, 0));
  background-image: linear-gradient(#292b2e, rgba(29, 31, 32, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF292B2E', endColorstr='#FF1D1F20', GradientType=0); }

.av-video-player {
  font-family: Arial, sans-serif;
  margin: 0 auto 20px;
  width: 640px;
  height: 360px;
  max-width: 100%;
  position: relative;
  background: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  *zoom: 1; }
  .av-video-player:before, .av-video-player:after {
    display: table;
    content: ""; }
  .av-video-player:after {
    clear: both; }
  @media (max-width: 479px) {
    .av-video-player {
      width: 280px;
      height: 158px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .av-video-player {
      width: 440px;
      height: 248px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .av-video-player {
      width: 480px;
      height: 270px; } }
  .av-video-player div, .av-video-player a, .av-video-player ul, .av-video-player li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .av-video-player object, .av-video-player video, .av-video-player iframe, .av-video-player .av-video-player-hold {
    width: 100%;
    height: 100%; }
  .av-video-player ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important; }
  .av-video-player li {
    padding: 0;
    list-style: none; }
  .av-video-player img {
    width: 100%;
    max-height: 100%; }
  .av-video-player a {
    text-decoration: none; }
  .av-video-player:focus {
    outline: none; }

.av-video-player:-full-screen {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important; }

.av-video-player:-webkit-full-screen {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important; }

.av-video-player:-moz-full-screen {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important; }

body.fauxscreen {
  overflow: hidden;
  height: 100%; }
  body.fauxscreen div {
    visibility: hidden; }
  body.fauxscreen .av-video-player, body.fauxscreen .kubrick-lead.large .av-video-player {
    visibility: visible;
    background: black !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999; }
    body.fauxscreen .av-video-player div, body.fauxscreen .kubrick-lead.large .av-video-player div {
      visibility: visible; }

body.nocursor {
  cursor: none; }

.av-age-gate {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center; }
  .av-age-gate select {
    font-size: 12px;
    line-height: 20px;
    margin: 5px;
    width: 100px; }

.av-splash {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: 120%;
  overflow: hidden; }
  .av-splash:before {
    content: " ";
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
    background: url(https://gamefaqs.akamaized.net/images/player/av-splash-130x260.png) no-repeat 0 0; }
  .av-splash:hover {
    cursor: pointer; }
    .av-splash:hover:before {
      background-position: 0 -130px; }
  @media (max-width: 480px) {
    .av-splash:before {
      -webkit-background-size: 65px auto;
      -moz-background-size: 65px auto;
      -o-background-size: 65px auto;
      background-size: 65px auto;
      background-position: 0 0;
      width: 65px;
      height: 65px;
      margin-left: -33px;
      margin-top: -35px; }
    .av-splash:hover:before {
      background-position: 0 -65px; } }
  .av-splash.av-splash-age {
    background-color: rgba(0, 0, 0, 0.75); }

.av-ad-message {
  background: rgba(0, 0, 0, 0.85);
  color: #f2f2f2;
  line-height: 30px;
  font-size: 12px;
  padding: 0 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5000060; }

.av-box-quality {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  z-index: 5000061; }
  .av-box-quality div {
    display: inline-block;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px; }
  .av-box-quality .btn {
    background: #35383b;
    border-color: #1d1f20;
    color: #afb3b6;
    text-shadow: none; }
    .av-box-quality .btn.on {
      background: #292b2e;
      color: #f5faff;
      text-shadow: #007fff 0 0 3px, #007fff 0 0 5px; }

.av-box {
  border-top: 1px solid #1d1f20;
  border-bottom: 1px solid #1d1f20;
  color: #afb3b6;
  font-size: 10px;
  font-weight: bold;
  line-height: 30px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  height: 32px;
  padding: 0 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  border-radius: 4px;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  *zoom: 1; }
  .av-box:before, .av-box:after {
    display: table;
    content: ""; }
  .av-box:after {
    clear: both; }
  .av-box.youtube {
    bottom: 0;
    right: 150px;
    left: auto;
    height: 26px;
    width: 62px;
    border: 0;
    z-index: 5000010;
    background: none;
    border-radius: 0;
    box-shadow: none; }
    .av-box.youtube .av-options {
      margin-left: 0 !important; }
    .av-box.youtube .av-icn {
      margin-top: 4px; }
  .av-box a, .av-box li {
    color: #afb3b6 !important;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    position: relative;
    list-style: none;
    font-size: 10px;
    display: block; }
  .av-box a {
    color: #95999d !important; }
    .av-box a:hover, .av-box a.on {
      cursor: pointer;
      color: #f5faff !important;
      text-shadow: #007fff 0 0 3px, #007fff 0 0 5px; }

.av-menu {
  border: 1px solid #111213;
  bottom: 100%;
  font-style: normal;
  width: 80px;
  left: -9999em;
  margin: 0 auto 0 -41px !important;
  line-height: 20px;
  padding: 2px 5px !important;
  position: absolute;
  text-align: center;
  z-index: 5000010;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 10px inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(0, 0, 0, 0.75) 0 0 5px;
  border-radius: 3px; }
  .av-menu:before {
    content: " ";
    border-top: 6px solid #111213;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    margin-left: -5px; }
  .av-menu:after {
    content: " ";
    position: absolute;
    display: block;
    float: left;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px; }
  .av-menu.av-menu-right:before {
    left: 100%;
    margin-left: -31px; }

.av-menu-hit:hover .av-menu {
  left: 50%; }
  .av-menu-hit:hover .av-menu.av-menu-right {
    left: auto;
    right: -14px; }

.av-sub-feature {
  color: #494d50;
  position: relative; }
  .av-sub-feature:after {
    color: #f5faff;
    display: block;
    left: -5px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    text-shadow: #007fff 0 0 3px;
    top: 0;
    white-space: nowrap;
    z-index: 5000011;
    border-radius: 4px; }
  .av-sub-feature:hover {
    text-shadow: none; }
    .av-sub-feature:hover:after {
      content: "Members only";
      background: black; }

.av-icn {
  width: 16px;
  height: 0;
  padding-top: 16px;
  margin-top: 8px;
  overflow: hidden;
  float: left;
  background: url(https://gamefaqs.akamaized.net/images/player/av-sprite.png) no-repeat center center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .av-icn {
      background: url(https://gamefaqs.akamaized.net/images/player/av-sprite@2x.png) no-repeat center center;
      -webkit-background-size: 20px auto;
      -moz-background-size: 20px auto;
      -o-background-size: 20px auto;
      background-size: 20px auto; } }

.av-volume-mute {
  background-position: center -2px; }
  .av-volume-mute.on {
    background-position: center -22px; }
  .av-volume-mute:hover {
    background-position: center -42px; }

.av-volume-unmute {
  background-position: center -22px; }

.av-pin {
  background-position: center -62px; }
  .av-pin.on, .av-pin:hover {
    background-position: center -82px; }

.av-fullscreen {
  background-position: center -102px; }
  .av-fullscreen.on, .av-fullscreen:hover {
    background-position: center -122px; }

.av-menu-hit:hover .av-fullscreen {
  background-position: center -122px; }

.av-gear {
  background-position: center -142px; }
  .av-gear.on, .av-gear:hover {
    background-position: center -162px; }

.av-play {
  background-position: center -222px;
  padding: 16px 10px 0; }
  .av-play.on, .av-play:hover {
    background-position: center -242px; }

.av-pause {
  background-position: center -262px;
  padding: 16px 10px 0; }
  .av-pause.on, .av-pause:hover {
    background-position: center -282px; }

.av-fullscreen-exit {
  background-position: center -302px; }
  .av-fullscreen-exit.on, .av-fullscreen-exit:hover {
    background-position: center -322px; }

@media (max-width: 480px) {
  .av-play, .av-pause {
    padding: 16px 4px 0; } }

.av-buffer {
  margin: 5px 110px 5px 160px;
  cursor: pointer; }

.av-controls, .av-options {
  position: absolute;
  width: 150px;
  top: 0; }

.av-options {
  width: 110px;
  right: 0; }

.flexboxlegacy .av-box .av-stretch {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  width: 100%; }
  .flexboxlegacy .av-box .av-stretch .av-controls, .flexboxlegacy .av-box .av-stretch .av-buffer, .flexboxlegacy .av-box .av-stretch .av-options {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    display: block;
    position: relative;
    width: auto;
    margin-right: 0;
    margin-left: 10px; }
  .flexboxlegacy .av-box .av-stretch .av-controls {
    margin-left: 0; }
  .flexboxlegacy .av-box .av-stretch .av-buffer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1; }

.av-buffer {
  height: 20px;
  line-height: 20px;
  background: #161718;
  padding: 5px;
  box-shadow: rgba(255, 255, 255, 0.05) 0 1px 0, rgba(0, 0, 0, 0.5) 0 2px 2px inset;
  border-radius: 2px; }
  .av-buffer .av-buffer-pad {
    position: relative;
    width: 100%; }
  .av-buffer .av-position, .av-buffer .av-loaded {
    content: " ";
    position: absolute;
    height: 10px;
    width: 0;
    border-radius: 2px; }
  .av-buffer .av-position {
    background-color: #44464b;
    background-image: -webkit-linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-image: -moz-linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-image: -o-linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-image: linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFACB2B9', endColorstr='#FF44464B', GradientType=0);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 0 3px, rgba(255, 255, 255, 0.15) 0 1px 0 inset; }
    @media (max-width: 480px) {
      .av-buffer .av-position {
        font-size: 9px; } }
  .av-buffer .av-loaded {
    background: transparent url(https://gamefaqs.akamaized.net/images/player/av-buffer.png) repeat-x top center;
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s; }
  .av-buffer .av-seek {
    background: rgba(29, 31, 32, 0.95);
    border: 1px solid #111213;
    color: white;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    top: -22px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.9) 0 2px 6px, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .av-buffer .av-seek:after {
      content: " ";
      display: block;
      border-top: 5px solid black;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      bottom: -5px;
      left: 50%;
      margin-left: -3px; }

.av-options > li {
  display: block;
  float: right;
  padding: 0 5px; }
  @media (max-width: 480px) {
    .av-options > li {
      padding: 0 2px; } }
.av-options .av-audio {
  position: relative; }
  .av-options .av-audio .av-volume-bar {
    display: block;
    height: 5px;
    margin: 7px 2px;
    position: relative;
    background-color: #44464b;
    background-image: -webkit-linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-image: -moz-linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-image: -o-linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-image: linear-gradient(#acb2b9, rgba(68, 70, 75, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFACB2B9', endColorstr='#FF44464B', GradientType=0);
    border-radius: 3px; }
    .av-options .av-audio .av-volume-bar:before {
      content: " ";
      display: block;
      position: absolute;
      padding: 0 20px;
      width: 100%;
      height: 35px;
      left: -20px;
      top: -20px; }
  .av-options .av-audio .av-volume-handle {
    background: url(https://gamefaqs.akamaized.net/images/player/av-handle.png) no-repeat;
    position: absolute;
    top: -6px;
    left: 100%;
    margin-left: -8px;
    height: 16px;
    width: 16px; }
.av-options .av-config .av-menu {
  width: 130px;
  margin-left: -65px !important;
  padding: 5px 8px 0 !important; }
  .av-options .av-config .av-menu a {
    display: block; }
  .av-options .av-config .av-menu li {
    color: #f2f2f3;
    float: left;
    text-align: left;
    padding-bottom: 4px; }
    .av-options .av-config .av-menu li:first-child {
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #161718;
      box-shadow: rgba(255, 255, 255, 0.075) 1px 0 0; }

.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f2f2f2;
  color: #0b0c0e;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-back, .jvectormap-heat, .jvectormap-chart, .jvectormap-legend {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  width: 10px;
  height: 12px;
  cursor: pointer;
  line-height: 12px;
  text-align: center;
  font-size: 12px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-back {
  bottom: 30px;
  width: 50px; }

.jvectormap-heat {
  bottom: 10px;
  width: 75px; }

.jvectormap-chart {
  bottom: 10px;
  left: 90px;
  width: 50px; }

.jvectormap-legend {
  bottom: 10px;
  left: 150px;
  width: 50px; }

.jvectormap-label table {
  font-size: 10px; }
  .jvectormap-label table td {
    padding: 2px; }
  .jvectormap-label table td.btr_grad {
    background-color: blue;
    background-image: -webkit-linear-gradient(#ff0000, rgba(0, 0, 255, 0));
    background-image: -moz-linear-gradient(#ff0000, rgba(0, 0, 255, 0));
    background-image: -o-linear-gradient(#ff0000, rgba(0, 0, 255, 0));
    background-image: linear-gradient(#ff0000, rgba(0, 0, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF0000', endColorstr='#FF0000FF', GradientType=0); }

#map div.legend table {
  width: auto; }
