
body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.8em;
}

select, input {
    font-size: 0.8em;
    height: 2em;
}

.phrase-table {
    width: 100%;
}

.phrase-table-header tr th {
    white-space: nowrap;
    text-align: left;
}

.text-editor {
    width: 100%;
    height: 94.7%;
    resize: none;
}
/* : fact-claim-spacing */
.phrase-table-header tr th:nth-child(3) {
    width: 100%;
}

.phrase-table-body tr td {
    white-space: nowrap;
}

.phrase-table-footer {
    padding-top: 0.8em;
}

.phrase-position-selector {
    width: 8em;
    margin-left: 0.2em;
}

.phrase-verb-selector {
    margin-left: 0.2em;
}

.phrase-punctuation-selector {
    margin-left: 0.2em;
}

.phrase-conjunction-selector {
    margin-left: 0.2em;
}

.phrase-table-row-control {
    padding: 0.4em 0.8em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.phrase-table-row-control i {
    font-size: 0.8em;
}

.phrase-lodial-selector {
    width: 7em;
}

.phrase-table-button-control {
    margin-top: 0.4em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.phrase-fact-editor {
    width: 100%;
}

.phrase-table-document-view {
    padding: 0.4em;    
}

.text-icons {
   /* font-family: 'Material Icons'; */
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  