.c-header header[role="banner"] {
  background: #6eaee3;
}
#content h1 {
  max-width:960px;
}
.intro {
  margin: 0 auto;
  max-width: 650px;
}

#sheet {
  clear: both;
  height: 600px;
  overflow-y: scroll;
  box-shadow: inset -9px 4px 12px #999;
}
.tablesorter-header-inner  {
  min-width:90px !important;
  background-image: url('http://tablesorter.com/themes/blue/bg.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
#beachhead-table-hed {
  float:left;
}
#filter-table {
  float: right;
  background: #e9f0f8;
  padding: 5px;
  font-family: "graphik", helvetica,arial,sans-serif;
  font-weight: 800;
  font-size: 14px;
}
#toggle-new {
  display:inline-block;
  margin-top:0.2%;
}
table tr.other td {
  background:#ffefc7;
}
.other-foia-swatch {
  width:12px;
  height:12px;
  display: inline-block;
  background:#ffefc7;
  border:1px solid #cecece;
}
.profile-row {
  overflow:auto;
  clear:both;
  border-bottom: 1px solid #cecece;
  padding-top: 20px;
}
.profile-row:nth-of-type(2) {
  border-bottom:0;
}

.profile {
  float: left;
  margin-bottom: 10px;
  overflow: auto;
  padding-top: 9px;
  min-height: 290px;
  width: 33%;
  text-align: center;
  border-right: 1px solid #cecece;
  padding-right: 20px;
}
.profile:nth-of-type(3) {
  border-right:none;
  padding-right:0;
}
.profile .hedshot {
}
.profile .hedshot img {
  max-width:80px;
}
.profile .bio {
  float: left;
  margin-left: 20px;
}
.profile .bio h3 {
  margin-bottom:5px;
}
.profile .bio h4 {
  font-family: "graphik", helvetica,arial,sans-serif;
  font-weight: 800;
  font-size:12px;  
}

.profile .bio p {
  text-align:left;
  font-family: "graphik", helvetica,arial,sans-serif;
  font-size:12px;
}
p.sources { font-style:italic; }

#barns {
  overflow:auto;
  margin: 20px 10%;
  padding-top:10px;
/*  text-align:left;
*/}

#barns .barn-grp {
  float:left;
  width:33%;
}

#barns .barn-grp .barn-label {
  font-family: "graphik", helvetica,arial,sans-serif;
  font-size:12px;
  color:#444;
}

#barns .barn-grp .barn-big {
  font-size:40px;
  font-weight:800;
}

.copy-inter {
  padding:20px 0;
}

.copy-inter p {
  text-align:left;
  font-size:12px;
  margin-bottom:15px !important;
}

@media screen and (max-width:630px) {
  .profile {
    float: left;
    overflow: auto;
    padding-top: 9px;
    min-height: 0;
    width: 100%;
    text-align: center;
    border-right: none;
    padding-right:0;
  }
  .profile-row {
    padding:0;
    border:0;
  }
  .profile .hedshot {
    float:none;
  }
  .profile .bio {
    float: left;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  .profile .bio h3, .profile .bio h4 {
    text-align:center;
  }
  html body #content .article table {
    width:auto !important;
    max-width:auto !important;
    table-layout:auto !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   header[role="banner"]>h1 {
      margin-top:-10px;
   }
}
