
.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.wellHeader{
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 4px solid #17a2b8;
    border-radius: 4px;
    margin-top: 1px;    
    padding-top: 10px;
    padding-left: 10px;
}
.wellBody{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 0px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.scrollspy-1 {
    position: relative;
    height: 200px;
    margin-top: .2rem;
    margin-left: 2.5rem;
    overflow: auto;    
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.largerCheckbox {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 0.1rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}