* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	/* font-size: 70px; */
	font-size: 5em;
	text-shadow: none !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[draggable] {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	/* required to make elements draggable in old webkit */
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}

table, th, td {
	border: 0px solid black;
}

.header {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 100px;
	font-size: .8em;
	text-align: center;
}

.saved-display {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	margin-bottom: 140px;
	height: 260px;
	font-size: .8em;
	text-align: center;
}

.saved-display img {
	vertical-align: middle;
	display: inline-block;
}

.saved-images {
	float: left;
	width: 33.3%;
	height: 200px;
	border: 1px solid blue;
}	

.saved-images:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.grayout {
	opacity: 1;
}

.grayout:hover {
	opacity: 0.4;
}

.display {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.holder {
	width: 700px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 0px solid blue;
}

#display-start {
	position: absolute;
	top: 50%;
	margin-top: -225px;
	width: 700px;
	border: 1px solid red;
}

.image-frame {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid yellow;
	display: none;
	z-index: -1001;
	background-color: white;
}

.shoeImage {
	position: absolute;
	top: 50%;
	width: 700px;
	border: 0px solid red;
	-webkit-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s ease-in;
	z-index: -1000;
}

.shoeImage > img {
	width: 90%;
}

.right {
	position: absolute;
	top: 930px;
	right: 0px;
	width: 50%;
	text-align: left;
	padding-left: 420px;
}

.left {
	position: absolute;
	top: 930px;
	left: 0px;
	width: 50%;
	text-align: right;
	padding-right: 420px;
}

.results {
	font-size: .8em;
	margin-top: 80px;
	width: 100%;
}

.dislikes {
	float: left;
	padding-left: 110px;
	width: 50%;
}

.likes {
	float: left;
	padding-left: 180px;
	width: 50%;
}

.nodedive {
	color: blue;
	cursor: pointer;
}
