
main.main-gallery {
	background-color: rgba(0,0,0,0.5);
	color: white;
}

main p.error {
	font-weight: bold;
	color: red;
}

main #imageset > img {
	border: 1px solid black;
	margin: 1px;
	cursor: pointer;
}

div#imagefull {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

div#imagefull > img {
	text-align: center;
	width: calc(100% - 18em);
	margin: 3em;
	cursor: pointer;
	border-radius: 0.5em;
}

