@CHARSET "UTF-8";

form table input {
	width: auto !important;
}

form table textarea {
	width: 100px;
	height: 20px;
}

#progressbar {
	width: 388px;
	height: 48px;
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	overflow: hidden;
}

#progress {
	display: block;
	height: 100px;
	width: 0%;
}

.progressbarValid {
	background-color: green;
	background-image: -o-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
	background-image: linear-gradient(-90deg, #8AD702 0%, #389100 100%);
}

.progressbarInvalid {
	background-color: red;
	background-image: -o-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: -moz-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: -ms-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
	background-image: linear-gradient(-90deg, #F94046 0%, #92080B 100%);
}

#status {
	height: 150px;
	width: 388px;
	border: 1px solid #ccc;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#complexityLabel {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
}

#complexity {
	width: 100%;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: bold;
	font-size: 70px;
	line-height: 80px;
	margin-top: 10px;
}