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

/* adjust as needed so the tab text displays */
.tabdrop{
    /*width: 120px;*/
}

/* hide any icons found in tabs not on first line */
.nav-tabs li li i{
    visibility: hidden;
}
.tabdrop ul>li>a
{
    white-space: nowrap;
}