﻿#dropTarget {
	width: 480px;
	height: 480px;
	border-radius: 250px;
	border: 10px solid #00a3ef;
	background-color: #ccc;
	line-height: 480px;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	top: 20px;
}
#limits {
	display: block;
	position: absolute;
	top: 50px;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}
#count {
	width: 500px;
	height: 500px;
	line-height: 500px;
	font-size: 300px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
}
#destinationLabel {
	color: #555;
	text-align: left;
}
#destination {
	width: 100%;
	height: 40px;
	font-size: 18px;
	border: 2px dashed #ccc;
	border-bottom-width: 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
#features {
	margin-left: 2em;
}
#count,
canvas {
	display: none;
	position: absolute;
	top:20px;
}
.uploading #count,
.uploading canvas {
	display: block;
}
.uploading #dropTarget {
	color: rgba(0,0,0,0);
}
#DemoContent {
	display: table;
	width: 100%;
}
#container {
	display: table-row;
	height: 540px;
}
#left, #right {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#progressContainer {
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
#results {
	text-align: left;
	font-size: 16px;
}
.pass {
	color: #090;
}
.fail {
	color: #900;
}
tr > * {
	padding: 4px;
}
table {
	width: 100%;
}
thead > tr,
tbody > *:nth-child(even) {
	background-color: #ddd;
}
tbody > *:nth-child(odd) {
	background-color: #eee;
}
progress {
	width: 100%;
}
tr > td:nth-child(2) {
	text-align: right;
}
tr > td:nth-child(3) {
	text-align: center;
}