.glt-flex-content-editor .btn-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.glt-flex-content-editor ol {
    list-style-type: decimal;
}

.glt-flex-content-editor ul {
    list-style: inherit;
}

.glt-flex-content-editor ol,
.glt-flex-content-editor ul {
    margin-left: 30px;
}

.glt-flex-content-editor table {
    border-collapse: collapse;
    width: 100%;
    vertical-align: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
}

.glt-flex-content-editor thead {
    border-bottom: 3px solid;
}

.glt-flex-content-editor table td,
.glt-flex-content-editor table th {
    border-color: transparent;
    padding: 10px;
    text-align: inherit;
}

.glt-flex-content-editor table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.glt-flex-content-editor table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.glt-flex-content-editor em {
    font-style: italic;
}

@media (max-width: 767.98px) {

    .glt-inline-buttons .btn {
        margin-bottom: 20px;
    }
}