.viewer-container {
	background: #fff;
	/*top: 46px;*/  /* Header height */
}

.viewer-button {
	border-radius: 0;
}

.viewer-button:before {
	bottom: 10px;
	left: 10px;
}

.viewer-navbar {
	background: #fff;
}

.viewer-list {
	height: 68px;
	margin-bottom: 3px;
}

.viewer-list > li {
	width: 105px;
	height: 66px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.viewer-list > li.viewer-active {
	border-color: #1ca3bc;
}

.viewer-prev, .viewer-next {
	position: fixed;
	top: 50%;
	left: 1rem;
	transform: translate3d(0, -50%, 0);
}

.viewer-next {
	left: auto;
	right: 1rem;
}