@media screen and (min-device-width: 768px) and (max-device-width: 1280px)
{
#topbar2 li.the1{width:202px;}
#topbar2 li.the2{width:130px;}
#topbar2 li.the3{width:140px;}
#topbar2 li.the4{width:140px;}
#topbar2 li.the5{width:140px;}
#topbar2 li.the6{width:140px;}
.compare_title td.th2,.compare_title td.th3,.compare_title td.th4,.compare_title td.th5,.compare_title td.th6{width:15%}
}
@media screen and (min-device-width: 1281px)
{
#topbar2 li.the1{width:227px;}
#topbar2 li.the2{width:183px;}
#topbar2 li.the3{width:184px;}
#topbar2 li.the4{width:183px;}
#topbar2 li.the5{width:183px;}
#topbar2 li.the6{width:184px;}
.compare_title td.th2,.compare_title td.th3,.compare_title td.th4,.compare_title td.th5,.compare_title td.th6{width:180px}
}
@media screen and (max-device-width: 767px)
{
#topbar2 li{vertical-align: middle;}
#topbar2 li.the1{width:25%}
#topbar2 li.the2{width:25%;}
#topbar2 li.the4{width:25%}
#topbar2 li.the5{width:25%;}
.compare_title td.th1,.compare_title td.th2,.compare_title td.th3,.compare_title td.th4{width:16%}
.compare_img1{max-width:25%}
}