/*Editor Styles */

.g-editor p {
    margin-bottom: 0 !important;
}


.g-editor table {
    border: 1px double #b3b3b3;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.g-editor table td, .g-editor table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: 0.4em;
}

.g-editor .ql-align-right {
    text-align: right;
}

.g-editor .ql-align-center {
    text-align: center;
}

.g-editor .ql-align-left {
    text-align: left;
}

.g-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

g-editor ol {
    list-style: decimal inside none;
    margin-left: 2px;
}

.g-editor ul {
    list-style: disc inside none;
    margin-left: 5px;
}

.g-editor a {
    color: #25408f;
    text-decoration: underline;
}

.g-editor .ql-align-justify {
    text-align: justify;
}

.g-editor .text-tiny {
    font-size: .7em;
}

.g-editor .text-small {
    font-size: .85em;
}

.g-editor .text-big {
    font-size: 1.4em;
}

.g-editor .text-huge {
    font-size: 1.8em;
}

.g-editor figure {
    text-align: center;
}

.text-justify {
    text-align: justify;
}