.section-number-2 {
    visibility: hidden;
    display: none;
}

.badge {
    background-color: darkgrey;
    font-size: 40%;
}
.timestamp-wrapper {
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #DDD;
    border-radius: 10px;
}

.bs-docs-sidebar .timestamp-wrapper {
    display: none;
}

.bs-docs-sidebar .nav > li > a {
    font-size: 11px;
}

.nav {
    display: list-item;
}

.h2, h2 {
    border-top-style: dotted;
    padding-top: 0.5rem;
    border-color: #DDD;
}

a {
    font-size: smaller;
}

pre {
    font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
    white-space: pre;
    width: 95%;
    line-height: 1.4em;
    margin: 1em 0;
    border: 1px dashed #aaa8a8;
    border-radius: 5px;
    padding: 0.5em 0 0.3em 0.5em;
    font-size: 90%;
    color: #000;
    background: #EEE;
    overflow: auto;
}
