@charset "UTF-8";
table {
  border-collapse: collapse;
  font-family: '微軟正黑體';
}

.textEditor table th {
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #da251e;
}

.textEditor table td {
  padding: 5px;
  font-size: 15px;
  text-align: left !important;
  padding-left: 1% !important;
  padding-right: 1% !important;
}
