h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

.wysihtml5-editor {
    background-color: white !important;
    font-family: arial, verdana, sans-serif !important;
    font-size: 10pt !important;
}

.wysihtml5-editor table {
    font-size: 10pt;
}

.wysiwyg-color-black {
    color: black;
}

.wysiwyg-color-silver {
    color: silver;
}

.wysiwyg-color-gray {
    color: gray;
}

.wysiwyg-color-white {
    color: white;
}

.wysiwyg-color-maroon {
    color: maroon;
}

.wysiwyg-color-red {
    color: red;
}

.wysiwyg-color-purple {
    color: purple;
}

.wysiwyg-color-fuchsia {
    color: fuchsia;
}

.wysiwyg-color-green {
    color: green;
}

.wysiwyg-color-lime {
    color: lime;
}

.wysiwyg-color-olive {
    color: olive;
}

.wysiwyg-color-yellow {
    color: yellow;
}

.wysiwyg-color-navy {
    color: navy;
}

.wysiwyg-color-blue {
    color: blue;
}

.wysiwyg-color-teal {
    color: teal;
}

.wysiwyg-color-aqua {
    color: aqua;
}

.wysiwyg-text-align-left {
    text-align: left;
}

.wysiwyg-text-align-center {
    text-align: center;
}

.wysiwyg-text-align-right {
    text-align: right;
}

.wysiwyg-font-size-large {
    font-size: large;
}
.wysiwyg-font-size-small {
    font-size: small;
}

.wysiwyg-width-100 {
    width: 100%;
}