.container {
	/* Margin/padding copied from Bootstrap */
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;

	/* Set width to your desired site width */
	width: 980px;
	background-color: #FFFFFF;
}



/**tab**/
#main-highlight.nav-tabs {
  background-color:#748AAE;

  border-bottom: none;
  border-bottom:  1px solid #052C69;
}

#main-highlight.nav-tabs > li {
  margin-bottom: 0;
  border-left: 1px solid #FFFFFF;
  font-weight:bold;
}
#main-highlight.nav-tabs > li:first-child {
  border-left: none;
}
#main-highlight.nav-tabs > li > a {
  margin-right: 0;
  color: #F2F1EF;
  border: none;
		  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
	 -moz-border-radius: 4px 4px 0 0;
}
#main-highlight.nav-tabs > li:first-child > a {
		  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
	 -moz-border-radius: 4px 4px 0 0;
}
#main-highlight.nav-tabs > li > a:focus, #main-highlight.nav-tabs > li > a:hover {
  background-color: #052C69;
  border: none;
}
#main-highlight.nav-tabs > li.active > a, #main-highlight.nav-tabs > li.active > a:focus, #main-highlight.nav-tabs > li.active > a:hover {
  background-color: #052C69 !important;
  border: none;
}
#main-highlight-content.tab-content {
  padding: 10px;
}


/* Override the bootstrap style */
blockquote {
    border-left: none;
	font-size:12px;
}




.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #FFFFFF;
  cursor: not-allowed;
  background-color: #202B31;
}





/*
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #5D7B9D;
}*/

.table-nonfluid {
   width: auto !important;
}