.richContent em {
    font-style: italic;
}

.richContent p.small {
    font-size: 0.8em;
}

.richContent h1 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
}

.richContent h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2;
}

.richContent h3 {
    font-weight: bold;
    line-height: 2;
}

.richContent h4 {
    font-weight: bold;
    color: #246dc2;
    line-height: 2;
}

.richContent a {
    
}

.richContent a:hover {
    
}

.richContent img {
    margin: 10px;
}

.richContent p {
    margin-bottom: 1em;
}

.richContent ul {
    margin-bottom: 1em;
    margin-left: 2em;
    list-style-type: disc;
}

.richContent ul > li {
    margin-left: 2em;
}

.richContent ol {
    margin-bottom: 1em;
    margin-left: 2em;
    list-style-type: decimal;
}

.richContent ol.alpha {
    list-style-type: lower-alpha;
}

.richContent ol > li {
    margin-left: 2em;
}

.richContent table {
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

.richContent th {
    border: solid 1px #b2b2b2;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
}

.richContent td {
    border: solid 1px #b2b2b2;
    padding: 0.5em;
    text-align: left;
}
