html, body{
  height:100%;
}

body {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
}

.group:after { /* aka clearfix*/
    content:" ";
    display:block;
    clear:both;
}

.appWrapper {
	width: 100%;
	max-width: 898px;
	height: 100%;
	max-height: 498px;
	background-color: #F8F9F9;
	padding: 10px;
}

.appNav {
	width: 100%;
	background-color: #FFFFFF;
}

.results {
	position: absolute;
	top: 460px;
}

.mainContent{
	line-height: 240%;
}

/*	Buttons and navigation 	*/

.actions {
	position: absolute;
	width: 900px;
	top: 460px;
	left: 0px;
}

.actions button {
	width: 120px;
}

.actions tr td:nth-child(odd) {
	width: 100px;
}

.actions tr td:nth-child(1) {
	text-align: right;
}

.actions tr td:nth-child(2) {
	text-align: center;
}

.navLink {
	cursor: pointer;
	position: absolute;
	left: 858px;
	width: 65px;;
	height: 20px; 
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

.prev_navLink {
	cursor: pointer;
	position: absolute;
	left: 10px;
	width: 100px;
	height: 20px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}


.infoBtn {
	background-image: url(../images/info_btn_black.png);
    width: 35px;
    height: 35px;
    position: absolute;
    left: 880px;
    top: 5px;
    z-index: 2;
	cursor: pointer;
}

.checkbox {
	padding: 2px 5px 5px 12px; 
}

#answer_1, #answer_2, #answer_3,
#answer_4{	
	top: 112px;
    left: 458px;
    height: 140px;
    width: 400px;
}

#answer_5 {
	top: 265px;
    left: 20px;
    height: 140px;
    width: 880px;
}

