footer {
    color: #515766;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px; }
    footer .footer-bottom {
      background-color: #515766; }
    
  
      .view-grid table th,.view-grid table th a {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #515766;
        color: white;
      }
      .button2, .btn-secondary, .btn-default {
        color: #515766;
        border-radius: 2px;
        font-family: Arial;
        font-weight: 600;
        font-size: 14px;
        border-color: #515766;
        padding: 6px 20px;
        width: fit-content;
        border-style: solid;
        border-width: 1.6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent; }
      .nav-tabs > li > a:hover {
          background-color: #f2f2f2;
          color: #2f6e84; }
        
      .nav-tabs > li > a:focus {
          background-color: #f2f2f2;
          color: #2f6e84; }
      
  