﻿.tox-editor-header .tox-menubar {
    display: none !important;
}

.tox-editor-header .tox-mbtn {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #222f3e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline: 0 !important;
    padding: 0 4px !important;
    text-transform: none !important;
}

.tox-editor-header .tox-tbtn {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #222f3e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}

.form-textos-expediente {
    margin: 0 auto;
    padding: 0 15px;
    width: 1000px;
}

.botones-edicion-textos-expedientes{
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: end;
    margin-bottom: 1rem;
}

.botones-edicion-textos-expedientes a.button.tiny {
    margin-bottom: 0;
}