 
	
		
		
		
		
			
I’m trying to display the bottom border on the bottom row of tabs, but I’m not able to.
This what I currently have:
.tab{
 font-size: 13px !important;
 color: navy !important;
 font-weight: bold;
 border: 1px solid  !important;
}
I tried adding a border to .tabcontainer, but the border extended beyond the last tab.
Here’s the page – http://www.israelam.com/news-feeds/
