body{
	color: #6B6B6B;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 27px;
	font-weight: 300;
}

#sitemap{
font-size: 19px;
margin-left: 27px;
text-align:justify;
}

#sitemap:hover{
	text-decoration:underline;
}

#esol{
	border: 1px solid rgba(128, 128, 128, 0.22);
	color: #000;
}
#points{
	font-size: 14px;
	margin-left:25px;
	line-height:2em;
	text-align: justify;
	font-weight:500;
}

#points:hover{
	font-size: 14px;
	
	cursor:pointer;
	text-align: justify;
}

#table{
	
	font-size: 12px;
	letter-spacing: 1.5px;
}
#thead{
	font-size:14px; 
}
.contents{
	text-align: justify;
	
}
/**************************************
*Contents
*
*********/
.content { 
	position: relative; 
	z-index: 999; 
	margin-bottom:40px;  
}

.jumbotron { 
	background:#f5f5f5; 
}

.content .lead { font-family: Georgia; font-style: italic; color:#999; }

.space-before { padding-top:20px; }
.space-after { padding-bottom:20px; }

.img-feature { 
	max-height: 300px;
	max-width: 300px;
	border:15px solid #f5f5f5;
	margin:0 auto;
	-webkit-border-radius: 50% ;
	-moz-border-radius: 50% ;
	border-radius: 50%;
	padding:1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	color: #6B6B6B;

}
a:hover{
	color:blue;
}
b{
	font-weight:bold;
}
small, .small {
    font-size: 85%;
    color: wheat;
}

#move-right{
	padding-left: 25px;
}