html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

body {
    padding: 10px;    
}

#editor-table {
    width: 100%;
}

#editor-table td {
    vertical-align: top;
}

#editor-table td:nth-of-type(1) {
    width: 70%;
    padding-right: 10px;
}

#editor-table td:nth-of-type(2) {
    width: 30%;
    padding-left: 10px;
}

#editor {
    width: 100%;
}

#buttons {
    padding: 10px 0;    
}

#buttons a {
    display: inline-block;
    margin-right: 10px;
}

#result {
    height: 500px;
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: scroll;    
}

input[type="text"],
textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

textarea.tag-p {
    min-height: 80px;
}

fieldset {
    margin: 0;
    padding: 10px 10px 10px 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

fieldset legend {
    padding: 3px 8px;
    color: #fff;
    background-color: #999;
}

fieldset legend img {
    float: right;
    margin-left: 10px;
}


fieldset input[type="text"] {
    margin-bottom: 10px;   
}

fieldset textarea {
    margin-bottom: 0px;   
}
