.game-surface { 
	margin-bottom: 1.5rem
}
.game-description {
	max-width: 700px;
}
.game-description .about {
	font-weight: bold;
	color: #999;
}

.game-info span {
	color: #1d1d1d;
	line-height: 2.3;
	padding-right: 0.4rem;
	font-weight: 600;
}
.game-copylink label {
	display: block;
	margin-bottom: 0.5rem;
}
.game-info .game-image {
	width: 200px;
	height: 133px;
	vertical-align: top;
	margin-top: 0.5rem;
}

.content-rating {
	float: right;
	width: 50%;
	padding: 1em 3em 3em 3em;
	border-radius: 1rem;
}
.like-button {
	padding: 1rem 2rem;
	border-radius: 1rem;
	border: 2px solid darkgreen;
	background-color: #ecfbee;
	font-weight: 600;
}
.like-button i {
	color: rgb(151, 0, 0);
}
.like-button:hover {
	border: 2px solid darkgreen;
	background-color: darkgreen;
	color: white;
}
.like-button:hover i {
	color: rgb(255, 0, 0);
}

.dislike-button {
	padding: 1rem 2rem;
	border-radius: 1rem;
	border: 2px solid rgb(139, 0, 0);
	background-color: #fffbfb;
	font-weight: 600;
}
.dislike-button i {
	color: rgb(151, 0, 0);
}
.dislike-button:hover {
	border: 2px solid #7e0000;
	background-color: #7e0000;
	color: white;
}
.dislike-button:hover i {
	color: rgb(255, 154, 154);
}
.content-search {
	display: inline-block;
	background-color: #f0f0f0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    background-image: linear-gradient(to right,#f0f0f0 50%,#ffffff 100%);
}
.content-search input {
	padding: 0.7rem 0;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    border: 0;
    background: transparent;
}
.content-search input::placeholder {
	font-weight: 500;
}
.content-search input:focus {
	outline: none;
    border: 0;
    background-color: none;
}
.content-search button {
	padding: 0.7rem 1.3rem;
    font-size: 16px;
    font-weight: bold;
    width: 50px;
    border: 0;
    background:0;
}
.content-search button svg {
	padding: 0.7rem 1.3rem;
    font-size: 16px;
    font-weight: bold;
    border: 0;
}
.content-search img {
	width: 20px;
	border: 0;
}
.feed h3 {
    padding: 3em 0 0.6em 0;
    font-family: 'Open Sans';
    font-size:140%;
}
iframe {
    border: 0;
}
@media only screen and (max-device-width: 700px) {
    iframe {
        width: 100%;
    }
}




/*

CSS för tooltip + kopiera spellänk på spelsidorna

*/

.game-copylink input {
    padding: 0.8rem 1rem;
    border: 1px solid #eee;
    width: 300px;
    line-height: 1.5;
    vertical-align: top;
}
.game-copylink button {
	border: 0;
	background: 0;
	width: 50px;
	display: inline-block;
	line-height: 40px;
}
.game-copylink button img {
	border: 0;
	background: 0;
	width: 25px;
	display: inline-block;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 500px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 1.5;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*

CSS för tooltip SLUT

*/



/*

Ny css för listning av spel och video (på startsidan).

*/



.content-img-likes {
	position: absolute;
	display: inline-block;
	background: #000;
	text-align: center;
	top: 8px;
	padding:1px 3px;
	right: 8px;
	color:#fff;
	border-radius:3px;
	font-size:0.8em;
}

.contentlist-main {
	clear:left;
}
.contentlist-main img {
	border:1px solid #000;
	float:left;
	height:80px;
	margin-bottom:10px;
	width:120px;
}
.contentlist-main h2 {
	background:0;
	border:0;
	font-size:110%;
	margin:0 0 0 130px;
	padding:3px 0 0 0;
}
.contentlist-main p {
	color:#000;
	font-size:90%;
	margin:5px 0 0 130px;
	padding:3px 0 0 0;
}


/* Slut list av spel och video */


.col-full {
	width:99%;
	float:left;
}

#content p {
	margin-right:22px;
}

.content-images-column {
	width:100%;
	overflow: hidden;
	position: relative;
}

.frontpage-content-extras {
	width:77px;
	line-height:1.3em;
	position: absolute;
	top:0;
	right:0;
	background:#fff;
	padding:5px;
	-webkit-box-shadow: -10px 0px 10px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -10px 0px 10px -15px rgba(0, 0, 0, 0.5);
	box-shadow: -10px 0px 10px -15px rgba(0, 0, 0, 0.5);
	min-height:110px;
	text-align:center;
}

.frontpage-content-extras a span {
	line-height:1em;
}

.frontpage-content-extras a {
	display:block;
	margin-top:7px;
	margin-bottom:15px;
}
.frontpage-content-extras i{
	margin-bottom:3px;
	font-size:250%;
	display: block;
}
i.to-video {
	color:#555;
}
i.to-picture {
	color:#555;
}
i.to-game{
	color: #555;
}
i.to-latest {
	color:#f0cb00;
}
i.to-toplist {
	color:#f0cb00;
}
i.to-popular{
	color:#555;
}

.frontpage-thumbs {
	margin:0;
}

.tablediv img{
	display: block;
	margin-bottom:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	height: 133px;
	object-fit: cover;
}
.fun-images .tablediv img {
	width:130px;
	height: 90px;
	object-fit: cover;
}
.fun-images .tablediv {
	margin-right: 5px;
}
.tablediv {
	display: inline-block;
	font-size: 100%;
	margin: 2px 10px 8px 0;
	min-height:132px;
	max-width: 200px;
	padding:0;
	text-align:center;
	vertical-align: top;
}
.tablediv:hover {
	opacity: 0.9;
}
.tablediv a {
	font-weight: 500;
	font-size: 90%;
}
.tablediv a:hover {
	color: #000;
}
.tablediv2 img{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-bottom:5px;
}
.tablediv2 {
	display: inline;
	float: left;
	font-size: 90%;
	margin: 2px 1px 3px;
	min-height:140px;
	max-width: 120px;
	padding:0;
	text-align:center;
}
.tablediv2 a {
	color: #000;
	font-size: 90%;
}
.tablediv2 a:hover {
	color: #ccc;
}


#frontpage-funny-container .tablediv, #frontpage-video-container .tablediv {
	width:130px;
}

.frontpage h2 {
	margin-top: 30px;
    margin-bottom: 8px;
    background-image: linear-gradient(to right,#f0f0f0 10%,#ffffff 51%,#ffffff 100%);
    padding: 0.7rem 1.4rem;
    border-radius: 0.4rem;
    font-size: 120%;
}

.tipz {
	background:#FFF url(/images/tooltip_background.gif) repeat-x top left;
	color:#000;
	max-width:225px;
	min-width:200px;
	border:1px solid #000;
	text-align:left;
	padding:8px 12px 8px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 6px #777;
	-webkit-box-shadow: 3px 3px 6px #777;
	box-shadow: 3px 3px 6px #777;

}
.tipz .tip-title {
	font:bold 120% 'Open Sans', Verdana, Arial, sans-serif;
	color:#579333;
	text-decoration:underline;
	background:none;
	border:0;
	margin:0 0 5px;
	padding:0;

}



/* nya spel css */


.content-list-breadcrumb {
	list-style:none;
	padding:0;
}
.content-list-breadcrumb li:last-child:after {
	content:'';
}
.content-list-breadcrumb li:after {
	content:' »';
}
.content-list-breadcrumb li {
display:inline-block;
}


/* commen css for all game listings */
.content-list {float:left;}
.content-list dl,
.content-list dd,
.content-list dt{margin:0;padding:0;float:left}
.content-list dl .column {color:#666;display:inline-block;}
.content-list dd.img img, .content-list dd.img span{float:left;}
.content-list dt{float:right;}
.content-list dt a:hover{color: red;text-decoration:underline;border:0;}
.content-list dd.admin {margin:5px 0 5px 135px;clear:both}
.content-list div.hr { clear:both;margin-right:0}
/* end common css for all game listings */
.content-images-column h2,.content-2box-column h2, .games-2box-column h2 {
	font-size:120%;
	padding:2px 0;
	margin-top:5px;
}

.games-3box-column h2,
.content-3box-column h2{
	margin-right:0;
}


.video-list.content-list-large dd.img {
	width:134px;
}
.video-list.content-list-large dd.img span{
	background:rgba(0, 0, 0, 0.4);
	font-size: 80%;
	color:#fff;
	border:1px solid transparent;
	border-radius: 5px 0 7px 0;
	margin-right: 12px;
	margin-top: -16px;
	padding: 0 2px 0 4px;
	float:right;
}

.video-list.content-list-large dl:hover dd.img span{
	background:#000;
}

.content-search-box input.q,.game-search-box input.q {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url("https://jesper.nu/inc/images/content/sokruta.gif") no-repeat scroll left center #FFFFFF;
	margin-right: 0;
	height:15px;
	padding: 5px 3px 4px 25px;
	width: 170px;
}

/* css for small size listing */



.latest-content .first, .latest-games .first {clear:left;padding:0;}
.latest-content .last, .latest-games .last {padding:0px;}



.video-content.content-list-small dl dt .like-status {float:right}
.content-list-small dl.evan, .game-list-small dl.even {background-color:#eee;}
.content-list-small dl.odd, .game-list-small dl.odd {background-color:#fff;}
.content-list-small dl:hover, .game-list-small dl:hover {background-color:#eee;}
.content-list-small dl, .game-list-small dl {width:244px;padding:1px 4px 2px 2px;margin-bottom: 1px;}
.content-list-small dd.rating, .game-list-small dd.rating{width:40px;float:right;cursor:default;text-align:right;padding-top: 2px;font-size:90%;}
.content-list-small dd.img, .game-list-small dd.img {padding:2px 0 2px 2px;}
.content-list-small dd.img img,
.game-list-small dd.img {width:65px;border: 1px solid #424242;}
.content-list-small span.hits, .content-list-small span.avg, .game-list-small span.hits, .game-list-small span.avg {color:#777;}
.content-list-small dl dt, .game-list-small dl dt{width:166px;line-height:2.3ex;padding-top:3px;}
.content-list-small .heading, .game-list-small .heading {color:#777;}
.content-list-small dt a, .game-list-small dt a{color: #000;display:block;font-size:110%; margin-bottom:3px;}
.content-list-small dt a:hover, .game-list-small dt a:hover,.latest-games a.view-all:hover{color:red;}
.latest-games a.view-all{float:right;}
/* end css for small size listing */

/* css for medium size listing */
.selected-content .last, .selected-games .last {padding-right:0;margin-left:1px;}

.content-list-medium dl, .game-list-medium dl {width:100%;margin-bottom:5px;}
.content-list-medium dl:hover, .game-list-medium dl:hover {background-color:#eee;}
.content-list-medium dd.content-description, .game-list-medium dd.game-description{overflow: hidden; height:8ex; }
.content-list-medium dd.img, .game-list-medium dd.img {margin-right:8px; width:120px; border: 1px solid #fff; padding:1px; background-color:#424242;}
.content-list-medium dl:hover dd.img, .game-list-medium dl:hover dd.img {margin-right:8px; width:120px; border: 1px solid #000; padding:1px; background-color:#fff;}
.content-list-medium dt, .game-list-medium dt{font-size:110%;font-weight: bold;}
.content-list-medium dl dt span, .game-list-medium dl dt span {font-size: 90%;font-weight: normal;vertical-align: top;}
.content-hits {margin-left:5px; color:darkgreen;}
/* end css for medium size listing */



/* Drop down list*/
.drop-container {display:block;position:absolute;margin:0px auto 0px;}
.drop span {padding: 1px 6px !important;padding-right:4px !important;}
.white.drop span a:after {border-top-color:#999;}
.white.drop.active span a:after {border-bottom-color:#999;}
.drop.active span a:after {border: 5px solid transparent;border-bottom-color:#fff;top:-13px;}
.drop span a:after {content:'';height:0;width:0;vertical-align: middle;position:relative;top:8px;margin-left:5px;border: 5px solid transparent;border-top-color:#fff;}

.content-list-nav ul {display:block;padding-left:0;margin:5px 0 7px;}
.content-list-nav ul li{
	display:inline-block;
	vertical-align: middle;
}
.content-list-nav li a,
.content-list-nav li span.button {-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;padding:2px 6px;}
.content-list-nav {margin-top:5px;margin-bottom:10px;}
/*.game-list-h1 {margin-top:5px;}*/
.content-list-h1 a{font-weight:normal;}
.content-list-h1 span{float: right;font-size: 85%;font-weight: lighter;margin-right: 6px;padding-top: 2px;}
div.content-list-paging{text-align:center;}

.content-list-nav li.green span.button a {
	color:#fff !important;
	border:none !important;
}
.content-list-nav li.white span.button a {
	color:#606060 !important;
	border:none !important;
}
.like-tooltip {
	background:#000;
	color:#fff;
	padding:3px 6px;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 2px #999;
	-webkit-box-shadow:0px 0px 2px #999;
	box-shadow:0px 0px 2px #999;
}

.content-list-thumb {
	width:48%;
	margin:3% 3% 0 0;
	float:left;
}
.content-list-thumb:nth-child(odd) {
	margin:3% 3% 0 0;
}
.content-list-thumb:nth-child(even) {
	margin:3% 1% 0 0;
}

.content-list-thumb:nth-child(3n+4):after,
.content-list-thumb:nth-child(3n+4):before {
     content: ""; display: table;
}
.content-list-thumb:nth-child(3n+4):after {
    clear: both;
}
.content-list-thumb:nth-child(3n+4) {
    zoom: 1;
}

.content-list-thumb .thumb-img {
    float: left;
    margin-right:12px;
}
.thumb-img img {
	width:200px;
	border-radius: 7px;
	transition: 0.5s;
}
img:hover {
	opacity: 0.7;
	border-radius: 1rem;
}
.thumb-title {
	font-size:110%;
	font-weight:bold;
}
.thumb-title a {
	color: #000;
}
.thumb-title a:hover {
	color: #ccc;
}
.thumb-info {
	font-size:90%;
}

.list-row {
    width:100%;
    float:left;
}
@media (max-width: 1330px) {
    .content-list-thumb {
        width:95%;
    }
}
.video-list.content-list-large div.thumb-title .like-status {
	float: right;
}
.video-list.content-list-large div.thumb-img img {
	float:left;
	width:120px;
}
.video-list.content-list-large div.thumb-img span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	border: 1px solid transparent;
	border-radius: 5px 0 7px 0;
	color: #FFFFFF;
	float: right;
	font-size: 80%;
	margin-top: -16px;
	padding: 0 2px 0 4px;
}
.ad-row {
	margin-top:25px;
	text-align:center;
}

.tips-form {
	width:600px;
}
.tips-form textarea {
	height:100px;
}
.tips-form > input,.tips-form textarea {
	border:1px solid #ddd;
	border-radius:5px;
	float: left;
	font-size:1.1em;
	margin:2px 0 20px 10px;
	padding:10px;
	width:300px;
}
.tips-form input[type=submit] {
	float:none;
}
.tips-form select {
	font-size:1.1em;
	margin:2px 0 20px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:0px;
	height:auto;
}
.tips-form #vi-thumbs > label {
	margin-right:10px;
}
.tips-form #vi-thumbs div label {
	width:auto;
	border:2px solid transparent;
}
.tips-form #vi-thumbs  {
	margin-bottom:20px;
}
.tips-form #vi-thumbs div.selected label{
	border-color:#80AA49;
}
.tips-form label .small,
#video-step1 label .small {
	color: #666666;
	display: block;
	font-size: 75%;
	font-weight: normal;
	text-align: right;
	width: 200px;
}
.tips-form label,
#video-step1 label {
	display: block;
	float:left;
	font-size:1.2em;
	text-align:right;
	width:200px;
}
#video-step1 label .small,
#video-step1 label {
	width:60px;
}
#video-step1 #step1-url {
	width:350px;
	border:1px solid #ddd;
	border-radius:5px;
	float: left;
	font-size:1.1em;
	margin:2px 0 20px 10px;
	padding:10px;
}

.embed {
	text-align:center;
}


/* Kommentarer */
#shout-form textarea {
    border-radius: 5px 5px 0 5px;
    height: 4em;
    width: 600px;
}
.shout {
    margin-right: 19px;
    margin-top: 1em;
}
.shout-post {
    overflow: hidden;
    position: relative;
}
.shout-post:hover {
    background-color: #F7F7F7;
}
.shout-right {
    position: absolute;
    right: 1em;
    top: 0.7em;
}
.shout-left {
    left: 1em;
    position: absolute;
    top: 0.7em;
}
.shout-left img {
    height: 34px;
    width: 30px;
}
.shout-content {
    left: 46px;
    padding: 0.7em 0.7em 1em;
    position: relative;
    width: 600px;
}
.shout-content a:link, .shout-content a:visited {
    font-weight: bold;
}
.shout-content a:hover {
    color: #FF0000;
}