﻿h1
{
  margin-top: 0px;
  margin-bottom: 10px;
  font-family:"Arial Black";
  font-size: 1.75em;
}

h2
{
  margin-top: 0px;
  margin-bottom: 10px;
  font-family:"Arial Black";
  font-size: 1.75em;
}

.breadcrumb 
{
  margin-bottom: 10px;
}

.panel 
{
  padding: 5px;
}

.panel-body-solid { padding:0px; }
.panel-body-solid table tr td { padding-left: 15px }
.panel-body-solid .table {margin-bottom: 0px; }

.fixed-header {
    width: 100%;
    border-collapse: collapse;
}

.fixed-header thead {
	display: block;
	width: 100%;
	overflow: auto;
}

.fixed-header tbody {
  display:block;
  width: 100%;
  overflow: auto;
  height: 100px;
}

.fixed-header th, .fixed-header td {
	text-align: center;
}