* {
font-size:1em;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
line-height:1em;
}
body{
background: #ddf1f9; /* Old browsers */


}
h1 {
font-size:1.1em;
margin-top:0;
text-decoration:underline;
}
.questions *{
	font-size:0.9em;
	font-weight:bold;
}
.questions li{
	display:block;
	padding:3px;
	list-style:none;
	margin:3px;
	border-bottom:1px #ccc solid;
	clear:both;
	width:100%;
	height:30px;
}
#results,#moreInfo{
	display:none;
	padding:5px;
	border:1px #ccc solid;
	margin:10px;
	line-height:1.2em;
	clear:both;
	width:600px;
	margin:0 auto;
	margin-bottom:10px;
background-color:#fff;
}
@media only screen and (max-device-width: 480px) {
	#usertypequiz{
		width:440px;

	}
	#results,#moreInfo{
		width:100%;
	}
}
span.question{
	display:block;
	width:75%;
	float:left;
	padding-top:5px;
}
div.answer{
	display:block;
	width:20%;
	float:left;
}
#usertypequiz{
	width:900px;
	margin:0 auto;
}
.pt-activity-stream {
background: none repeat scroll 0 0 #fff;
border: 1px solid #CCC;
border-radius: 5px 5px 5px 5px;
width: 190px !important;
overflow: hidden !important;
position:fixed;
left:10px;
top:320px;
}