.hidden {
	display: none;
}

/* Resolves a problem where cancel link shows up in default blue */
#sb-loading a {
	color: #fff;
	text-decoration: none;
}
.gallery
{
	display: flex;
	flex-wrap: wrap;
}
.gallery figure
{
	margin:0.5rem;
}