.myOtherTable {background-color:#fff; text-align:center;width:100%;border-collapse:collapse;border-spacing:0;margin:0;padding:5px;color:black;text-shadow:rgb(255, 192, 203) 1px 1px;border:1px solid rgb(186, 74, 0);}
td{font-family:Georgia, Garamond, serif;padding:0px;text-align:center;border-collapse:collapse;border-spacing:0;margin:0;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:green;}
@media screen and (min-width: 240px) 
{
.myOtherTable {font-size:8px;border:1px solid rgb(186, 74, 0);}
td{font-size:8px;height:50px;}
td.lead{font-size:12px;color:black;}
td.lead1{font-size:12px;color:red;}
td.lead2{font-size:6px;}
img.star{width:13px;height:13px;}
}
@media screen and (min-width: 320px) 
{
.myOtherTable {font-size:10px;border:1px solid rgb(186, 74, 0);}
td{font-size:10px;height:50px;}
td.lead{font-size:16px;color:black;font-weight:bold;}
td.lead1{font-size:16px;color:red;font-weight:bold;}
td.lead2{font-size:7px;}
img.star{width:15px;height:15px;}
}
@media screen and (min-width: 360px) 
{
.myOtherTable {font-size:11px;border:1px solid rgb(186, 74, 0);}
td{font-size:11px;height:50px;}
td.lead{font-size:18px;color:black;font-weight:bold;}
td.lead1{font-size:18px;color:red;font-weight:bold;}
td.lead2{font-size:8px;}
img.star{width:15px;height:15px;}
}
@media screen and (min-width: 410px)
{
.myOtherTable {font-size:12px;border:1px solid rgb(186, 74, 0);}
td{font-size:12px;height:55px;}
td.lead{font-size:20px;color:black;font-weight:bold;}
td.lead1{font-size:20px;color:red;font-weight:bold;}
td.lead2{font-size:9px;}
img.star{width:20px;height:20px;}
}
@media screen and (min-width: 600px)
{
.myOtherTable {font-size:18px;border:1px solid rgb(186, 74, 0);}
td{font-size:18px;height:75px;}
td.lead{font-size:28px;color:black;font-weight:bold;}
td.lead1{font-size:28px;color:red;font-weight:bold;}
td.lead2{font-size:12px;}
img.star{width:22px;height:22px;}
}
@media screen and (min-width: 730px) 
{
.myOtherTable {font-size:22px;border:1px solid rgb(186, 74, 0);}
td{font-size:22px;height:100px;}
td.lead{font-size:40px;color:black;font-weight:bold;}
td.lead1{font-size:40px;color:red;font-weight:bold;}
td.lead2{font-size:18px;}
img.star{width:36px;height:36px;}
}
@media screen and (min-width: 1200px) 
{
.myOtherTable {font-size:24px;border:1px solid rgb(186, 74, 0);}
td{font-size:24px;height:100px;}
td.lead{font-size:42px;color:black;font-weight:bold;}
td.lead1{font-size:42px;color:red;font-weight:bold;}
td.lead2{font-size:20px;}
img.star{width:40px;height:40px;}
}