@import "style.css";

hr
{
	border: none;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 3px;
	background-color: gray;
}

#content
{
	font-family: Fakt,AvenirNext,Segoe UI,sans-serif;
}

#moreStories
{
	overflow-x: scroll;
	overflow-y: hidden;
	max-height: 347px;
	padding: 3px;
}

.moreStoriesList
{
	display: grid;
	grid-column-gap: 2%;
	grid-template-columns: repeat(20, 350px);
	grid-row-gap: 20px
}