/*!
 * bits and pieces from bootstrap.css needed for the bootstrap plugins we use
 * we don't include the entire bootstrap.css because it tends to interfere with existing styles   
 */
.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.input-append, .input-prepend {
    font-size: 0;
    white-space: nowrap;
}