.yc-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.yc-table th, .yc-table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.yc-table tr.success {
  background-color: #d2f8d2;
}
.yc-table tr.pending {
  background-color: #ffe5e5;
}
