/**Background Color**/
body {
  background-color: #fff;
}
/**Header Styles**/
#header {
  padding: 20px;
  background-color: #fff;
  border-bottom: solid 5px #000;
}
#confTitles {
  color: #000;
  margin-top: -5px;
  padding-right:10px;
}
/**Footer Styles**/
#footer-wrapper {
  background-color: #000;
  color: #fff;
}
ul#tabs {
  width: 2000px !important;
}
#container {
  overflow-x: scroll !important;
}