h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

.table {
    margin-top: 45px;
    margin-bottom: 50px;
    border-color: #A9A9A9;
}

.sourceCode {
    margin-top: 60px;
    margin-bottom: 60px;
}

a.sourceLine::before {
    text-decoration: none ;
}

.author {
    font-size: small;
}

.date {
    font-size: small;
}

p {
    line-height: 140%;
}

body {
    color: #444444;   
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F5F5FF;
}

a {
    color: #0000ff;
}

hr {
    margin-top: 40px;
    margin-bottom: 15px;
    border-top: 1px solid black;
}

.nav-tabs {
    font-weight: bold;
    margin-bottom: 20px;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: black;
}


