.prj-owner {
    color:#999;
    font-size:1.3rem;
    width:100%;
}
.prj-name{
    width:100%;
}

th.num,
td.num {
    text-align:right;
}

.contributors-table {
    word-wrap:break-word;
    table-layout:fixed;
    width:100%;
}

.no-v-border tr td,
.no-v-border tr th {
    border-left:none;
    border-right:none;
    border-color:#DDD;
    vertical-align:top;
}

th.pct20{
    width:20%;
}

td.pct90{
    width:90%;
}

.pathogens-content-page .usa-width-one-third {
    margin-top: 50px;
}

.pathogens-content-page .usa-width-two-thirds {
    padding-right: 1rem;
}

.side-box {
    margin-bottom: 5rem;
}

.fixed-side-bar .side-box {
    /* for side box to be only as wide as content */
    display: inline-block;
}

.side-box .usa-unstyled-list > li {
    margin-bottom: 1.5rem;
}

.side-box .usa-unstyled-list > li:last-child {
    margin-bottom: 0;
}

.side-box h3 {
    border-bottom: 2px #DDD solid;
    margin-bottom: 1.5rem;
}

tr.g-total th,
tr.g-total td {
    border-color:#333;
    border-bottom:none;
}

.fixed-side-bar li.nav-active {
    list-style: disc;
    color: #ddd;
}

.nav-links a,
.nav-links a:visited,
.nav-links a:hover,
.nav-links a:active {
    color: #0071bc;
}

.pathogens-title-label {
    vertical-align: middle;
    padding-top: .5rem;
}

body {
    overflow-x: visible;
}

p.homepage-note1 {
    background-color:#F3D3C3;
    padding: 10px;
}
p.homepage-note2 {
    background-color:#FFEBCD;
    padding: 0 10px 10px 10px;
}
#main-isolates-search-field  {
      outline-width: 0;
      max-width: 80%;
      margin-left: 0.5em;
}
span.fieldname {
    white-space:nowrap;
    font-style: italic;
}

.us .ncbi-feedback-button {
  background: #1ca186 url("../img/icons/comment-icon.svg") no-repeat 2rem 1.4rem/2rem;
  color: #fff;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  transition: background-color 0.15s, box-shadow 0.3s;
  font-size: 2rem;
  height: 4.4rem;
  line-height: 2.4rem;
  /* following styles are from .usa-button */
  border-radius: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  padding: 1rem 2rem 1rem 2.3em;
  text-align: left;
  text-decoration: none;
}

