/* @override 
	https://ainsworth.fr/photos/style.css
	https://ainsworth.fr/photos/gallery/style.css
	https://www.ainsworth.fr/style.css */

body {
	/*display: none;*/
	margin: 0;
	font-family: "Courier New", Courier, mono;
	font-variant: small-caps;
	font-size: 7vmin;
}

.blueimp-gallery-display > .prev, .blueimp-gallery-display > .next {
	top: 90%;
}

a {
	text-decoration: none;
}

#home {
	width: 7vmin;
	vertical-align: sub;
}

img.thumbnail {
	margin: 1%;
}

#breadcrumb {
	/*background-color: yellow;*/
	padding-left: 3%;
	padding-top: 3%;
}

#breadcrumb > li {
	display: inline-block;
}

#folders {
	/*background-color: pink;*/
	list-style: none;
	/*padding-left: 1rem;*/
}