#topbar2 ul li{height: 42px;}
@media screen and (min-device-width: 768px) and (max-device-width: 1280px)
{
#topbar2 li.the1{width:144px;}
#topbar2 li.the2{width:192px;}
#topbar2 li.the3{width:192px;}
#topbar2 li.the4{width:193px;}
#topbar2 li.the5{width:193px;}
.compare_title td.th1{width:15%}
.compare_title td.th2,.compare_title td.th3,.compare_title td.th4,.compare_title td.th5{width:20%}
}
@media screen and (min-device-width: 1281px)
{
#topbar2 li.the1{width:242px;}
#topbar2 li.the2{width:231px;}
#topbar2 li.the3{width:231px;}
#topbar2 li.the4{width:231px;}
#topbar2 li.the5{width:231px;}
.compare_title td.th1,.compare_title td.th2,.compare_title td.th3,.compare_title td.th4,.compare_title td.th5{width:20%}
}
@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%}
}