.section {
	background: #fff;
	list-style: none;
	padding: 0 10px 10px;
	margin: 0;
	font-size: 1.2em;
	color: #8e8e8e;
	border-bottom: none;
}

#nav #subtabs li.section {
	border-bottom: none;
	background: #fff;
}

#facebook_profile * {
	font-size: 1em;
	font-weight: none;
}

#survey_creator {
	margin: 0 auto;
	text-align: center;
}

#left_nav .user_profile {
	background: #eaeaea;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}

#left_nav span.profile_pic img {
	border-right: none;
}

#left_nav #user_profile {
	border-top: 2px solid #8e8e8e;
	border-bottom: 2px solid #8e8e8e;
	border-right: none;
	border-left: none;
}

#user_profile #profile_pic {
	margin: 0 0 0 20px;
}

#survey .answer, #survey .answer-line {
	font-size: 1.2em;
	clear: both;
	margin: none;
	padding: none;
	border: none;
}

#survey .question {
	width: 100%;
	text-align: center;
}

#survey .answers, #survey #graph {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	border: none;
}

#survey .answers div {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}

#graph .answer-text {
	width: 50%;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #8a90ca;
	height: 40px;
}

#graph .bar {
	width: 50%;
	text-align: left;
	border-left: 2px solid #8a90ca;
	padding: 0;
	margin: 0;
	font-size: .8em;
	color: #8a90ca;
	height: 40px;
}

#graph .bar div {
	height: 30px;
	width: 0;
	visibility: hidden;
	padding: 0;
	margin: 0 10px 0 0;
	background-color: #8a90ca;
	float: left;
}

#graph .bar span {
	margin: 7px 0;
	display: block;
	float: left;
}

#quote_large {
	width: 124px;
	height: 86px;
	background: url(/images/quote_green_big.png) no-repeat top left;
	margin: 30px auto;
}

#survey {
	margin: 0 30%;
	padding: 0;
	text-align: center;
}

#socnets {
	border-top: 2px solid #8e8e8e;
	border-bottom: 2px solid #8e8e8e;
	width: 100%;
	margin: 30px 0;
	padding: 20px 0;
	clear: both;
	display: block;
	text-align: center;
}

#socnets li {
	list-style: none;
	display: list-item;
	float: left;
	width: 33%;
	font-size: 1.4em;
}

a#create_survey_button {
	display: block;
	width: 250px;
	height: 60px;
	margin: 20px auto;
	background: #9fc03e;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #9fc03e;
}

a#create_survey_button div {
	margin: 20px 0;
}

#main #content {
	padding: 0;
}

#comments {
	background: #eaeaea;
	width: 100%;
	padding: 15px 0;
}

#comments h3 {
	text-align: left;
	color: #8a90ca;
	margin: 0 20px;
}

#comments textarea {
	width: 95%;
	margin: 15px 20px;
}

#comments input[type="submit"] {
	margin: 0 0 0 20px;
}

#indi_comments {
	margin: 20px 20px 0 20px;
}

.s_comment_item {
	border-bottom: 1px solid #fff;
}


