table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
table th,
table td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: left;
}
.mtc-ic-button,
.mtc-ic-button-primary {
  border-color: #2271b1 !important;
  padding: 5px 10px !important;
}
.mtc-ic-button {
  background-color: #f6f7f7 !important;
  color: #2271b1 !important;
}
.mtc-ic-button-primary {
  background-color: #2271b1 !important;
  color: #f6f7f7 !important;
}
