html, body {
  height: 100%;
  background-color: #161719; }

body.smokebg-playing {
  background: transparent; }
  body.smokebg-playing #page-wrapper {
    background: transparent; }
  body.smokebg-playing #smokebg {
    opacity: 1; }

body.smokebg-end-flushed #page-wrapper {
  background-image: url(https://storage.googleapis.com/cdn.overcharge.tv/images/launchpad/background-updated2.jpg); }

#scroll-translucent-softener {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2500px;
  z-index: -1;
  background: #161719; }

#smoke-crossfadebg {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -2; }
  #smoke-crossfadebg.crossfade-active {
    opacity: 1; }

#smokebg {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -3;
  transition: opacity .5s; }

#spacebg-under {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background-image: url(https://d3cgbb4zf0wda0.cloudfront.net/images/launchpad/background-updated2-soft.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #161719; }

.noselect, #twitch-login-button-ctr .btn-do-login,
#steam-login-button-ctr .btn-do-login,
#facebook-login-button-ctr .btn-do-login,
#twitter-login-button-ctr .btn-do-login,
#google-login-button-ctr .btn-do-login,
.login-source-button .btn-do-login {
  -webkit-user-select: none;
  -moz-user-select: none; }

#top-rule {
  background-color: #0b0b0d;
  height: 6px;
  border-bottom: 1px solid #64202e;
  display: none; }

#page-wrapper {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 20px;
  padding-top: 90px;
  transition: padding-top .15s;
  min-height: 1000px;
  cursor: default; }
  #page-wrapper.with-background-image {
    background-image: url(https://d3cgbb4zf0wda0.cloudfront.net/images/launchpad/background-updated2-soft.jpg); }
    #page-wrapper.with-background-image.bg-crisp {
      background-image: url(https://storage.googleapis.com/cdn.overcharge.tv/images/launchpad/background-updated2.jpg); }

body.has-user-matro-cookie #page-wrapper.with-background-image {
  background-image: url(https://storage.googleapis.com/cdn.overcharge.tv/images/launchpad/background-updated2.jpg); }

.octv-win-app #page-wrapper, .octv-desktop-app #page-wrapper {
  border-bottom: none; }

body {
  background-color: #161719;
  font-size: 14px;
  overflow: hidden;
  min-height: 1000px; }
  body.launchpad-nano-disabled {
    overflow-y: scroll; }

button:focus {
  outline: 0; }

body.page-loaded #firstpad-app-container,
body.device-mobile #firstpad-app-container {
  visibility: visible;
  opacity: 1; }
body.page-loaded #footer-contents,
body.device-mobile #footer-contents {
  visibility: visible;
  opacity: 1; }

body.is-bot #firstpad-app-container {
  visibility: visible !important;
  opacity: 1 !important; }
body.is-bot #footer-contents {
  visibility: visible !important;
  opacity: 1 !important; }

#loading-message {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-size: 26px;
  top: 0;
  left: 0;
  right: 0;
  height: 30vh; }

#firstpad-app-container {
  margin-top: -54px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: rgba(27, 28, 32, 0.75);
  color: #ccc;
  min-width: 1140px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s; }
  #firstpad-app-container.with-error-notice {
    margin-top: -6px; }

#footer-contents {
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s; }
  #footer-contents #games-index-list {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 18px;
    overflow: hidden; }
    #footer-contents #games-index-list li {
      margin-right: 8px;
      border-right: 1px solid rgba(255, 255, 255, 0.045);
      padding-right: 8px;
      height: 18px;
      line-height: 17px; }
      #footer-contents #games-index-list li:last-child {
        margin-right: 0;
        border-right: none;
        padding-right: 0; }
      #footer-contents #games-index-list li .game-link {
        font-size: 13px;
        color: #1b95e0;
        text-decoration: underline;
        opacity: .7;
        -webkit-filter: saturate(0.7) brightness(0.9);
        filter: saturate(0.7);
        transition: opacity .15s, filter .15s;
        white-space: nowrap; }
        #footer-contents #games-index-list li .game-link:hover {
          opacity: 1;
          -webkit-filter: saturate(1);
          filter: saturate(1); }

#fp-left-col {
  background: linear-gradient(to bottom, #522d87 50%, #6234a1 100%);
  display: flex;
  flex-direction: column;
  border-right: 1px solid #111;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  max-width: 475px; }
  #fp-left-col .logo-banner-ctr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.9); }
  #fp-left-col .welcome-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    font-weight: 300;
    padding-bottom: 3px;
    text-align: center; }
  #fp-left-col .intro-text-container {
    border-top: 1px dashed rgba(99, 53, 162, 0.4);
    border-bottom: 1px dashed rgba(99, 53, 162, 0.4);
    padding: 23px 40px;
    background: linear-gradient(to bottom, #3a1e58 0%, #3e2266 100%);
    font-family: 'ff-dagny-web-pro', 'Roboto', sans-serif;
    font-size: 16px;
    color: #c8c3ce;
    cursor: default;
    line-height: 20px;
    text-align: center; }
    #fp-left-col .intro-text-container h1 {
      font-size: 20px; }
    #fp-left-col .intro-text-container .intro-copy {
      margin-bottom: 1.0rem; }
      #fp-left-col .intro-text-container .intro-copy:last-child {
        margin-bottom: 0; }
  #fp-left-col .login-btn-outer-ctr {
    margin: 0 auto;
    margin-bottom: 2px;
    text-align: center;
    min-height: 60px; }
  #fp-left-col a {
    cursor: pointer; }
    #fp-left-col a:hover {
      color: #f7f1ff; }
  #fp-left-col #left-col-bottom-links {
    margin-top: 40px;
    margin-bottom: 14px;
    display: none; }
    #fp-left-col #left-col-bottom-links ul {
      list-style: none;
      font-size: 13px;
      display: flex;
      padding: 0;
      margin: 0;
      justify-content: center; }
      #fp-left-col #left-col-bottom-links ul li {
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid rgba(0, 0, 0, 0.12); }
        #fp-left-col #left-col-bottom-links ul li:last-child {
          border-right: none;
          padding-right: 0;
          margin-right: 0; }
        #fp-left-col #left-col-bottom-links ul li a {
          opacity: .55;
          cursor: pointer;
          transition: opacity .15s; }
          #fp-left-col #left-col-bottom-links ul li a:hover {
            opacity: .85; }
  #fp-left-col .hr-shadow {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    height: 4px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    opacity: .82; }

#gamez-column-wrapper {
  display: flex;
  padding: 0; }

#firstpad-inner-container {
  padding: 0;
  display: flex;
  flex-wrap: nowrap; }
  #firstpad-inner-container a {
    color: #c8c3ce;
    text-decoration: underline; }
  #firstpad-inner-container #fp-games-container,
  #firstpad-inner-container #fp-gamepedia-container {
    position: relative;
    display: none;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0; }
    #firstpad-inner-container #fp-games-container.active-visible,
    #firstpad-inner-container #fp-gamepedia-container.active-visible {
      display: flex; }
  #firstpad-inner-container #fp-gamepedia-container {
    background-color: #20202a;
    z-index: 2;
    overflow: hidden;
    height: 840px;
    flex-wrap: nowrap;
    overflow: hidden; }
  #firstpad-inner-container .gamez-graphics-pad {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    #firstpad-inner-container .gamez-graphics-pad.all-graphics-visible {
      padding-bottom: 4px; }
      #firstpad-inner-container .gamez-graphics-pad.all-graphics-visible > li.card {
        display: block; }
    #firstpad-inner-container .gamez-graphics-pad > li.card {
      background-color: transparent;
      border-radius: 0;
      border: none;
      width: 32.6%;
      padding-left: 2.6%;
      padding-top: 1%;
      margin-bottom: 12px; }
      #firstpad-inner-container .gamez-graphics-pad > li.card .game-graphic {
        display: block;
        margin: 0 auto;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        transition: opacity .15s, filter .15s, -webkit-filter .15s;
        opacity: .75;
        filter: grayscale(75%);
        -webkit-filter: grayscale(75%);
        border: 1px solid rgba(0, 0, 0, 0.4); }
        #firstpad-inner-container .gamez-graphics-pad > li.card .game-graphic:hover, #firstpad-inner-container .gamez-graphics-pad > li.card .game-graphic.hoverboard-open, #firstpad-inner-container .gamez-graphics-pad > li.card .game-graphic.touch-hover-active {
          filter: grayscale(0);
          -webkit-filter: grayscale(0);
          opacity: 1;
          box-shadow: 0 0 3px #100c2a; }
      #firstpad-inner-container .gamez-graphics-pad > li.card.filter-active .game-graphic {
        opacity: 1;
        filter: grayscale(0);
        -webkit-filter: grayscale(0); }
      #firstpad-inner-container .gamez-graphics-pad > li.card.filter-inactive .graphic-link-ctr {
        background: rgba(0, 0, 0, 0.2); }
      #firstpad-inner-container .gamez-graphics-pad > li.card.filter-inactive .game-graphic {
        opacity: .1; }
    #firstpad-inner-container .gamez-graphics-pad > li:nth-child(n+16) {
      display: none; }
    #firstpad-inner-container .gamez-graphics-pad > li:nth-child(n+10) .game-graphic {
      border: 1px solid rgba(0, 0, 0, 0.8);
      opacity: .25;
      filter: grayscale(90%);
      -webkit-filter: grayscale(90%); }
  #firstpad-inner-container .graphic-link-ctr {
    display: block;
    overflow: hidden; }
  #firstpad-inner-container .gamepedia-row {
    padding: 6px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif; }
    #firstpad-inner-container .gamepedia-row:hover .game-graphic-list {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
      opacity: 1;
      box-shadow: 0 0 3px #100c2a; }
  #firstpad-inner-container .list-graphic-ctr {
    padding-left: 15px;
    padding-right: 12px;
    min-width: 185px; }
    #firstpad-inner-container .list-graphic-ctr .game-graphic-list {
      margin: 0;
      width: 155px;
      min-width: 155px;
      border: 1px solid #101014;
      /*opacity: .55;
      filter: grayscale(60%);
      -webkit-filter: grayscale(60%);
      outline: 1px solid rgba(0, 0, 0, .55);
      transition: opacity .35s, filter .35s, -webkit-filter .35s;
      transition-delay: .5s;*/ }
      #firstpad-inner-container .list-graphic-ctr .game-graphic-list:hover {
        outline: 1px solid rgba(0, 0, 0, 0.35); }
  #firstpad-inner-container .list-content-container {
    flex-grow: 1;
    cursor: default;
    padding-right: 15px; }
    #firstpad-inner-container .list-content-container h5 {
      padding-top: 1px;
      font-size: 18px;
      margin-bottom: 4px;
      font-family: 'ff-dagny-web-pro', 'Roboto', sans-serif; }
      #firstpad-inner-container .list-content-container h5 > a {
        text-decoration: none;
        color: #147ebf; }
    #firstpad-inner-container .list-content-container p {
      font-size: 12px;
      margin-bottom: 2px;
      padding-right: 22px;
      line-height: 17px; }
    #firstpad-inner-container .list-content-container x-gamepedia-item-links {
      color: #828187;
      display: flex; }
      #firstpad-inner-container .list-content-container x-gamepedia-item-links > ol {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-left: -4px; }
        #firstpad-inner-container .list-content-container x-gamepedia-item-links > ol > li {
          display: flex;
          align-items: center; }
        #firstpad-inner-container .list-content-container x-gamepedia-item-links > ol > .download-where-item {
          flex-grow: 1;
          padding-right: 22px;
          font-size: 12px;
          align-items: center;
          display: flex;
          justify-content: flex-end; }
          #firstpad-inner-container .list-content-container x-gamepedia-item-links > ol > .download-where-item > span {
            padding-right: 4px; }
          #firstpad-inner-container .list-content-container x-gamepedia-item-links > ol > .download-where-item > a {
            color: #93919a; }
            #firstpad-inner-container .list-content-container x-gamepedia-item-links > ol > .download-where-item > a:hover {
              color: #c7c5cd; }
    #firstpad-inner-container .list-content-container .list-item-link {
      font-size: 12px;
      color: #93919a;
      padding: 0 4px; }
      #firstpad-inner-container .list-content-container .list-item-link:hover {
        color: #c7c5cd; }

#bottom-block-spacer {
  background: #16171a;
  transition: height .15s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: border-radius .33s,  border-color .15s;
  border-radius: 0;
  flex-grow: 1;
  margin-bottom: 15px;
  margin-top: 2px;
  margin-left: 1px; }
  #bottom-block-spacer:hover {
    border: 1px dashed rgba(0, 0, 0, 0.45); }
  #bottom-block-spacer .more-games-link {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #535359;
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    text-decoration: none;
    transition: color .15s;
    opacity: 1;
    transition: opacity .25s, color .15s;
    padding: 20px; }
    #bottom-block-spacer .more-games-link:hover {
      color: #5a5a61; }

.input-filter-ctr {
  margin-top: 13px;
  margin-bottom: 7px;
  position: relative; }
  .input-filter-ctr .icon-filter-submit {
    position: absolute;
    right: 12px;
    top: 9px;
    color: #11841e !important;
    text-decoration: none !important;
    width: 16px;
    display: none; }
    .input-filter-ctr .icon-filter-submit path {
      fill: rgba(255, 255, 255, 0.55); }

#filter-games-field,
#gamepedia-quick-find-field {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwOlgAVEBAaGbQBS/mTo37x+/So/JiinAIh3kGjAXiAuAjEYYd4BukYFSM0GYgciDDgExGlAV9wEcWAuYQAK3AFS2UB8lIABx4E4B2YAiiFQg66BFADxSRwGnAXiXKC6y8iCjNhiB+g1SyDVCsSKQPwXiJmB+BEQ1wANOIyunhFXFAMNEgdSnED8BxqLP4EGPMcZxTiAGhCHADE3EH8F4jVATLIhFkCch8R/AsSHsSlkwmMIyPZvUPY3KJ+BVENAgckICzson4FU73wG4jdAzAfEn6B8rICRGhkQIMAABK9Gwv9qX9gAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 7px 8px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 7px 6px;
  padding-left: 30px;
  font-size: 13px;
  margin-left: 2px;
  color: #ccc;
  font-family: 'Roboto', sans-serif; }
  #filter-games-field::-webkit-input-placeholder,
  #gamepedia-quick-find-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25); }
  #filter-games-field.filter-single-active,
  #gamepedia-quick-find-field.filter-single-active {
    outline: 1px solid #11841e; }
  #filter-games-field.filter-no-matches,
  #gamepedia-quick-find-field.filter-no-matches {
    outline: 1px solid #aa1616; }

#twitch-login-button-ctr,
#steam-login-button-ctr,
#facebook-login-button-ctr,
#twitter-login-button-ctr,
#google-login-button-ctr,
.login-source-button {
  display: none;
  border: 6px solid #5e3795;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  width: 234px;
  margin: 0 auto;
  white-space: nowrap; }
  #twitch-login-button-ctr.active,
  #steam-login-button-ctr.active,
  #facebook-login-button-ctr.active,
  #twitter-login-button-ctr.active,
  #google-login-button-ctr.active,
  .login-source-button.active {
    display: block;
    opacity: 1; }
  #twitch-login-button-ctr.login-source-deactivated > .btn-do-login,
  #steam-login-button-ctr.login-source-deactivated > .btn-do-login,
  #facebook-login-button-ctr.login-source-deactivated > .btn-do-login,
  #twitter-login-button-ctr.login-source-deactivated > .btn-do-login,
  #google-login-button-ctr.login-source-deactivated > .btn-do-login,
  .login-source-button.login-source-deactivated > .btn-do-login {
    cursor: default !important;
    opacity: .6; }
    #twitch-login-button-ctr.login-source-deactivated > .btn-do-login > span,
    #steam-login-button-ctr.login-source-deactivated > .btn-do-login > span,
    #facebook-login-button-ctr.login-source-deactivated > .btn-do-login > span,
    #twitter-login-button-ctr.login-source-deactivated > .btn-do-login > span,
    #google-login-button-ctr.login-source-deactivated > .btn-do-login > span,
    .login-source-button.login-source-deactivated > .btn-do-login > span {
      opacity: .6; }
  #twitch-login-button-ctr .btn-do-login,
  #steam-login-button-ctr .btn-do-login,
  #facebook-login-button-ctr .btn-do-login,
  #twitter-login-button-ctr .btn-do-login,
  #google-login-button-ctr .btn-do-login,
  .login-source-button .btn-do-login {
    width: 220px;
    background: linear-gradient(to bottom, #0a0510 0%, #242126 100%);
    border: 1px solid #000;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 2px;
    position: relative;
    padding-left: 54px;
    white-space: nowrap;
    transition: opacity .15s;
    text-decoration: none;
    display: block; }
    #twitch-login-button-ctr .btn-do-login:hover,
    #steam-login-button-ctr .btn-do-login:hover,
    #facebook-login-button-ctr .btn-do-login:hover,
    #twitter-login-button-ctr .btn-do-login:hover,
    #google-login-button-ctr .btn-do-login:hover,
    .login-source-button .btn-do-login:hover {
      text-decoration: underline; }
    #twitch-login-button-ctr .btn-do-login:active,
    #steam-login-button-ctr .btn-do-login:active,
    #facebook-login-button-ctr .btn-do-login:active,
    #twitter-login-button-ctr .btn-do-login:active,
    #google-login-button-ctr .btn-do-login:active,
    .login-source-button .btn-do-login:active {
      -webkit-filter: brightness(1.15);
      filter: brightness(1.15);
      outline: none; }
    #twitch-login-button-ctr .btn-do-login .twitch-icon,
    #steam-login-button-ctr .btn-do-login .twitch-icon,
    #facebook-login-button-ctr .btn-do-login .twitch-icon,
    #twitter-login-button-ctr .btn-do-login .twitch-icon,
    #google-login-button-ctr .btn-do-login .twitch-icon,
    .login-source-button .btn-do-login .twitch-icon {
      background-repeat: no-repeat;
      width: 21px;
      height: 24px;
      position: absolute;
      left: 24px;
      top: 13px; }

#steam-login-button-ctr .btn-do-login {
  background: linear-gradient(to bottom, #0a2133 0%, #123c5e 100%); }
#steam-login-button-ctr .steam-icon {
  width: 32px;
  left: 18px;
  height: 20px;
  top: 14px;
  position: absolute;
  background-repeat: no-repeat; }

#twitter-login-button-ctr .btn-do-login {
  border-color: #0f0818;
  background: linear-gradient(to bottom, #2d719c 0%, #3482b3 100%);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4); }
  #twitter-login-button-ctr .btn-do-login .twitter-icon {
    background-repeat: no-repeat;
    width: 29px;
    height: 24px;
    position: absolute;
    left: 19px;
    top: 13px; }

#facebook-login-button-ctr .btn-do-login {
  background: linear-gradient(to bottom, #30487e 0%, #3a589a 100%); }
  #facebook-login-button-ctr .btn-do-login .facebook-icon {
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 21px;
    top: 12px; }

#google-login-button-ctr .btn-do-login {
  background: linear-gradient(to bottom, #852523 0%, #9d2c2a 100%);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4); }
  #google-login-button-ctr .btn-do-login .yt-icon {
    background-repeat: no-repeat;
    width: 27px;
    height: 22px;
    position: absolute;
    left: 19px;
    top: 13px; }

.btn-authenticated-user-ctr {
  width: 220px;
  display: none;
  font-size: 18px;
  padding: 10px 18px;
  padding-right: 20px;
  outline: 6px solid rgba(255, 255, 255, 0.04);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto', sans-serif;
  border-radius: 2px;
  border: 1px solid #000;
  background-color: #09090a;
  background: linear-gradient(to bottom, #110b1a 0%, #181024 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity .25s;
  position: relative;
  min-height: 48px;
  max-height: 48px; }
  .btn-authenticated-user-ctr .animation-inner-ctr {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    justify-content: center; }
  .btn-authenticated-user-ctr.twitter {
    border-color: #0f0818;
    background: linear-gradient(to bottom, #19572a 0%, #206e35 100%);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4);
    line-height: 22px;
    font-size: 19px; }
    .btn-authenticated-user-ctr.twitter .checkmark {
      display: none; }
  .btn-authenticated-user-ctr.facebook {
    margin-top: 6px;
    border-color: #0f0818;
    background: linear-gradient(to bottom, #192d57 0%, #20386e 100%);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4);
    line-height: 25px;
    font-size: 17px; }
    .btn-authenticated-user-ctr.facebook .fb-thumb-img {
      height: 30px;
      float: left;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
      margin-top: -1px;
      margin-right: 8px; }
  .btn-authenticated-user-ctr.google {
    /* post-login user btn view */
    background: linear-gradient(to bottom, #792220 0%, #8d2725 100%); }
    .btn-authenticated-user-ctr.google .yt-thumb-img {
      height: 30px;
      width: 30px;
      float: left;
      border-radius: 50%;
      margin-top: -1px;
      margin-right: 8px; }
    .btn-authenticated-user-ctr.google .animation-inner-ctr {
      padding-right: 4px;
      /* nudge centered text left a bit */ }
    .btn-authenticated-user-ctr.google .checkmark {
      display: none; }
  .btn-authenticated-user-ctr.steam {
    background: linear-gradient(to bottom, #0a2133 0%, #123c5e 100%); }
  .btn-authenticated-user-ctr .arrow-animated-right {
    position: absolute;
    left: 180px;
    margin-top: -4px;
    opacity: 0;
    fill: #1c0f2e; }
  .btn-authenticated-user-ctr .checkmark {
    color: #11841e;
    margin-right: 4px; }
  .btn-authenticated-user-ctr.active {
    opacity: 1;
    display: block; }

.or-rule-ctr {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.45);
  width: 300px;
  margin: 14px auto;
  position: relative; }
  .or-rule-ctr .or-floating-text {
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    text-align: center;
    margin-top: -9px;
    cursor: default;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px; }
    .or-rule-ctr .or-floating-text .or-text-block-shadow {
      background-color: #6335a2; }

.access-note-ctr {
  margin-top: 30px;
  margin-bottom: 24px; }
  .access-note-ctr .access-note {
    opacity: .4;
    text-align: left;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 15px;
    width: 390px;
    margin: 0 auto;
    border: 1px solid black;
    color: #ddd;
    background: linear-gradient(to bottom, #27163d 0%, #1d102d 100%);
    cursor: default;
    border-radius: 2px;
    transition: opacity .25s, filter .25s, -webkit-filter .25s;
    font-family: 'Roboto', sans-serif; }
    .access-note-ctr .access-note .icon-shield {
      -webkit-filter: saturate(0.1);
      filter: saturate(0.1);
      float: left;
      margin-right: 7px;
      margin-top: -1px;
      transition: filter .25s; }
      .access-note-ctr .access-note .icon-shield > img {
        height: 33px; }
    .access-note-ctr .access-note:hover {
      opacity: .77;
      border: 1px solid #000;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.7); }
      .access-note-ctr .access-note:hover .icon-shield {
        -webkit-filter: saturate(1);
        filter: saturate(1); }

#fp-left-col .quick-enter-ctr {
  width: 340px;
  margin: 0 auto;
  display: none; }
  #fp-left-col .quick-enter-ctr .hr {
    border: none;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
    margin: 0;
    margin-top: 6px;
    margin-bottom: 12px; }

.premium-btn-ctr {
  width: 220px;
  margin: 0 auto;
  height: 48px;
  background: linear-gradient(to bottom, #7f3973 0%, #6a2f60 100%);
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 2px rgba(198, 83, 179, 0.25), 0 0 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  outline: 6px solid rgba(255, 255, 255, 0.04);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  background-image: url(https://d3cgbb4zf0wda0.cloudfront.net/images/launchpad/premium-btn-bg.jpg?3);
  background-repeat: no-repeat;
  transition: box-shadow .15s, filter .15s; }
  .premium-btn-ctr .img-crown {
    margin-left: 3px;
    margin-right: 3px;
    opacity: .55;
    transition: opacity .15s; }
  .premium-btn-ctr .svg-crown {
    display: none;
    height: 30px;
    margin-right: 3px;
    margin-left: 3px; }
    .premium-btn-ctr .svg-crown path, .premium-btn-ctr .svg-crown rect {
      transition: .15s;
      fill: #aaa455; }
  .premium-btn-ctr a.premium-link {
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none !important;
    transition: color .15s;
    color: #cac0d8 !important;
    margin-top: 2px; }
  .premium-btn-ctr .five-dollars {
    font-size: 12px;
    color: #a593bd;
    padding-left: 3px;
    padding-right: 4px;
    border-radius: 1px;
    font-family: sans-serif;
    margin-top: 4px; }
  .premium-btn-ctr:hover {
    box-shadow: inset 0 0 2px rgba(194, 112, 180, 0.55), 0 0 4px rgba(0, 0, 0, 0.35);
    filter: brightness(110%) saturate(1.25); }
    .premium-btn-ctr:hover a.premium-link {
      color: #f6f0ff !important;
      text-decoration: none !important; }
    .premium-btn-ctr:hover .img-crown {
      opacity: 1; }
    .premium-btn-ctr:hover .svg-crown path, .premium-btn-ctr:hover .svg-crown rect {
      fill: #ccbe00; }

.side-btn-ctr {
  position: absolute;
  top: 60px;
  right: -38px;
  background: rgba(23, 25, 27, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 1px solid transparent;
  width: 37px;
  height: 39px;
  background-size: 70%;
  background-position: 4px 3px;
  background-repeat: no-repeat;
  filter: saturate(0.25) brightness(0.45);
  cursor: pointer;
  transition: filter .15s, background-color .15s;
  opacity: .84;
  display: flex;
  align-items: center;
  justify-content: center; }
  .side-btn-ctr#btn-gamepedia-handle {
    background-image: url(https://d3cgbb4zf0wda0.cloudfront.net/images/more/gamepedia-logo.png); }
  .side-btn-ctr#btn-foursquare {
    background: none;
    border: 1px solid transparent;
    filter: none;
    height: 26px; }
    .side-btn-ctr#btn-foursquare.active-visible {
      display: flex !important; }
    .side-btn-ctr#btn-foursquare .svg-foursquare {
      height: 16px;
      margin-right: 1px;
      margin-top: -1px; }
      .side-btn-ctr#btn-foursquare .svg-foursquare > path {
        fill: rgba(110, 109, 120, 0.77); }
    .side-btn-ctr#btn-foursquare:hover .svg-foursquare > path {
      fill: rgba(110, 109, 120, 0.88); }
  .side-btn-ctr:hover {
    filter: saturate(0.75) brightness(0.75);
    background-color: rgba(23, 25, 27, 0.8); }
  .side-btn-ctr.gamepedia-active {
    transition: none;
    background-color: #20202a;
    opacity: 1;
    filter: saturate(1) brightness(1);
    height: 56px;
    top: -1px;
    background-position: 4px 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    right: -37px; }

.guest-browsing-ctr {
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  width: 364px;
  margin: 0 auto;
  border: 1px solid #217e23;
  background: linear-gradient(to bottom, rgba(18, 97, 41, 0.9) 0%, rgba(16, 87, 36, 0.9) 100%);
  cursor: default;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  line-height: 19px;
  border-radius: 2px; }
  .guest-browsing-ctr .text-block-shadow {
    background: rgba(0, 0, 0, 0.1); }

.footer-main {
  display: flex;
  max-width: 1066px;
  margin: 0 auto;
  align-items: center;
  align-content: center;
  margin-top: 20px; }
  .footer-main .foot-hr {
    flex-grow: 1;
    border-top: 4px double rgba(255, 255, 255, 0.04);
    margin-right: 12px;
    margin-left: 6px;
    margin-top: -2px; }
  .footer-main .overcharge-stry-foot-ctr {
    margin-right: 2px; }
    .footer-main .overcharge-stry-foot-ctr > a {
      color: #79777f;
      text-decoration: underline;
      font-size: 12px;
      transition: opacity .15s, color .15s;
      margin-top: -1px;
      display: flex;
      height: 20px;
      cursor: pointer;
      white-space: nowrap; }
      .footer-main .overcharge-stry-foot-ctr > a > .svg-ctr {
        overflow: hidden;
        height: 26px;
        width: 30px;
        padding-top: 0;
        margin-top: -5px; }
      .footer-main .overcharge-stry-foot-ctr > a .svg-stry-book {
        height: 31px;
        margin-top: 0; }
        .footer-main .overcharge-stry-foot-ctr > a .svg-stry-book > path {
          fill: #514f54;
          transition: fill .2s; }
      .footer-main .overcharge-stry-foot-ctr > a:hover {
        color: #9b70cb; }
        .footer-main .overcharge-stry-foot-ctr > a:hover .svg-stry-book > path {
          fill: #9b70cb; }

.languages-foot-ctr {
  display: flex;
  margin-right: 8px; }
  .languages-foot-ctr .lang-globe-icon {
    margin-right: 2px; }
    .languages-foot-ctr .lang-globe-icon path {
      fill: rgba(174, 170, 179, 0.8); }
  .languages-foot-ctr > a {
    color: #aeaab3;
    font-size: 12px;
    cursor: pointer;
    padding: 0 4px;
    text-decoration: underline;
    opacity: .66;
    transition: opacity .15s, color .15s;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    line-height: 15px;
    height: 15px;
    margin-top: 1px; }
    .languages-foot-ctr > a:hover {
      opacity: 1;
      color: #1b95e0;
      color: #9b70cb; }
      .languages-foot-ctr > a:hover.language-active {
        opacity: 1;
        color: #aeaab3; }
    .languages-foot-ctr > a:last-child {
      border-right: none; }
    .languages-foot-ctr > a.language-active {
      text-decoration: none;
      opacity: .9;
      font-weight: bold;
      cursor: default; }

.browser-extension-container {
  display: flex;
  justify-content: center;
  margin-top: -2px; }
  .browser-extension-container .extension-item {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 29px;
    opacity: .4;
    filter: saturate(0.25);
    -webkit-filter: saturate(0.25);
    transition: opacity .25s, filter .25s, -webkit-filter .25s, width .5s;
    font-size: 13px;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer; }
    .browser-extension-container .extension-item:hover {
      opacity: 1;
      filter: saturate(0.8);
      -webkit-filter: saturate(0.8); }
  .browser-extension-container .chrome-extension-ctr {
    background-image: url(//s3-us-west-2.amazonaws.com/overchargetv/images/more/google-chrome-icon.png);
    background-size: 25px;
    height: 21px;
    margin-left: -2px;
    margin-right: -5px; }
  .browser-extension-container .overwolf-ctr {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAjCAYAAAD17ghaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ZJREFUeNq0l31ozVEYx++9rrcJTcPuXCH+wDCsrshbwsJfFFEiJPkHUcrkD5qSmpokK+QtSg15Ka+ZyB/z0ozGhLC8zYZra1iz+Z76/vQ4O7+Xc2dPfbq/c37nPM9zn/Oc55xfuLGxMUQZDX6B56GOlfEgCV6qRkS8mAyqwLgONL4GlIH+Tod04AV/H3Lg/5TO4DA4AL7KKEsHasWzGnicE9srw0ElWMF2HWnjgPKsXrSXggowqB3GlY7HYJjoUzZa3RxIuni/IAXjRYxiVOuXkf7HAWX8m0FRGigBxRbrfQmsc3n/STZ07+o9FA8JYLwHuAEmeIz57BaBNt4JeQsW+xhXf+aij3ElNV4O1LhM2gq++CjeB6YHiNJHWweugBM+SudY1I5aWwd2BlBaYLE7kl4OvNHap8FtH4XLWN+DSIOeZ7oDYa29P0Di5fO5lYeZl0R0GxFtv+8Q7VJwy0fhJNACdoG54InPeGVjs5sDhWCMaB8NEFJ1smWDLSy3uQHmrBbnQijM+8BCrresB3EwEjSzHHvJcnDE0K/Okn4gU+tvAmPB0wgrnF5mS2k4xrAWMHwmUYoOaX0fwCw6lmmY08XJL+XAdpCuDbggasBZUYgKDafjXtCJz/fBfJAFroNtHlFTRWtDxFB+m3gpcWQlOAO6go10ahrfqfYUPh9jIp4DvXin8DtFq1UO5OChXHTeAwnD4N5cBuVINXOkgsZ+iyLWDfQ0HHS6vAJDVQQe0agjVQzpPDBYq2BqbV/TYD6Nhzg+RtIDGA8xUn+3YYl4MQN858nW12XyCLCqnVe1a9IBtX5X+ZzFUNfwOmWStSLxUpE94LJ0QIU2D+SI2v8O/DRMjrP+pyLFvJJvcrsRqaSaytI60EXJIiakjbzn9izTX4TFl5Eu3Xm4tGj9d8FEC+MPwEyX+6Zntv4w9CWE8RaxhM0u+spZcBq8jkcbceqDOiVHsQjlcufUGc7+JV7GU3Egj7+qEvYBd1g1E/J7j7IePPNT6JUDJqlkDXB2SZw7p9ywx2cHURi1MJ6tfWINACdBhmHs7qBKbSIQ4zbN8Bl3kzkRSGxyQBWrUwHGHbRZ06hlEhbxNDTVhzR+dJy3UfhHgAEAlfS6R0YqMvEAAAAASUVORK5CYII=);
    background-size: 20px;
    padding-left: 27px; }

@media (max-width: 1100px) {
  #error-notice {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    top: -104px !important; }

  #page-wrapper {
    padding-top: 123px !important; } }
#error-notice {
  position: absolute;
  width: 960px;
  top: -77px;
  padding: 6px 8px;
  line-height: 20px;
  background: #641818;
  border: 1px solid #932323;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  margin-left: 80px;
  border-radius: 2px;
  cursor: default; }
  #error-notice.err-premiumSignUpCancel {
    background-color: #18632e;
    border-color: #239545;
    color: #ddd; }
  #error-notice a {
    color: #ddd;
    text-decoration: underline; }
    #error-notice a:hover {
      color: #eee; }

#story {
  background-image: url(https://d3cgbb4zf0wda0.cloudfront.net/images/launchpad/story-bg1.jpg?11);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  position: relative;
  outline: 1px solid black; }
  #story #overcharge-story-container {
    opacity: 0;
    transition: opacity .5s;
    padding-top: 90px;
    padding-bottom: 110px; }
    #story #overcharge-story-container.active-visible {
      opacity: 1; }
    #story #overcharge-story-container .story-canvas {
      margin-top: 0;
      margin-bottom: 0;
      background: #0f0f10;
      padding: 50px 150px;
      padding-bottom: 60px;
      color: #bbbbbf;
      font-family: 'proxima-nova', sans-serif;
      font-size: 16px;
      line-height: 24px;
      cursor: default;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
      border: 1px solid transparent; }
      #story #overcharge-story-container .story-canvas h2 {
        font-family: 'adage-script-jf', 'proxima-nova', sans-serif;
        font-size: 6.0rem;
        margin-bottom: 50px;
        margin-left: -22px;
        text-align: center;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.85);
        white-space: nowrap; }
      #story #overcharge-story-container .story-canvas .first-word-emph {
        float: left;
        font-size: 48px;
        margin-top: 13px;
        margin-right: 6px;
        font-weight: bold;
        margin-left: -3px; }
      #story #overcharge-story-container .story-canvas p:last-child {
        margin-bottom: 0; }
      #story #overcharge-story-container .story-canvas blockquote {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
        padding-right: 32px;
        padding-left: 32px; }
        #story #overcharge-story-container .story-canvas blockquote > span {
          background-color: rgba(255, 255, 255, 0.03); }
      #story #overcharge-story-container .story-canvas .enter-ctr {
        display: flex;
        justify-content: center; }
        #story #overcharge-story-container .story-canvas .enter-ctr > .enter-link {
          color: #828286;
          text-decoration: underline;
          transition: color .15s;
          padding: 26px;
          padding-bottom: 0;
          cursor: pointer; }
          #story #overcharge-story-container .story-canvas .enter-ctr > .enter-link:hover {
            color: #0275d8; }
  #story .border3d {
    position: absolute;
    left: 5px;
    right: -6px;
    top: 5px;
    bottom: -6px;
    border: 5px solid #402268;
    border-left: none;
    border-top: none;
    pointer-events: none;
    opacity: .75; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-force-hidden {
  display: none; }

.pace > .pace-progress {
  background: #1F6392;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px; }

.win-app-warning-message {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  margin-top: -70px;
  margin-bottom: 95px;
  border: 5px solid #0078d7;
  background-color: #fff;
  color: #222;
  padding: 12px;
  cursor: default; }

.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #010101 !important; }

.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #010101 !important; }

.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #010101 !important; }

.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #010101 !important; }

.tooltipster-base.hoverboard {
  font-family: 'Roboto', sans-serif !important;
  cursor: default; }
  .tooltipster-base.hoverboard .tooltipster-box {
    background-color: #010101; }
    .tooltipster-base.hoverboard .tooltipster-box .tooltipster-content {
      font-size: 13px;
      color: #cfcfcf;
      padding: 6px 8px; }

.tooltipster-base.launchpad-cities-tip .tooltipster-box {
  background-color: #351d54;
  cursor: default; }
.tooltipster-base.launchpad-cities-tip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #351d54 !important; }

.tooltipster-base.game-graphic-tip .tooltipster-box {
  background-color: #e1e3ed;
  cursor: default;
  border-radius: 3px; }
  .tooltipster-base.game-graphic-tip .tooltipster-box .tooltipster-content {
    color: #1d1d24;
    line-height: 15px; }
    .tooltipster-base.game-graphic-tip .tooltipster-box .tooltipster-content .game-name {
      font-size: 13px;
      font-weight: 500;
      color: #0f0f0f; }
      .tooltipster-base.game-graphic-tip .tooltipster-box .tooltipster-content .game-name:hover {
        text-decoration: underline; }
    .tooltipster-base.game-graphic-tip .tooltipster-box .tooltipster-content .num-viewers {
      font-size: 12px; }
    .tooltipster-base.game-graphic-tip .tooltipster-box .tooltipster-content .streaming-bull {
      color: green; }
.tooltipster-base.game-graphic-tip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #e1e3ed !important; }

body.lang-fr #twitch-login-button-ctr,
body.lang-fr #steam-login-button-ctr,
body.lang-fr #facebook-login-button-ctr,
body.lang-fr #twitter-login-button-ctr,
body.lang-es #twitch-login-button-ctr,
body.lang-es #steam-login-button-ctr,
body.lang-es #facebook-login-button-ctr,
body.lang-es #twitter-login-button-ctr,
body.lang-kr #twitch-login-button-ctr,
body.lang-kr #steam-login-button-ctr,
body.lang-kr #facebook-login-button-ctr,
body.lang-kr #twitter-login-button-ctr {
  width: 282px; }
  body.lang-fr #twitch-login-button-ctr .btn-do-login,
  body.lang-fr #steam-login-button-ctr .btn-do-login,
  body.lang-fr #facebook-login-button-ctr .btn-do-login,
  body.lang-fr #twitter-login-button-ctr .btn-do-login,
  body.lang-es #twitch-login-button-ctr .btn-do-login,
  body.lang-es #steam-login-button-ctr .btn-do-login,
  body.lang-es #facebook-login-button-ctr .btn-do-login,
  body.lang-es #twitter-login-button-ctr .btn-do-login,
  body.lang-kr #twitch-login-button-ctr .btn-do-login,
  body.lang-kr #steam-login-button-ctr .btn-do-login,
  body.lang-kr #facebook-login-button-ctr .btn-do-login,
  body.lang-kr #twitter-login-button-ctr .btn-do-login {
    width: 268px; }

#bottom-foot-end {
  background-color: #161719;
  font-size: 13px;
  padding-bottom: 8px;
  cursor: default;
  height: 210px;
  padding-top: 40px;
  border-top: 1px solid #000;
  font-family: 'Roboto', sans-serif;
  line-height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0; }
  #bottom-foot-end .logo1-footer {
    padding-bottom: 10px;
    max-width: 256px;
    display: block;
    margin: 0 auto; }
  #bottom-foot-end h4 {
    font-family: 'ff-dagny-web-pro', sans-serif;
    font-size: 28px;
    color: #ccc; }
  #bottom-foot-end .legel-declaration {
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 10px;
    color: #7f7e85; }
  #bottom-foot-end .locations {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #7f7e85;
    height: 100%;
    align-items: center;
    padding-top: 10px; }
    #bottom-foot-end .locations > svg {
      margin-right: 3px;
      height: 30px;
      min-height: 30px;
      margin-right: 9px; }
      #bottom-foot-end .locations > svg path, #bottom-foot-end .locations > svg rect {
        fill: #7f7e85; }

#partners {
  padding: 50px 0;
  padding-bottom: 34px;
  background: #321b51;
  margin-top: 1px; }
  #partners h5 {
    text-align: center;
    color: #76678b;
    margin-top: -8px;
    padding-bottom: 10px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 25px;
    cursor: default; }
  #partners .partners-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center; }
    #partners .partners-list > li {
      padding-right: 42px;
      display: flex;
      padding-bottom: 12px; }
      #partners .partners-list > li a {
        display: flex;
        align-items: center; }
      #partners .partners-list > li img {
        display: block; }

body.launchpad-nano-enabled,
#fp-gamepedia-container {
  /** initial setup **/ }
  body.launchpad-nano-enabled .nano,
  #fp-gamepedia-container .nano {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    body.launchpad-nano-enabled .nano:hover > .nano-pane,
    #fp-gamepedia-container .nano:hover > .nano-pane {
      background: rgba(0, 0, 0, 0.15) !important; }
  body.launchpad-nano-enabled .nano > .nano-content,
  #fp-gamepedia-container .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  body.launchpad-nano-enabled .nano > .nano-content:focus,
  #fp-gamepedia-container .nano > .nano-content:focus {
    outline: thin dotted; }
  body.launchpad-nano-enabled .nano > .nano-content::-webkit-scrollbar,
  #fp-gamepedia-container .nano > .nano-content::-webkit-scrollbar {
    display: none; }
  body.launchpad-nano-enabled .has-scrollbar > .nano-content::-webkit-scrollbar,
  #fp-gamepedia-container .has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block; }
  body.launchpad-nano-enabled .nano > .nano-pane,
  #fp-gamepedia-container .nano > .nano-pane {
    background: transparent;
    transition: background .25s;
    transition-delay: .1s;
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  body.launchpad-nano-enabled #casket-content-panes-ctr .nano > .nano-pane,
  #fp-gamepedia-container #casket-content-panes-ctr .nano > .nano-pane {
    right: 2px; }
  body.launchpad-nano-enabled .nano > .nano-pane > .nano-slider,
  #fp-gamepedia-container .nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.32);
    position: relative;
    margin: 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.05); }
  body.launchpad-nano-enabled .nano:hover > .nano-pane, body.launchpad-nano-enabled .nano-pane.active, body.launchpad-nano-enabled .nano-pane.flashed,
  #fp-gamepedia-container .nano:hover > .nano-pane,
  #fp-gamepedia-container .nano-pane.active,
  #fp-gamepedia-container .nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99; }

body.launchpad-f7-mobile .arrow-animated-right {
  display: none !important; }
