.arx-editor table {
    font-size: 16px;
}

.arx-content {
    padding: 0 !important;
}

.arx-content table, .arx-content td, .arx-content th  {
    border-left: 0;
    border-right: 0;
}

.arx-content td:first-child {
    border-top: 0;
}


.arx-content h1, .arx-content h2, .arx-content h3, .arx-content h4, .arx-content h5 {
    font-weight: 700;
}

.arx-content h1 {
    margin-top: 1.125em;
    font-size: 40px;
}

.arx-content h2, .arx-content .h2 {
    font-size: 35px;
}

.arx-content h3, .arx-content .h3 {
    font-size: 30px;
}

.arx-content h4, .arx-content .h4 {
    font-size: 25px;
}

.arx-content h5, .arx-content .h5 {
    font-size: 20px;
}

.arx-content h6, .arx-content .h6 {
    font-size: 18px;
}
.arx-content a, .arx-content a:active, .arx-content a:link, .arx-content a:visited {
    text-decoration: none;
    color: inherit;
}

.arx-content a:hover {
    text-decoration: underline;
}
