/*
File contains styles for richtext output. Richtext is field in Leaf admin.
 */

.richtext ul {
    list-style-image: url("../icons/list_bullet_green.png");
    padding-left: 1.5rem;
}

.richtext ol {
    list-style: revert;
    padding-left: 1rem;
}

.richtext li {
    padding-left: 1rem;
}

.richtext a {
    color: #1965b2;
}

.richtext a:hover {
    color: #0b58a2;
}

.richtext table, th, td {
    border: 1px solid #f5f5f5;
    padding: 10px;
    width: -moz-available;
}

.contentImageLeft {
    float:left;
    margin: 5px 60px 5px 0;
}

.contentImageRight {
    float:right;
    margin:5px 0 5px 15px;
}

.paragraphGray, .paragraphGray strong {
    color: #5e5e5e;
}

.paragraphRed {
    color: #e83b29;
}
