#responses > div{
	margin: 50px;
	text-decoration: none;
    display: block;
    height: 2.5em;
    width: 8em;
    background: #e6e6e6;
    border: 2px solid #000000;
    color: #00000;
    text-align: center;
    font: bold 3em/100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background: -webkit-linear-gradient(top, #e6e6e6, #a1a1a1);
    background: -moz-linear-gradient(top, #e6e6e6, #a1a1a1);
    background: -o-linear-gradient(top, #e6e6e6, #a1a1a1);
    background: -ms-linear-gradient(top, #e6e6e6, #a1a1a1);
    background: linear-gradient(top, #e6e6e6, #a1a1a1);
     
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
     
    -webkit-box-shadow: 0 8px 0 #5c5c5c;
    -moz-box-shadow: 0 8px 0 #5c5c5c;
    box-shadow: 0 8px 0 #5c5c5c;
     
    text-shadow: 0 2px 2px #5c5c5c;
}

#responses > div.r:hover {
    background: -webkit-linear-gradient(top, #ffffff, #a1a1a1);
    background: -moz-linear-gradient(top, #ffffff, #a1a1a1);
    background: -o-linear-gradient(top, #ffffff, #a1a1a1);
    background: -ms-linear-gradient(top, #ffffff, #a1a1a1);
    background: linear-gradient(top, #ffffff, #a1a1a1);
}

#question {
    color: blue;
    position: absolute;
    top : 2em;
    left : 11em; 
}

button {
    color: red;
}

.inactive {
	position: absolute;
	top : -100em;
	left : -100em;
}

.active {
	position: absolute;
	width: 50px;
	height: 50px;
	top : 25em;
	left : 50em;
}
