body {
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    margin-top: 2em;
    font-weight: bold;
}

.section {
    margin-bottom: 2em;
}


table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px;
}

thead th {
    background-color: #f2f2f2;
    font-weight: bold;
}

h1, h2, h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3em;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

.navbar-brand {
    font-size: 20px;
}

.navbar-brand img {
    height: 40px;
}

/* Remove bullets from parameter lists in function definitions */
dl.field-list > dd ul {
    list-style-type: none;
    padding-left: 0;
}
