#contactForm {
    width: 80%;
    max-width: 700px;
    padding: 20px;
    display: inline-block;
    border: 1px solid #666666;
    text-align: left;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
}

#contactForm table {
    width: 100%;
}

.tox-editor-container button, .tox-editor-container span {
    all: initial !important;
    cursor: pointer !important;
}

.tox-editor-container button:hover {
    background: #e7e7e7 !important;
}