@charset "UTF-8";
#body td {font-size:20pt; line-height:125%;} #body td a {font-size:20pt; line-height:125%; font-weight:bold;}
/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { #body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* Retina iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { #body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* iPhone 11 / XR */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 896px) 
  and (-webkit-device-pixel-ratio: 2) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* iPhone 11 Pro / 12 Mini */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* iPhone 12 / 12 Pro / 13 / 14 */
@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 844px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* iPhone 12 Pro Max / 13 Pro Max / 14 Plus */
@media only screen 
  and (min-device-width: 428px) 
  and (max-device-width: 926px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* iPhone 15 / 15 Pro */
@media only screen 
  and (min-device-width: 393px) 
  and (max-device-width: 852px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* iPhone 15 Pro Max */
@media only screen 
  and (min-device-width: 430px) 
  and (max-device-width: 932px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* iPhone X */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { #body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}


/* iPhone 6 / 6S / 7 / 8 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { #body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* iPhone 6+ / 6S+ / 7+ / 8+ */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { #body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* iPhone 5 & 5s */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { #body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* iPhone 2G-4S */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {#body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* Google Pixel */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {#body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* Google Pixel XL */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {#body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* Galaxy S3 */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {#body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* Galaxy S4, S5 and Note 3 */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {#body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

/* Galaxy S6 */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {#body td {font-size:30pt; line-height:125%;} #body td a {font-size:30pt; line-height:125%; font-weight:bold;}}

  /* Pixel 4 / 5 */
@media screen 
  and (device-width: 393px) 
  and (device-height: 851px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* Pixel 6 / 7 / 8 */
@media screen 
  and (device-width: 412px) 
  and (device-height: 915px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}

/* Pixel 6 Pro / 7 Pro / 8 Pro */
@media screen 
  and (device-width: 430px) 
  and (device-height: 960px) 
  and (-webkit-device-pixel-ratio: 3) {
    #body td {font-size:30pt; line-height:125%;}
    #body td a {font-size:30pt; line-height:125%; font-weight:bold;}
}