
.material-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  color: #222;
}
.material-table th,
.material-table td {
  border: 1px solid #e0e0e0;
  padding: 12px 10px;
  line-height: 1.6;
  vertical-align: top;
}
.material-table thead th {
  background-color: #19579c;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
}
.material-table tr:nth-child(even) {
  background-color: #f7f9fc;
}
.table-title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
  color: #19579c;
  border-left: 4px solid #19579c;
  padding-left: 10px;
}
.material-desc-text {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}
