.panel-default {
    border-bottom-color: #2177b5;
    border-bottom-width: thick;
}

@media (min-width: 960px) {

  .fa-download::after {
    content: "  Download ";
    white-space: pre;
    font-size: 1.125rem;
    font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
  }

  .fa-print::after {
    content: "  Print ";
    white-space: pre;
    font-size: 1.125rem;
    font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
  }

}

.btn-primary .fa-expand::after {
  content: "  View ";
  white-space: pre;
  font-size: 1.125rem;
  font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
 /* home page collection cards */
 p.Card-cardText.truncation {
 max-height: 125px !important;
 -webkit-line-clamp: 6 !important;
 }
}
