.navbar-brand {
    padding: 0;
}

/* Navbar label next to brand logo */
#navbar-label {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
}

/* Center the search box in the navbar */
#navbar-search {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

/* Add button on the right, before dropdown */
#navbar-add-btn {
    min-width: 120px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}