.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}

.top-bar-pdx {
  background: #606060;
}

.top-bar-section-pdx .has-form {
  background: #606060;
}

.top-bar-section-pdx li:not(.has-form) a:not(.button) {
  background: #606060;
}

.top-bar-section-pdx input {
  margin-bottom: 6px;
  height: 1.9rem;
}

.top-bar-section-pdx li.search-results a:not(.button) {
  background: white;
  color: black;
}

div.body-content {
  /*margin-left: 20px;*/
  /*margin-top: 20px;*/
}

ul.no-list-style {
  list-style: none;
}

.autocomplete-suggestions {
  border: 1px solid rgb(155,155,155);
  padding: 5px;
  z-index: 9999;
  position: relative;
  background: white;
  max-height: 350px;
  overflow-y: scroll;
  width: 83.5%;
}

.autocomplete-suggestions p {
  margin: 0;
}

.autocomplete-suggestions ul li {
  background: white;
  display: block;
  float: none;
}

.top-bar-section-pdx .autocomplete-suggestions li:not(.has-form) a:not(.button) {
  height: 20px;
  line-height: 20px;
}

.top-bar-section-pdx .autocomplete-suggestions li:not(.has-form) a:hover {
  color: black;
  background-color: #f0f0f0;
}

table {
  width: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

li.has-form {
  width: 500px;
}

th, td {
  font-size: 10px !important;
}

span.identifier {
  padding-top: 10px;
  display: inline-block;
  font-size: 14px;
}

section#discover-intro-saved-search-section {
  padding-top: 20px;
  background-color: #f5f5f5;
  /*margin-top: 40px;*/
}

.search-page-container{
  background-color: #f5f5f5;
}

ul.saved-search div.panel {
  min-height: 150px;
}

section#search-search-form {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-bottom: solid #e0e0e0 1px;
}

aside#search-detailed-search-form {
  float: left;
  padding-top: 5px;
  background-color: #f5f5f5;
  border: none;
  border-right: solid #e0e0e0 1px;
  height: 100%;
  width: 200px;
}

aside#search-detailed-search-form input[type="checkbox"] {
  margin-bottom: 0px;
}

aside#search-detailed-search-form ul {
  margin-left: 10px;
}

aside#search-detailed-search-form ul label {
  font-size: 10px;
}

section#search-results {
  float: left;
  border: none;
  border-left: solid #e0e0e0 1px;
  border-right: solid #e0e0e0 1px;
  width: 800px;
}

section#search-results ul#results-grid {
  margin-left: 0px;
  margin-right: 0px;
}

section#search-results ul#results-grid li.results-card {
  padding: 10px 0 10px 0;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-right: solid #e0e0e0 1px;
  background-color: white;
  margin: 0;
  width: 100%;
  /*height: 200px;*/
}

.results-card:hover{
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

section#search-results ul#results-grid li.results-card .card-section {
  border-right: 1px solid #e0e0e0;
}

section#search-results ul.sort-list li {
  margin-left: 5px;
}

aside#search-saved-section {
  float: left;
  height: 100%;
  padding: 43px 10px 0 10px;
}

aside#search-saved-section a.label {
  color: white;
}

tr.merge-header-row th {
  border: 1px solid #e0e0e0;
}

.logo {
  max-width: 20%;
}

.reveal-show {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 178px;"
}

.reveal-bg-show {
  display: block;
}
