table.DeepSkyBlue { border: 10px solid DeepSkyBlue; border-radius: 15px; border-spacing: 10px; } 
table.LightSkyBlue { border: 10px solid LightSkyBlue; border-radius: 15px; border-spacing: 10px; } 
table.DarkGray { border: 10px solid DarkGray; border-radius: 15px; border-spacing: 10px;}  td { padding:10px;}
table.LawnGreen { border: 10px solid LawnGreen; border-radius: 15px; border-spacing: 10px;}  td { padding:10px;}
table.Aquamarine { border: 10px solid Aquamarine; border-radius: 15px; border-spacing: 10px;}  td { padding:10px;}
table.DarkGreen { border: 10px solid DarkGreen; border-radius: 15px; border-spacing: 10px;}  td { padding:10px;}
table.ForestGreen { border: 10px solid ForestGreen; border-radius: 15px; border-spacing: 10px;}  td { padding:10px;}
table.Green { border: 10px solid Green; border-radius: 15px; border-spacing: 10px;}  td { padding:10px;}
table.Red { border: 10px solid Red; border-radius: 15px; border-spacing: 10px;} td { padding:10px;}
table.Silver { border: 10px solid Silver; border-radius: 15px; border-spacing: 10px;} td { padding:10px;}
table.Gray { border: 10px solid Gray; border-radius: 15px; border-spacing: 10px;} td { padding:10px;}
table.Maroon { border: 10px solid Maroon; border-radius: 15px; border-spacing: 10px;} td { padding:10px;}

table.DeepSkyBlueNoPad { border: 10px solid DeepSkyBlue; border-radius: 15px; border-spacing: 8px 2px;} td { padding:3px;}

table.DarkGrayThin { border: 5px solid DarkGray; border-radius: 15px; border-spacing: 5px;}  td { padding:5px;}

table.tight { border: 1px ; padding: 0px; }  tr { padding: 0px;}  td { padding: 0px;}


         .box { 
            display: none; 
        } 
  
        /* Check if the screen size is at least 2400px */ 
        @media only screen and (min-width: 2400px) { 
            .lg { 
                display: block; 
            } 
        } 
  
        /* check if the screen size is at least 1000px */ 
        @media only screen and (min-width: 1200px) { 
            .md { 
                display: block; 
            } 
        } 
  
        /* check if the screen size is at least 100px */ 
        @media only screen and (min-width: 100px) { 
            .sm { 
                display: block; 
            } 
        } 

/* Updated 3-28-24 */