body.slideshow {
	background-color: #333333;
}

.slideshow .preview {
	display: none;
}

.slideshow .image {
	width: auto;
	position: relative;
}

.slideshow .progress {
	position: absolute;
	top: 15px;
	right: 55px;
	text-align: right;
	opacity: 0.6;
	font-size: 13px;
	line-height: 26px;
	color: #fefefe;
}

.slideshow .delete {
	position: absolute;
	top: 19px;
	right: 30px;
	text-align: right;
	opacity: 0.6;
	font-size: 13px;
	line-height: 26px;
	color: #fefefe;
}
.slideshow .delete img {
	cursor: pointer;
}

.item { text-align: center; margin-top: 1rem; position: relative; }
.item img {
	max-height: 700px;
	max-width: 100%;
}
.item .text { margin-top: 0.3rem; font-size: 120%; padding-bottom: 1rem; border-bottom: 2px dashed #333333; }
form.passphrase {
	margin: 0 auto;
	width: 300px;
	margin-top: 180px;
}
form.passphrase input[type="password"],
form.passphrase button[type="submit"] {
	font-size: 120%;
	padding: 2px 5px;
}