body {
    font-family: source-sans-pro, sans-serif;
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 40px;
}

h5 {
	font-weight: bold;
	margin-bottom: 0.5ex;
	margin-top: 1em;
}

h3 ~ h3 { /* Increase space before second or higher appearance of h3 */
	margin-top: 1.5em;
}

/*p + p { /* Make text indent for successive paragraphs 
	text-indent: 1em;
}*/

.dropdown-menu {
    max-height: 400px;
    overflow: auto;
    width: 230px;
}

.list-item {
    padding-top: 6px;
    padding-left: 56px;
}

.no-reports {
    display: none;
}

.lindasection {
    margin-bottom: 3ex;
}