﻿/* content text */
.content strong,
.content b,
.sidebar b {
    font-weight: bold;
}
.content em,
.sidebar em,
.content i,
.sidebar i {
    font-style: italic;
}

/* text */
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-bold {
    font-weight: bold;
}

/* content */
.content ul {
    padding-bottom: 5px !important;
    font-size: 16px;
}

/* show bullets in top content */
.attorney-openings .content .top-content ul {
    display: block;
}