body {
    font-family: "minion-pro", serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
    color: #4b5259;
}

a {
    color: #76818c;
    text-decoration: underline;
}

ul {
    list-style: none;
    margin-left: 0;
}

ul li {
    padding-left: 16px;
    text-indent: -16px;
}

ul li:before {
    content: "•";
    vertical-align: middle;
    padding: 0 6px 0 0;
    font: 30px/1px Arial, sans-serif;
    color: #a1b0c0;
}

table {
    width: 100%;
    text-align: left;
}

table tr:first-child {
    background: #f5f5f5;
    color: #76818c;
    letter-spacing: .5px;
}

table td {
    padding: 8px 10px;
}

table tr {
    border-bottom: 2px solid #f5f5f5;
}

/* Undo styles that do not apply to CKEditor Styles menu */
ul.cke_panel_list li:before {
    content: none;
}

ul.cke_panel_list li {
    padding-left: 0;
    text-indent: 0;
}

div.richtext-info-block {
    width: 200px;
    min-height: 2em;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    border: 1px solid #a1b0c0;
}

.richtext-smaller {
    font-size: 18px;
}

.richtext-smallest {
    font-size: 16px;
}
