/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21-Jul-2024, 11:08:40 AM
    Author     : bfarrell
*/
#filter-table {
    display:flex; width:100%; margin-right:40px;
}

@media (max-width: 972px) {
  #filter-table {
    display: flex;
    width: 280px;
    margin-left: 20px;
  }
  .logo img {
      width:250px;
      padding:0 !important;
  }
}