@media only screen and (min-width: 768px)
{
.theme-tabs.left .nav-tabs{
    width: 281px;
	}
	
	.theme-tabs.left {
    padding-left: 281px;
}
}	
	.theme-tabs .tab-content{
	    background-color: transparent;
		}