/* Custom css for cradasub theme
 *
 */
#search-container, #search-term {
  float:right;
}
.fa-file-word {
  color: blue;
}
details.error-with-backtrace > summary {
  position: relative;
}
#container {
  width:1200px;
}
#branding a span {
  display: none;
}
#block-cradasub-breadcrumbs nav ol {
  list-style-type: none;
}
#breadcrumb-inner {
  background-image: none;
}

/**
 * NCI Footer
 */
.nci-footer { 
  text-align:center;
  padding:10px;
}

.nci-footer > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nci-footer > ul > li {
  display:inline-block;
  margin-right:5px;
  margin: 10px 0;
}

.nci-footer > ul > li a {
  display: block;
  text-align: center;
  padding: 1px;
  text-decoration: none;
}

.nci-footer > ul > li:not(:first-child) > a::before {
  content: "\00a0 | \00a0";
}
.nci-footer > ul:first-child {
  margin-top:25px;
  padding:0px;
}
.nci-footer > ul:not(:first-child) {
  margin-top:-25px;
}


