/* Common stylesheet for Dad's webpage galleries
	v1 - 20141101*/

@media (max-width: 767px) {
	/* Throw the sidebar navigation list to the top when things get skinny. */
	.nav-pills.affix {
		position: static;
		width: auto;
		top: 0;
	}
} 

#lightbox .modal-content {
	display: inline-block;
	text-align: center;   
}

#lightbox .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -15px;
	right: -55px;
	z-index: 1032;
}