/* 
This stylesheet overrides '/css/default.css' which is the clean slate leftover from starter theme, 'underscores'. It should be treated as the last cascading stylesheet after any further included sheets such as bootstrap, etc... 
*/

/* KILL BOOTSTRAP STYLES */

.nav-tabs,
.nav-tabs>li>a,
.nav>li>a:active,
.nav>li>a:focus, 
.nav>li>a:hover,
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:active, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    padding: 0;
    outline: 0;
    margin: 0;
    line-height: normal;
    border-radius: 0;
    border: 0;
    background: rgba(0,0,0,0);
}