body {
    padding-top: 100px;
}

/* Reset styles for nested lists */
.list-group-item ul {
    list-style-type: disc;
    /* Sets standard filled circle */
    margin-top: 0.5rem;
    /* Adds spacing from checkbox item */
}

.list-group-item ul li {
    color: #000;
    /* Ensure text is black */
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout li {
    margin-top: 5px;
}