/* Bild */

.picture { background-color: #66666;

border: 1px solid #CCCCCC; padding: 3px;

font: 11px/1.4em Arial, sans-serif; }

.picture img { border: 1px solid #CCCCCC;

vertical-align:middle; margin-bottom: 3px; }

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { margin: 0.5em 0.8em 0.5em 0; float:left; }



/* Spelinfo */

#review_tracks_outline{

	padding-left:5px;

	padding-right:5px;		

}



#review_tracks{

  	float:right;

  	padding-left:5px;

	padding-right:5px;	

	

}



div.review_tracks_inner{

	border:1px solid #A8B5C2;

	padding: 0px;

	margin: 0px;

		

}



div.review_track_head{

	background: url(../images/tl.png) repeat-x;

	color: #666666;

	line-height: 21px;

	font-weight: bold;

	font-size: 10px;

	text-transform: uppercase;

	text-align: center;	

}



div.review_track_odd{

  background: #FFFFFF;

  color:#000000;

}



div.review_track_even{

  background: #000000;

  color:#FFFFFF;

}

.betyg1 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_1.png') no-repeat 0 0;
}
.betyg2 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_2.png') no-repeat 0 0;
}
.betyg3 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_3.png') no-repeat 0 0;
}
.betyg4 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_4.png') no-repeat 0 0;
}
.betyg5 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_5.png') no-repeat 0 0;
}
.betyg6 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_6.png') no-repeat 0 0;
}
.betyg7 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_7.png') no-repeat 0 0;
}
.betyg8 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_8.png') no-repeat 0 0;
}
.betyg9 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_9.png') no-repeat 0 0;
}
.betyg10 {
	width:480px;
	height:48px;
	background: transparent url('../../../images/score/nw_score_10.png') no-repeat 0 0;
}

/*  TopList */
ol.gkTopList {
    counter-reset:li; 
    margin: 0;
}
ol.gkTopList > li {
	border-top: 1px solid #e5e5e5;
	line-height: 60px;
	list-style:none;
	padding-left: 64px;
    position:relative;
}
ol.gkTopList > li:first-child {
	border-top: none;
}
ol.gkTopList > li:before {
	background: #e5c235;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	color: #fff;
    content:counter(li); 
    counter-increment:li; 
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 36px;
}
ol.gkTopList > li {
	color: #555;
	font-size: 14px;
	font-weight: bold;
}
ol.gkTopList > li a {
	color: #555;
}
ol.gkTopList > li a:active,
ol.gkTopList > li a:focus,
ol.gkTopList > li a:hover {
	color: #212121;
}
/* Box */
#nwcorners_left {
	border-radius: 25px;
	border: 2px solid #73AD21;
	padding: 20px;
	width: 300px;
//	height: 150px;
	float: left;
}
#nwcorners_right {
	border-radius: 25px;
	border: 2px solid #73AD21;
	padding: 20px;
	width: 300px;
//	height: 150px;
	float: right;
}
.bildpunktlista { list-style-image: url(../../../images/icons/mynt12.gif); }
.value {
	font-weight:700;
	color:#ffffff;
}
.accent {
	color: #dc0000;
}
.best {
	letter-spacing:-5px;
}
.score {
	font-weight:700;
	clear:both;
	line-height:60px;
	font-size:300%;
}
.advent-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(100px,1fr));
    gap: .5rem;
    figure {
        margin: 0;
    }
    .advent-link {
        padding: 0;
        text-decoration: none;
        color: currentColor;
        width: 100%;
        height: 100%;
    }
    .mod-articles-advent-item-content {
        aspect-ratio: 1;
        transition: all .2s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
        &:hover {
            transform: scale(1.025);
        }
    }
    span {
        font-size: 4rem;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .advent-grid {
        grid-template-columns: repeat(3,minmax(80px,1fr));
    }
}
.advent-bg {
    padding: .5rem;
    background-image: url(../../../images/jul/Nintendo-Christmas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    .mod-articles-advent-item-content {
        box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
        border: 1px solid #d5d5d5;
    }
}