body {
  font-family: "Gotham", Verdana, sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

h1, h2 {
  margin-bottom: 5px;
}

h2, h3 {
  font-size: 18px;
}

h3 {
/*  color: #989898;*/
  font-weight: lighter;
   margin: 0 0 24px 0;
}

#wrapper {
  max-width: 100%;
}

.section-icon {
  display: block;
  margin: 35px auto;
}

/*table at top*/

table.topline {
  border-collapse: collapse;
  border-spacing: 0;
  height: 170px;
  width: 100%;
}

table.topline > tbody > tr > td {
  background: #DCE5F1;
  width: 48%;
}

table.topline > tbody > tr > td:first-child {
  border-right: 4px solid #FFFFFF;
}

.hed-icon {
  display: block;
  margin: auto;
  padding-top: 6px;
}

p.total-jobs {
  color: #2559A9;
  font-size: 1.8em;
  font-weight: bold;
}

.total-jobs > img {
  z-index: 1;
}

.total-jobs, .big-num-label {
  text-align: center;
}

/*charts*/

.chart {
  background: #fafbfd;
  width: 100%;
  position: absolute;
}

#twelve-mo-space-faker {
  height: 250px;
}

#comp-space-faker {
  height: 130px;
}

#multi-year-faker {
  height: 320px;
}

.flip-arrow {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: rotate(180deg);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.tick {
  font-family: "Gotham", Verdana, sans-serif;
}

.tick text {
  fill: #989898;
}

#legend {
  margin-top: 10px;
}

#legend > text {
  font-size: 12px;
  margin-top: 5px;
}

li.key {
  border-top-style: solid;
  border-top-width: 22px;
  font-size: 0.6em;
  margin-top: 3px;
}

.list-inline > li {
  display: inline-block;
}

.toolTip {
  position: absolute;
  pointer-events: none;
  display: none;
  min-width: 50px;
  height: auto;
  background: none repeat scroll 0 0 #ffffff;
  padding: 9px 14px 6px 14px;
  border-radius: 2px;
  text-align: center;
  line-height: 1.3;
  color: #5B6770;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, .15);
}

.toolTip span {
  font-size: 12px;
}

/*footer*/

div.footer {
  background-color: #dce5f1;
  display: none;
  height: 30px;
  padding: 20px;
  margin: 35px 0;
}

div.footer > img {
  float: left;
}

div.footer > p {
  color: #2559a9;
  font-size: 1.3em;
  font-weight: bold;
  float: right;
  padding-top: 2% ;
}


