div.student {
	background: #AEF5C0 none repeat scroll 0 0;
	border-top: 10px solid #2F925D;
	padding: 10px;
	margin: 20px 5px 0 5px;
	font-size: 12px;
  overflow: auto;
	float: left;
	width: 953px;
}

div.student div.student-info {
	float: left;
	width: 350px;
}
div.student div.student-info h3 {
	margin: 0;
	font-size: 25px;
	line-height: 25px;
}
div.student div.student-info p{
	margin: 0;
}

div.student p.student-about {
	margin:0;
	text-align:justify;
	width: 580px;
	overflow: auto;
	float: right;
}

p.student-index {}
p.student-index a {
	display: inline-table;
	padding: 0 10px;
	font-weight: bold;
}
a.back-to-top {
	margin-left: 5px;
	font-size: 12px;
	float: left;
}