@charset "UTF-8";

/* ===============================================================
 Tables
================================================================*/

.md-typeset__table thead th {
  font-size: 0.75rem;
  color: var(--md-primary-bg-color);
  background-color: var(--md-primary-fg-color);

}

.md-typeset__table thead th a {
  color:var(--md-primary-bg-color);
}


.md-typeset__table thead th,
.md-typeset__table tbody td,
.md-typeset__table tbody th {
	border: 1px solid #dcdfe4;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}

.md-typeset__table thead th:last-child,
.md-typeset__table tbody td:last-child,
.md-typeset__table tbody th:last-child {
	border-right: 0;
}

.md-typeset__table tbody td:nth-child(1),
.md-typeset__table tbody th {
	background-color: var(--md-code-bg-color);
	/* font-weight: bold; */
}
