 #rich-editor-entry p {
     margin-bottom: 1em !important;
     line-height: 1.6 !important;
 }

 #rich-editor-entry ol,
 #rich-editor-entry ul {
     margin-left: 1.5em !important;
     margin-bottom: 1em !important;
 }

 #rich-editor-entry ul {
     list-style-type: disc !important;
 }

 #rich-editor-entry ol {
     list-style-type: decimal !important;
 }

 #rich-editor-entry li {
     margin-bottom: 0.5em !important;
 }

 #rich-editor-entry h1,
 #rich-editor-entry h2,
 #rich-editor-entry h3,
 #rich-editor-entry h4,
 #rich-editor-entry h5,
 #rich-editor-entry h6 {
     font-weight: bold !important;
     margin-top: 1.5em !important;
     margin-bottom: 0.5em !important;
 }

 #rich-editor-entry h1 {
     font-size: 1.75em !important;
 }

 #rich-editor-entry h2 {
     font-size: 1.5em !important;
 }

 #rich-editor-entry h3 {
     font-size: 1.25em !important;
 }

 #rich-editor-entry h4 {
     font-size: 1.1em !important;
 }

 #rich-editor-entry h5 {
     font-size: 1em !important;
 }

 #rich-editor-entry table {
     width: 100% !important;
     border-collapse: collapse !important;
     margin-bottom: 1em !important;
 }

 #rich-editor-entry table,
 #rich-editor-entry th,
 #rich-editor-entry td {
     border: 1px solid #ddd !important;
 }

 #rich-editor-entry a {
     color: red !important;
 }