/* CSS file for Coroners Inquests page (familyHistoryCoronersInquests.css)
   (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: 27%}
  .col2 {width: 20%}
  .col3 {width: 33%;}
  .col4 {width: 20%}
}

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

  .col1 {width: 27%}
  .col2 {width: 23%}
  .col3 {width: 33%;}
  .col4 {width: 19%}
}

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

  .col1 {width: 24%}
  .col2 {width: 23%}
  .col3 {width: 33%;}
  .col4 {width: 20%}
  }

/* 3. Small devices (portrait tablets and large phones, from 601px up to 768px) */
  @media only screen and (min-width: 601px) and (max-width: 768px){
 	
  .col1 {width: 20%}
  .col2 {width: 23%}
  .col3 {width: 36%;}
  .col4 {width: 22%}
}

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

  .col1 {width: 17%}
  .col2 {width: 23%}
  .col3 {width: 38%;}
  .col4 {width: 22%}
}

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

  .col1 {width: 17%}
  .col2 {width: 23%}
  .col3 {width: 38%;}
  .col4 {width: 22%}
}

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

  .col1 {width: 17%}
  .col2 {width: 23%}
  .col3 {width: 38%;}
  .col4 {width: 22%}
}
