/* CSS file for  for Wilkins Family Courts and Assizes page (familyHistoryCourts.css)
  Copyright (C) 2025 R Wilkins */

* {
  box-sizing: border-box;
}

  .tableMain {
    border-collapse: collapse;
  }
  
/* 0. Extra small phones, 390px and down */
  @media only screen and (max-width: 390px) {

  .col1 {width: 30%;}
  .col2 {width: 20%;}
  .col3 {width: 30%;}
  .col4 {width: 20%;}
}

/* 1. Small devices, from 391px up to 450px) */
  @media only screen and (min-width: 391px) and (max-width: 450px) {

  .col1 {width: 30%;}
  .col2 {width: 20%;}
  .col3 {width: 30%;}
  .col4 {width: 20%;}
}

/* 2. Small devices, from 451px up to 600px) */
  @media only screen and (min-width: 451px) and (max-width: 600px) {

  .col1 {width: 25%;}
  .col2 {width: 20%;}
  .col3 {width: 25%;}
  .col4 {width: 30%;}
}

/* 3. Small devices (portrait tablets and large phones, from 601px up to 767px) */
  @media only screen and (min-width: 601px) and (max-width: 767px){

  .col1 {width: 25%;}
  .col2 {width: 20%;}
  .col3 {width: 25%;}
  .col4 {width: 30%;}
}

/*4. Medium devices (landscape tablets, from 769px up to 991px) */
  @media only screen and (min-width: 769px) and (max-width: 991px) {

  .col1 {width: 25%;}
  .col2 {width: 20%;}
  .col3 {width: 25%;}
  .col4 {width: 30%;}
}

/* 5. Large devices (laptops/desktops, from 992px up to 1200px) */
  @media only screen and (min-width: 992px) and (max-width: 1200px) {

  .col1 {width: 25%;}
  .col2 {width: 20%;}
  .col3 {width: 25%;}
  .col4 {width: 30%;}
}

 /*6. Extra large devices (large laptops and desktops, 1201px and up) */
  @media only screen and (min-width: 1201px) {

  .col1 {width: 25%;}
  .col2 {width: 20%;}
  .col3 {width: 25%;}
  .col4 {width: 30%;}
}
