/* v-base-001 */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Yu Gothic UI", sans-serif;
  color: #222;
}

button,
select,
input {
  font: inherit;
}

a {
  color: inherit;
}

.rich-editable {
  outline: none;
  cursor: text;
}

.rich-editable:focus {
  outline: none;
}

.selected-cell {
  box-shadow: none !important;
}

.history-content-cell span[style*="background-color"] {
  padding: 0 1px;
  border-radius: 2px;
}

.rich-editable,
.rich-editable:focus,
.editor,
.editor:focus,
.answer-box,
.answer-box:focus,
.excel-editor,
.excel-editor:focus {
  outline: none !important;
  box-shadow: none !important;
}