@charset "utf-8";
/* CSS Document */
body {
	font-size: 11px;
	overflow:visible;
}
div {
	overflow:visible;
}
.container-fluid {
    padding: 0;
  }
.dl-horizontal dt {
	float: none;
	width: auto;
	clear: none;
	text-align: left;
}
.dl-horizontal dd {
	margin-left: 0;
}
.container {
	width: auto;
}
.row-fluid {
	width: 100%;
}
.row,
.thumbnails {
	margin-left: 0;
}

.navbar, .navbar-inner {
	display:none;
}
header {
	padding: 10px 0;
	width:100%;
	background-color:#ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	background-repeat: none;
	background-position: none;
}
.social_btn_top {
	display:none;
}
.report_abuse {
	display:none;
}
.language-link {
	display:none;
}
#search {
	display:none;
}
#side-nav-container {
	display:none;
}
#content-container {
 	width:95%;
}
#content-container .float-right {
 float:none;
 width:100%;
 margin-left:0px;
}
#content-container .float-left {
 float:none;
 width:100%;
 margin-left:0px;
}
#content-container .well {
	width:100%;	
	background-color: #F5F5F5;
	border: 1px solid #000000;
	border-radius: 1px;
	box-shadow: none;
	margin-top:5px;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}
#footer, .footer-50 {
	display:none;
}
.CollapsiblePanelContent {
	display:block !important;
	visibility: visible;
}