@media screen and (min-device-width: 768px) and (max-device-width: 1280px)
{
#topbar2 li.the1{width:238px;}
#topbar2 li.the2{width:232px;}
#topbar2 li.the3{width:232px;}
#topbar2 li.the4{width:232px;}
.compare_title td.th1{width:25%}
.compare_title td.th2,.compare_title td.th3,.compare_title td.th4{width:25%}
}
@media screen and (min-device-width: 1281px)
{
#topbar2 li.the1{width:266px;}
#topbar2 li.the2{width:307px;}
#topbar2 li.the3{width:307px;}
#topbar2 li.the4{width:307px;}
.compare_title td.th1{width:22%}
.compare_title td.th2,.compare_title td.th3,.compare_title td.th4{width:26%}
}
@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:25%}
.compare_img1{max-width:25%}
}