.container
{
	width:auto !important;
}
.navbar{
		margin-top: 0px;
		border-radius:0px !important;
}


.bs-docs-header
{
	font-size:25px;
	padding: 30px 15px; 
	color:#CDBFE3;
	background-color: #6F5499;
	background-image: -webkit-linear-gradient(top,#563D7C 0,#6F5499 100%);
	background-image: linear-gradient(to bottom,#563D7C 0,#6F5499 100%);
	background-repeat: repeat-x;
}
.bs-docs-header h1
{
	color:white;
	font-size:60px;
}


.bs-docs-footer
{
padding-top: 40px;
padding-bottom: 40px;
margin-top: 100px;
color: #777;
text-align: center;
border-top: 1px solid #E5E5E5;
}
.bs-docs-footer-links 
{
	list-style-type: none !important;
}

.bs-docs-footer-links li
{	 
	display: inline !important;
	white-space: nowrap; 
}

.largebtn{
	width:200px;	
	height:200px;
	padding-top:80px !important;
	font-size:150% !important;
	color:#FFFFFF !important;
	background:#7AC0B2 !important
}

.summary
{
	max-width:600px !important;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto
}

.bs-docs-header
{
	background-image: linear-gradient(to bottom,#FF9D78 0,#580004 100%) !important;
}