* {
	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;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #A4A4A4;
}

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

.header {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 300px;
	font-size: .9em;
	text-align: center;
	z-index: 1000;
}

#title {
	color: #990000;
	font-size: 1.2em;
}

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

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

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

.image-frame {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0px 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: 95%;
	box-shadow: 0 0 .2em #990000;
}

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

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

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

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

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

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