html {
  font-size: 62.5% !important; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top; }

.social-media-list li + li {
  padding-top: 5px; }

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8; }
  table tr:nth-child(even) {
    background-color: #f7f7f7; }
  table th, table td {
    padding: 10px 15px; }
  table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9; }
  table td {
    border: 1px solid #e8e8e8; }

.footer {
  margin-bottom: 5rem; }

.u-main {
  position: relative;
  background-color: #f9f9f9;
  overflow-x: hidden; }
  .u-main::before, .u-main::after {
    content: '';
    position: absolute;
    background-color: #ff9955;
    z-index: -1; }
  .u-main::before {
    border-radius: 3rem;
    height: 15rem;
    width: 50rem;
    top: -14.25rem;
    right: -25rem;
    transform: rotate(-3deg); }
    @media only screen and (min-width: 48em) {
      .u-main::before {
        top: -13rem;
        right: -5rem;
        transform: rotate(-4deg); } }
    @media only screen and (min-width: 75em) {
      .u-main::before {
        top: -10rem;
        right: -5rem;
        transform: rotate(-4deg); } }
    @media only screen and (min-width: 90em) {
      .u-main::before {
        top: -7rem;
        right: -10rem;
        transform: rotate(-4deg); } }
  @media only screen and (min-width: 48em) {
    .u-main::after {
      height: 35rem;
      width: 20rem;
      border-radius: 3rem;
      bottom: 2rem;
      left: -14rem;
      transform: rotate(-10deg); } }
  @media only screen and (min-width: 64em) {
    .u-main::after {
      height: 35rem;
      width: 20rem;
      border-radius: 3rem;
      bottom: 25rem;
      left: -14rem;
      transform: rotate(-10deg); } }

.header {
  padding: 2rem 1rem 1rem 1rem;
  width: 90%;
  margin: 0 auto; }

.u-filter-btn {
  background: #ff9955;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  margin: 0 1rem; }

.u-filter-input-wrap {
  margin: 0 2rem 2rem 0; }

.u-input {
  border: 1px solid #c1c1c1 !important;
  border-radius: 10rem !important;
  padding: 0 0 0 1rem !important; }

.u-game-wrapper {
  padding-top: 4rem; }

.adsense--side {
  margin-top: 3rem;
  margin-left: 2rem;
  background: lightgrey;
  min-height: 20rem; }
  @media only screen and (min-width: 48em) {
    .adsense--side {
      min-height: 50rem; } }
.adsense--footer {
  background: lightgrey;
  margin-top: 3rem;
  margin-left: 2rem;
  min-height: 20rem; }
  @media only screen and (min-width: 48em) {
    .adsense--footer {
      width: 60rem;
      min-height: 40rem;
      margin: 5rem auto 0; } }
.adsense--player {
  background: lightgrey;
  margin: 3rem auto 2rem auto;
  min-height: 20rem; }
  @media only screen and (min-width: 48em) {
    .adsense--player {
      min-height: 40rem;
      margin: 5rem auto 0; } }

.u-nav {
  box-shadow: none;
  background: transparent; }

.u-filter-buttons {
  display: flex;
  justify-content: center;
  margin: 3rem 0 2rem; }
  @media only screen and (min-width: 48em) {
    .u-filter-buttons {
      margin: 4rem 0 5rem; } }
  .u-filter-buttons li {
    margin: 0 1rem; }

.btn-filter {
  border-radius: 100%;
  border: none;
  width: 3.5rem;
  height: 3.5rem; }
  @media only screen and (min-width: 48em) {
    .btn-filter {
      width: 5rem;
      height: 5rem; } }

.player-page {
  display: flex;
  flex-direction: column;
  padding-top: 3rem; }
  @media only screen and (min-width: 64em) {
    .player-page {
      flex-direction: row; } }
  @media only screen and (min-width: 90em) {
    .player-page {
      max-width: 140rem;
      margin: 0 auto; } }
  .player-page__adsense {
    padding: 0 1rem; }
    @media only screen and (min-width: 64em) {
      .player-page__adsense {
        order: 2; } }
  @media only screen and (min-width: 64em) {
    .player-page__player {
      flex: 1;
      order: 1; } }

.player {
  text-align: center; }

.player-page-tip {
  margin-top: 3rem;
  font-weight: 700;
  text-align: center; }

.card-image img {
  min-height: 13rem; }

.card-action {
  font-size: 12px;
  padding: 5px 10px !important;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
