@media screen and (min-width: 500px) and (max-width: 640px) {
	#strytl-body.strytl {
        font-size: 2.3vw;
        line-height: 1.5;
    }
}

/* text items */
.strytl .item.text h1.title {
	font-family: Georgia, sans-serif;
	font-weight:normal;
	color: #2b2b2d;
	font-size: 170%;
}

.strytl .item.text,
.strytl .item.link,
.strytl .item.em-football:not(.gamephase-change):not(.score) .text-content {
	color: #000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.strytl .item.text .timestamp .group .time,
.strytl .item.em-football.event .timestamp .group .time {
	font-family: Georgia, sans-serif;
	font-weight:300;
	color: #2b2b2d;
}

.strytl .item.text .timestamp .group .date,
.strytl .item.em-football.event .timestamp .group .unit {
	color: #7b7b7b;
	font-size: 75%;
}

.strytl .item.text .timestamp .group {
	font-family: Georgia, sans-serif;
	border-bottom-color: #1a5681;
}

.strytl .item.text .timestamp .group,
.strytl .item.em-football .timestamp .group {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.strytl .item.text a {
	color: #1a5681;
}


/* general design changes */
.strytl .live {
	background-image: url(https://data.storytile.net/customer_files/live.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #1a5681;
	line-height: 1px;
}
.strytl .live img {
	visibility: hidden;
}

.strytl .load-next {
	background-color: #1a5681;
}

.strytl .loading .img {
    background-image: url(https://data.storytile.net/customer_files/loading-infinite-neutral.gif);
}



/* soccer module */
.strytl .item.em-football.event .timestamp .group.time {
	font-family: Georgia, sans-serif;
	font-weight:700;
}

.strytl .item.em-football.event .timestamp .group.unit {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* normal time display */
.strytl .item.em-football .timestamp .group {
	background-color: #1a5681;	
	color: #fff;
}

/* event time display */
.strytl .item.em-football.event .timestamp .group {

}

/* scoreboard and gamephase change */
.strytl .item.em-football.event.gamephase-change,
.strytl .item.em-football.event.score,
.strytl .item.em-football.event.score .team.score-a,
.strytl .item.em-football.event.score .team.score-b {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

iframe {
max-width:100% !important;
}

.strytl .item.link .indicator .icon {
  background-color: #1a5681;
}
.strytl .item.link .description .title {
  color: #1a5681;
}

.strytl .item.link .title {
	font-family: Georgia, sans-serif;
	font-weight:normal;
	color: #2b2b2d;	
}



