#ansprompt {
	position: absolute;
	left: 250px;
	top: 400px;
	width: 250px;
	font-weight: bold;
	text-align: center;
}

#counterdiv {
	position: absolute;
	left: 200px;
	bottom: 15px;
	width: 350px;
	text-align: center;
	color: #17806d;
}

#gelframe {
	fill: none;
	stroke: #232323;
	stroke-width: "1.5px";
}

#mainFrame {
	position: relative;
	width: 600px;
	height: 525px;
}

#newq {
	position: absolute;
	left: 250px;
	top: 330px;
	width: 540px;
	text-align: center;
	z-index: 10;	
}

#quesdiv {
	position: absolute;
	left: 50px;
	top: 300px;
}

#welcome {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 540px;
	text-align: center;
	z-index: 10;
}

.clickbutton {
	padding: 8px;
	background: #efefef;
	border-radius: 4px;
	border: 1px solid #232323;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.well {
	fill: none;
	stroke: #898989;
	stroke-width: 1;
}

.ansopt,
.answered,
.wans
{
	cursor: pointer;
}
.ansopt:hover {
	cursor: pointer;
	background-color: #fae7b5;
}

.wans {
	background-color: #ffaacc;
}
.answered {
	background-color: #76ff7a;
}