.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;
}

.date {
    font-size: 75%;
}

.h2, h2 {
    border-top-style: dotted;
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;    
    border-color: #DDD;

}

a {
    font-size: smaller;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;    
    
}

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;
}

blockquote {
    font-style: italic;
    font-family: serif;
    padding-left: 25px;
    padding-right: 25px;
}

.table {
    font-size: 65%;
}

.table td {
    padding: .25rem
}

.table a {
    font-size: 105%;
}

div#org-div-home-and-up {
    display: none;
}

body {
    margin-top: 1%;
    margin-right: 15%;
    margin-bottom: 1%;
    margin-left: 15%;
}
