#report h2{
    display: inline-block;
    font-size: 22px;
    vertical-align: bottom;
    color: #333;
    font-weight: bold;
    letter-spacing: 2.4px;
}

#reportList .tab-content {
    border: solid 1px #ddd;
    border-radius: 8px;
    padding: 28px;
  }
  
  #reportList h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    border-left: 4px solid #335bb0;
    padding-left: 12px;
    margin-bottom: 10px;
    color: #335bb0;
  }
  
  #reportList p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
  }
  
  #reportList p:last-child {
    margin-bottom: 0;
  }
  
  #reportList .tab-content a {
    color: #18a2b8;
  }
  
  #reportList .r-title {
    color: #333;
    font-weight: bold;
  }
  
  #reportList .r-title:hover, #reportList .r-title:focus {
    text-decoration: none;
  }
  
  #reportList .card:hover .r-title, #reportList .card:hover .author {
    color: #335bb0;
  }
  
  #reportList .author {
    font-size: 12px;
    color: #797979;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
  }