/**Background Color**/
body {
  background: #fff;
}
/**Header Styles**/
#header {
  padding: 16px;
  background: #fff;
  border-bottom: 5px solid #76be43;
}
#confTitles {
  color: #000;
}
#confTitles h1 {
  line-height: 20px;
}
#confTitles h2,
#confTitles h3 {
  line-height: 15px;
}
/**Footer Styles**/
#footer-wrapper {
  background: #363839;
  color: #ddd;
}

#tabs {
  width:1275px !important;
}