@CHARSET "UTF-8";

main>section.week>header {
	margin-bottom: 0.7em;
}

main>section.week article {
	padding-left: 0;
	margin-bottom: 1.5em;
}

main>section.week article a {
	color: #000;
}

main>section.week article>a header h1 {
	color: #10a69a;
}

main>section.week article>a figure {
	line-height: 0;
}

main>section.week article>a figure img {
	margin-bottom: -5px;
}

main>section.week article>a + p {
	margin-bottom: 9px;
}

main>section.week article>a + p > div {
	margin-bottom: 1em;
}

main>section.week article>a header>div {
	padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
	main>section.week article {
		padding: 0;
	}
}