html {
    position: relative;
    min-height: 100%;
  }
  
  body{
      font-family: 'Montserrat', sans-serif !important;	
      font-size: .9em;
      margin-bottom: 60px;
  }
  
  .header {
      border-top: 10px solid #2574a9
  }
  
  img.logo { 
      float: left;
      width: 100px
  }
  
  .nav {
      font-weight: bold;
  }
  
  .nav a {
      color: #333;
      margin-right: 30px;
  }
  
  .nav a.active {
      color: #2574a9;
      border-bottom: 5px solid #2574a9
  }
  
  .title {
      font-weight: bold;
      font-size: 1.6em;
      float: left;
      margin: 20px 0 0 25px;
  }
  
  table tbody, .pagination {
      font-size: .9em !important;
  }

  .table td {
    border: 2px solid #CCCCCC;
  }
  
  .table .thead-dark th, .page-item.active .page-link {
      background: #2574a9;
      border-color: #fff;
      color: #fff
  }
  
  .footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      font-size: .8em !important;
      line-height: 60px;
      background-color: #2574a9;
      color: #fff	
  }