body {
	padding-top: 20px;
    padding-bottom: 20px;
}
#starttest {
	margin-top: 16px;
	text-align:center;
	font-size: 1.5em;
}
.example {
	text-align:center;
}
#eksempeloppgave {
	position: relative;
    top: 50px;
}
#age {
	text-align:center;
}
.age {
	margin-top: 16px;
	font-size: 1.5em;
}
.timer {
	display:block;
	float:right;
	padding:3px;
	margin-top: 10px;
    margin-right: 10px;
}
.timer, #timer {
	font-size:2em;
}
.timer .glyphicon {
	font-size: 1.6em;
}
.test {
	text-align:center;
}
.test .panel-heading h3 {
	padding-left: 100px;
}
.test .panel-heading h3 .glyphicon{
    font-size: 20px;
}
.choice {
    cursor: pointer;
    margin: 12px;
    padding: 4px;
}
.buttons {
	margin-top: 16px;
	text-align:center;
}
button.button {
	margin-left:5px;
	margin-right:5px;
    min-width: 81px;
}
.disabled {
	background-position: 0 -50px !important;
    cursor: arrow;
}
.ok {
	background-position: 0 -100px !important;
}
.bold {
	font-weight:bold;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	#eksempeloppgave {
		margin: 10px 0 10px 0;
		position: inherit;
	    top: inherit;
	}
	.test .panel-heading h3 {
    	padding-left: 0;
	    margin-top: 5px;
	    margin-bottom: 5px;
    }
	.timer, #timer {
	    font-size: 1.5em;
    	margin-top: 5px;
    	margin-right: 5px;
    }
	.timer .glyphicon {
		font-size: 1.3em;
	}
	.sharebuttons .btn {
		margin-top: 6px;
	    margin-bottom: 6px;
	    width: 100%;
    	height: 44px;
    	padding-top: 10px;
    }
}
/*@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
	html, body {
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:1.1em;
		background:#fff;
		padding:3px;
		color:#000;
		margin:0;
	}
	h1, h2, h3 {
		margin: 4px 0px 8px 0px;
	}
	.age {
		border-radius: 8px;
		-moz-border-radius: 8px;
		font-size:1.4em;
		margin: 4px;
		padding: 4px;
	}
	.button {
		font-weight: normal;
		padding: 10px 12px;
	}
	.buttons .button {
		margin: 0px 6px;
	}
	#age {
		padding-top:4px;
		/ *position: absolute;
		top: 50%;* /
		text-align: center;
		vertical-align: middle;
	}
	.test {
		padding-top:4px;
		text-align:center;
	}
	.timer {
		font-size:1em;
		padding:4px !important;
	}
}
*/
