section[data-cattype="401"]{
    padding-top: 20px;
}




section[data-cattype="401"] h2{
    margin-bottom: 20px;
}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}






/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
 
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    
}