/*  history & archives */
.srsArchives {
	margin: 0 auto;
	text-align: center;
}

.srsArchives .ha-button {
	display: inline-block;
	width: 30%;
	border: 1px solid #D0D0D0;
	margin: 15px auto;
	text-align: center;
	/*height: 280px;*/
	box-sizing: border-box;
}
.srsArchives .ha-heading {
	display: block;
	/*width: 200px;
	height: 200px;*/
	background: linear-gradient(#FFFFFF,#D0D0D0);
	padding: 15px;
	text-decoration: none;
	position:relative;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
}

.srsArchives .ha-heading:hover {
	background: linear-gradient(#D0D0D0,#FFFFFF);
	text-decoration: none;
}

.fancyPhotoset li {
	list-style: none;
	display: inline-block;
	margin: 5px 15px;
	text-align: center;
}

.photo_list {
	list-style-type: none;
}
.photo_list img {
	padding: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.srsArchives .ha-button {
		width: 100%;
		height: auto;
	}
}