/**
 * CSS styles that are imported into the WYSIWYG editor in WordPress and used on the
 * user facing website. Styles here override or add to the file adelphi.edu/editor_style.css
 */


/* ------- COMMONLY USED STYLE WITH BORDER ON TOP AND BOTTOM OF TEXT ------- */

table.three-column-table tr td:first-child {
    padding-right: 0;
}

ul.glossary-list {
    margin-left: 0;
    margin-bottom: 2em;
}

li.glossary-item {
    font-size: 1.2em;
    padding-left: 0;
    margin-bottom: .5em;
    list-style: none;
}

.glossary-item a {
    font-weight: 600;
    text-decoration: none;
}