body {
    font-size: 15px;
}
nav {
    font-weight: bolder;
}
.page-header {
    padding-bottom: 2px;
    margin: 10px 0 10px;
}    
.navbar-inverse .navbar-inner {
    background-color: #0b529a;
}
p {
    margin: 0 0 5px;
}
.p-b-3 {
    padding-bottom: 1rem !important;
}
.p-t-3 {
    padding-top: 1rem !important;
}
.p-b-4 {
    padding-bottom: 2rem !important;
}

.p-t-4 {
    padding-top: 2rem !important;
}
.well {
    min-height: 20px;
    padding: 9px;
}
.nav-pills>li>a {
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 16px;
}    