.md-typeset .admonition,
.md-typeset details {
  border-width: 0;
  border-left-width: 4px;
}

.md-button--yellow {
  color: #fff776!important;
}

.md-button--green {
  color: #15dc98!important;
}

.md-button--red {
  color: #ff6170!important;
}

.md-button--indigo {
  color: #4051b5!important;
}

.md-button--blue {
  color: #5daced!important;
}

.md-button--magenta {
  color: #dc159a!important;
}

.md-button--gray {
  color: #616060!important;
}

.md-button--lightgray {
  color: rgb(207, 207, 207)!important;
  border-color: rgb(111, 110, 110)!important;
  background-color: rgb(56, 56, 56)!important;
}

/* Style for tables with borders */
table.bordered-table {
  border-collapse: collapse;
  width: 100%;
}

table.bordered-table th,
table.bordered-table td {
  border: 1px solid #4e4e4e; /* Adjust color as needed */
  padding: 6px;
}
