@import "default.css";
@import "title.css";
section:not(.t), figure { display: flex }
section:not(.t) {
	flex-flow: row wrap;
	justify-content: center
}
figure {
	flex-direction: column;
	align-items: center
}
figcaption { margin-top: 10pt }
@media (hover) { figcaption { visibility: hidden } }
figure:hover figcaption { visibility: visible }
