
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
    padding: 5px;
  }

  .container {
    width: 100% !important;
    padding: 10px !important;
  }

  .table-responsive {
    width: 100% !important;
    font-size: 14px !important;
  }

  .selected-programs {
    width: 100% !important;
    margin: 10px auto !important;
    font-size: 16px !important;
  }

  .card-header {
    font-size: 16px !important;
    padding: 10px !important;
  }

  table th, table td {
    font-size: 14px;
    padding: 5px;
  }

  #printInvoice {
    width: 100%;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  #fh5co-page { margin-left: 0; } 
  .container, .table-responsive, .selected-programs {
    width: 95% !important;
    font-size: 16px;
  }

  .card-header {
    font-size: 18px;
  }

  table th, table td {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #fh5co-page { margin-left: 0; } 
  .container {
    width: 85% !important;
  }

  .table-responsive {
    width: 90% !important;
    font-size: 18px;
  }

  .selected-programs {
    width: 85% !important; 
  }

  h4 {
    font-size: 20px;
  }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  #fh5co-page { margin-left: 250px; } 
  .container {
    width: 75%;
  }

  .table-responsive {
    width: 80%;
  }

  .selected-programs {
    width: 75%;
  }
}


@media (min-width: 1200px) {
  #fh5co-page { margin-left: 250px; } 
  .container {
    width: 70%;
  }

  .table-responsive {
    width: 70%;
  }

  .selected-programs {
    width: 70%;
  }
}



