.markdown-editor-vue {
  position: relative;
  display: flex;
  border: 1px solid #EEE;
  border-radius: 5px;
}
.markdown-editor-vue .markdown-show {
  overflow: auto;
  flex: 1;
  height: 500px;
  padding: 10px 20px;
}
.markdown-editor-vue .markdown-edit {
  border-right: 1px solid #EEE;
  width: 50%;
}

.stat-val {
  color: black;
  font-weight: bold;
}
stat-val:hover {
  color: #ed7d06 !important;
}

.tc-layout {
  margin-top: 10px;
  background-color: #fffffF;
  position: relative;
}
.tc-layout .tc-layout-title {
  font-weight: bold;
  line-height: 40px;
  border: 1px solid #e9eaef;
  padding: 0 8px;
  border-bottom: 0;
  font-size: 12px;
}
.tc-layout .tc-layout-left,
.tc-layout .tc-layout-right {
  height: 240px;
  border: 1px solid #e8eaec;
}
.tc-layout .tc-layout-right {
  border-left: 0;
}
.reason-content .static-table th {
  height: 72px;
}
.total-row td {
  font-weight: bold;
}
.tc-loading {
  position: absolute;
  top: 42px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 10;
  text-align: center;
  background-color: #fffffF;
}

.result-content {
  min-height: 50px;
}
.result-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.result-table th,
.result-table td {
  padding: 8px 10px;
  border: 1px solid #e8eaec;
  text-align: left;
}
.result-table th {
  width: 15%;
  background-color: #f8f8f9;
  font-weight: bold;
}
.result-table td {
  width: 35%;
}
.result-table .result-table-title {
  background-color: #f0f0f0;
}
.result-table .result-table-title td {
  font-weight: bold;
}
.result-title {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  padding-left: 8px;
  border-left: 2px solid #607D8B;
  font-weight: bold;
  color: #607D8B;
}
.result-text {
  margin-top: 20px;
  background: #fafafa;
  padding: 10px;
  border: 1px solid #ddd;
  color: #9E9E9E;
  text-align: center;
}
.no-data {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 5px 0;
}
.result-content h2 {
  font-size: 15px;
  padding: 0 10px 10px 28px;
  font-weight: bold;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
}
.result-content h2:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #2db7f5;
  border-radius: 1px;
}
.result-content h3 {
  font-size: 14px;
  padding: 4px 4px 10px 4px;
}
.result-content h4 {
  font-size: 14px;
  color: #808695;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 0 10px 6px;
}
.mult-row {
  margin: 0;
  line-height: 24px;
}

