
.compare {
	position: relative;
	float: left;
	width: 700px;
	height: 500px;
	overflow: hidden;
	float: left;
	margin-right: 2em;
	border: 1px solid #e6e6e6;
}
.inner {
	overflow: hidden;
}

.compare .inner img {
	max-width: 700px;
}

.line {
	position: absolute;
	background-color: white;
	z-index: 100;
}

.vertical { 
	width: 2px;
	height: 100%;
}

.horizontal {
	width: 100%;
	height: 2px;
}

.text {
	color: white;
	background-color: black;
    opacity: 0.5;
	padding: 0.2em;
}

#attributes {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 0.3em;
}

.input-buffer {
	width: calc(15% - 0.3em);
	height: auto;
	text-align: center;
	padding-right: 0.3em;

}

.img-zoom-result {
  border: 1px solid black;
  /*set the size of the result div:*/
  width: 150px;
  height: 150px;
  float: left;
  image-rendering: pixelated;

}


.input-buffer img {
	width: 100%;
	height: auto;
}

span.filetype {
	font-size: 1em;
}

.active {
	background-color: #f0f0f6;
}

.clickBox {
	cursor: pointer;

}

.scenes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.7em;
}

.scene {
	cursor: pointer;
	padding: 0.5em;
	border-top: 2px solid #f0f0f6;
}

.scene-inactive {
	background-color: #f0f0f6;
}

.scene-active {
	background-color: #fff;
}

.scene-inactive:hover {
	background-color: #fff;
}