/* text items */
.strytl .item.text h1.title {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight:bold;
	color: #1c1c1c;
}

.strytl .item.text {
	color: #1c1c1c;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.strytl .item.text .timestamp .group .time {
	letter-spacing: 0.02em;
	color: #1c1c1c;
}

.strytl .item.text .timestamp .group .date {
}

.strytl .item.text .timestamp .group {
	border-bottom-color: #fe0000;
}

.strytl .item.text .timestamp .group {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.strytl .item.text a {
	color: #fe0000;
}

.strytl .item.text a:visited {
    color: #c60101;
}


/* 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: #fe0000;
	line-height: 1px;
}
.strytl .live img {
	visibility: hidden;
}

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

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

#strytl-pagination { display:none; }



