/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');




.frontpage-thumbs {
  width:100%;
}

#frontpage-funny-container .tablediv, #frontpage-video-container .tablediv {
    width: 45%;
    vertical-align: top;
}
.fun-images .tablediv img {
    width: 100%;
    height: unset;
    object-fit: cover;
}

.quick-links li {
  padding: 0.5rem;
}




.latest-links {
  background-color: #fff;
  padding: 2rem;
}
.latest-links .funny-link {
  font-weight: 500;
}
.click, .author {
  color: #999;
}
.content-list-h1 span {
  float: none;
  display: inline-block;

}
.content-list {
  margin: 1rem;
}
.content-search {
  width: 100%;
}
.content-search button {
  padding: 0.7rem 0;
}
.top-paging {
    text-align: center;
    display: block;
    margin: 0.7rem 0 0.2rem;
    font-size: 90%;
}

.game-copylink input {
    padding: 0.8rem 1rem;
    border: 1px solid #eee;
    width: 300px;
    vertical-align: top;
}
.game-surface iframe {
  width: 100%;
}
.tooltip .tooltiptext {
    margin-left: -296px;
    line-height: 1.5;
    max-width: 200px;
}

.breadcrumb, .content-rating, .game-description, .game-info, .game-copylink {
  background-image: linear-gradient(to right,#f0f0f0 0%,#ffffff 100%);
  width: auto;
  margin: 5%;
  border-radius: 1.5rem;
  padding: 1.7em;
}

.breadcrumb {
  width: auto;
  margin: 5%;
}
.content-rating {
  float: unset;
  width: auto;
  margin: 5%;
  padding: 1em 3em 3em 3em;
  border: none;
  background-color: rgba(255,255,255,0.6);
}

@media (orientation: landscape) {
  .game-surface {
    margin: 0 auto;
    text-align: center;
  }
  .game-surface iframe {
    height: 84vh;
    width: 600px;
  }
  .game-description {
    max-width: 100%;
  }
}




.frontpage-thumbs {
  width:100%;
}


.tablediv {
    display: inline-block;
    float: none;
    font-size: 100%;
    margin: 2px 0px 16px 4px;
    width: 48%;
    padding: 0;
    text-align: center;
}
.tablediv img {
    display: block;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    width: 100%;
    height: 129px;
}


.mobile header {
  min-width: 0;
  max-width: 100%;
}

.mobile .image_view {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  min-width:300px;

}
.mobile .image_view img, .mobile #gallery img {
  min-width:300px;
}
.mobile .image_view p {
  margin: 0 0 10px 20px;
}
.mobile .change-list-style {
  display: none;
}
.mobile div#gallery {
  width: auto;
}
.mobile .gallery-info {
  margin-left: 3%;
  width:46%;
}
body.mobile {
  background: url(//omega.jesper.nu/images/design/noise.png) repeat #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
  margin-top: 5rem; }
  body.mobile h1 {
    font-size: 22px;
    font-weight:bold;
    background-image: linear-gradient(to right,#fff 0%,#ffffff 100%);
    padding: 2rem;
    margin: 5%;
    padding: 1rem 1.7rem;
    border-radius: 1.5rem;
  }
  body.mobile h2 {
    background-image: linear-gradient(to right,#f0f0f0 10%,#ffffff 51%,#ffffff 100%);
    padding: 0.7rem 1.4rem;
    border-radius: 0.4rem;
    margin: 15px;
  }
  body.mobile h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
    text-shadow: 1px 1px 2px #fff;
  }
p {
    margin: 15px; }
  body.mobile .loading {
    box-shadow: 1px 1px 1px #666666;
    border-color: #999;
    padding: 20px; }
    body.mobile .loading img {
      display: none; }
  body.mobile .container {
    padding: 0; }
  body.mobile .mobile-msg-box {
    position: fixed;
    top: -200em;
    z-index: 100;
    padding: 0;
    width: 100%;
    font-size: 1.3em;
    -webkit-transition: top 0.473s ease;
    -moz-transition: top 0.473s ease;
    transition: top 0.473s ease; }
    body.mobile .mobile-msg-box > div {
      padding: 10px;
      width: 290px;
      margin: 0 auto; }
    body.mobile .mobile-msg-box.active {
      top: 45px; }
  body.mobile .listing {
    font-size: 1.4em;
    border-collapse: collapse;
    width: 100%; }
    body.mobile .listing .icon-chevron-right {
      display: inline; }
    body.mobile .listing .icon-chevron-down {
      display: none; }
    body.mobile .listing .open .icon-chevron-right {
      display: none; }
    body.mobile .listing .open .icon-chevron-down {
      display: inline; }
    body.mobile .listing tbody.open .main-row {
      border: 0 !important; }
      body.mobile .listing tbody.open .main-row td {
        padding-bottom: 0; }
    body.mobile .listing tbody.open tr.commands, body.mobile .listing tbody.open tr.child-row {
      height: auto;
      position: relative; }
      body.mobile .listing tbody.open tr.commands td, body.mobile .listing tbody.open tr.child-row td {
        display: table-cell; }
    body.mobile .listing tbody.open tr:last-child {
      border-bottom: 1px solid #dddddd; }
    body.mobile .listing tbody td p {
      margin: 0 0 10px; }
    body.mobile .listing tbody tr {
      border-bottom: 1px solid #dddddd; }
      body.mobile .listing tbody tr.main-row.open {
        border: 0 !important; }
        body.mobile .listing tbody tr.main-row.open td {
          padding-bottom: 0; }
      body.mobile .listing tbody tr.commands, body.mobile .listing tbody tr.child-row {
        text-align: center;
        background-color: #555;
        border: 0;
        height: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: height 0.473s ease;
        -moz-transition: height 0.473s ease;
        transition: height 0.473s ease; }
        body.mobile .listing tbody tr.commands.active, body.mobile .listing tbody tr.child-row.active {
          height: auto;
          position: relative; }
          body.mobile .listing tbody tr.commands.active td, body.mobile .listing tbody tr.child-row.active td {
            display: table-cell; }
        body.mobile .listing tbody tr.commands td, body.mobile .listing tbody tr.child-row td {
          display: none; }
      body.mobile .listing tbody tr.commands td {
        padding: 0; }
        body.mobile .listing tbody tr.commands td a i {
          font-size: 1.8em; }
        body.mobile .listing tbody tr.commands td a:link, body.mobile .listing tbody tr.commands td a:visited {
          color: #fff;
          text-decoration: none;
          text-align: center;
          width: auto;
          padding: 10px 20px;
          font-size: .8em; }
        body.mobile .listing tbody tr.commands td a:hover, body.mobile .listing tbody tr.commands td a:active {
          background: #999; }
      body.mobile .listing tbody tr.child-row {
        background: inherit;
        text-align: left; }
        body.mobile .listing tbody tr.child-row.commands {
          background-color: #555;
          text-align: center; }
    body.mobile .listing td, body.mobile .listing th {
      padding: 10px; }
      body.mobile .listing td a, body.mobile .listing td span, body.mobile .listing th a, body.mobile .listing th span {
        display: inline-block; }
  body.mobile .panel {
    position: absolute;
    left: -100%;
    top: -1000em;
    width: 100%;
    -webkit-transition: left 0.473s ease-out;
    -moz-transition: left 0.473s ease-out;
    transition: left 0.473s ease-out;
    max-width: 100%;
    background-color: #fff; }
    body.mobile .panel .main {
      margin-bottom: 50px;
      padding: 5px; }
    body.mobile .panel .controls {
      position: fixed;
      bottom: 0px;
      z-index: 10000;
      height: 45px;
      width: 100%;
      background: #fff;
      box-shadow: 0 0 7px rgba(51, 51, 51, 0.21); }
      body.mobile .panel .controls button {
        margin: 7px; }
    body.mobile .panel.active {
      left: 0;
      top: 0; }
  body.mobile .container {
    width: auto; }
  body.mobile .topbar {
    position: inherit;
    padding: 0 0 13px;
    border-bottom: 0; }

  #mobile-navigate, #mobile-header {
    display: block; }



h1, h2 {
  background: none;
  border:0;
}

