/*& change the text align on titles for this page */
.title {
    text-align: left;
}

/*& style for text with slider options */
.option-text {
    font-size: 1rem;
    vertical-align: bottom;
    line-height: 1.5rem;
    margin-left: 0.25rem;
}

/*& remove bold text for the page */
p {
    font-weight: normal;
}