/* user template */

.navbar {
    margin-bottom: 5px;
}

.nav-pills > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.brand img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-menu li {
    margin-left: 4px;
    margin-right: 4px;

}

.dropdown-menu > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #0088cc;
    border-radius: 4px !important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 2px;
    text-align: center;
}

.well {
    padding: 6px !important;
}