img {
    width: 50% !important;
    display: block !important;
    margin: 0 auto 1.5rem !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

.md-typeset td {
    text-align: right !important;
    font-family: monospace !important;
}

.md-typeset td {
    min-width: 5em !important;
    white-space: nowrap !important;
}

.md-typeset table {
    table-layout: fixed !important;
    width: 100% !important;
}

.md-typeset th,
.md-typeset td {
    padding: 0.5em 1em !important;
}


.md-typeset table:not([class]) tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.103) !important;
  box-shadow: 0 .05rem 0 var(--md-default-bg-color) inset !important;
  transition: background-color 0.15s ease !important;
}


