#toolbar {
    margin-bottom: 10px;
}

#toolbar select, 
#toolbar input[type="color"], 
#toolbar button {
    margin-right: 5px;
    padding: 5px;
}

.text-editor-container {
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 10px;
    height: 200px;
    outline: none;
    overflow: auto;
}

.text-editor-container ul,
.text-editor-container ol {
    margin: 6px 0px;
    padding-left: 20px;
}