.page-header {
    margin: 0 0 20px;
    border-bottom: 0;
    padding-bottom: 10px;
}

.full-width br {
    width: 1000px
}

.time-row {
    background-color: #f0f0f0;
    padding-left: 10px;
}

.content-row {
    padding: 10px 30px;
}

.card-header .btn-link {
    color: black;
    text-decoration: underline;
}

.card-header a {
    color: black;
    text-decoration: underline;
}

.author-row {
    font-style: italic
}

.title-row {
    font-weight: bold
}

.red-text {
    color:#dc3545;
}

a.pubres:link, a.pubres:visited, a.pubres:hover, a.pubres:active {
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #343434;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  border: 1px solid #FFFFFF;
  background: #2DA0E2 no-repeat left center;
  background-position: 4px 4px;
}
