/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.nav-tabs,
.nav-pills {
    position: relative;
}

/*.tabdrop.active > .dropdown-toggle {
    background-color: #4cada7;
}*/

.tabdrop .dropdown-toggle {
    width:100%;
}