html{
	height:auto;
}

/*
section {
  background-color: pink;
  margin-bottom:20px;
    height:750px;
}
*/

#about_text{
	width: 740px;
	float:right;
}

#sidebar ul{
	width:180px;
	float:left;
}

.nav > li {
	border-radius: 10px;
}

.nav > li > a {
	padding: 2px 3px;
	border-radius:4px;
}

.nav > li > a:hover {
	color:#99ccff;
}

.nav-list {
width: 200px;
margin-left: 10px;
margin-top:0px;
padding: 0px;
background-color: #fff;
float:left;
}

.nav-list .icon-chevron-right {
float: right;
margin-top: 2px;
}

.active .icon-chevron-right {
opacity: 1;  
}

.temp-list-group{
	margin-left:20px;
	list-style-type: none;
	margin-top:10px;
	padding-right:10px;
	text-align:justify;
}

.temp-list-group-item-heading{
	font-weight:bold;
	border-bottom:1px solid #333;
	margin-right:10px;
}

.active > a, .active > a:hover, .active > a:focus {
color: #99ccff;
background-color: #333;
}

.panel_heading{
	border-bottom:1px solid black;
}

#sidebar.affix {
	position:fixed;
	top: 10px;
}

#sidebar.affix-bottom{
	bottom:300px;
	position:absolute;
}

.info_table{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #333;
	border-collapse:collapse;
}

.info_table th {
	text-align:center;
}

.info_table td {
	padding: 2px 10px;
}

.panel {
	text-align:justify;
}

.subsection_tab{
	margin-left:15px;
}
