/*********************************************************************************

    Template Name: JuniorHome Day Care  Bootstrap 4 Template  
    Template URI: https://themeforest.net/user/hastech
    Description: JuniorHome is a beautifula and unique Day Care Bootstrap 4 template.
    Author: HasTech
    Author URI: https://hastech.company/
    Version: 1.0

    Note: This is style css.

**********************************************************************************/
@media (max-width: 1199px) {
    #footer {
      position: static;
      width: auto;
      padding-right: 20px 15px;
    }
  }
  table { 
    width: 100%; 
    border-collapse: collapse; 
  }
  /* Zebra striping */
  tr:nth-of-type(odd) { 
    background: #eee; 
  }
  th { 
    background: #4223Aa; 
    color: white; 
    font-weight: bold; 
  }
  td, th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: center; 
  }
  @media only screen
  and (min-device-width : 320px)
  and (max-device-width : 480px) {
    body { 
      padding: 0; 
      margin: 0; 
      width: 320px; }
    }
  
  /* iPads (portrait and landscape) ----------- */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body { 
      width: 495px; 
    }
  }