.th11 {
	width: 200px;
}

.th12 {
	width: 600px;
}

.th21 {
	width: 250px;
}

.th22 {
	width: 600px;
}

.td1 {
	font-weight: bold;
	vertical-align: middle !important;
}

.td31 {
	display: table-cell;
	text-align: center !important;
	vertical-align: middle !important;
}

.md-typeset table:not([class]) {
  font-size: 16px;
}

.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
	padding: 0.7em;
}

.md-typeset tr {
	vertical-align: middle;
}

.md-typeset table thead tr th {
	background: #f8f8f8;
}

.md-typeset table:not([class]) td:not([align]) {
	vertical-align: middle !important;
}

.banner {
	width: 95%;
	margin: auto;
	display: block;
	border-width: 0px;
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.mode {
	border-width: 0px;
	border-radius: 3px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	vertical-align: middle !important;
}

.figure {
	width: 90%;
	border-width: 0px;
	vertical-align: middle !important;
}

:root > * {
  --md-code-bg-color: #e8e8e8;
}
