.md-typeset table tbody tr:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Remove table borders */
.md-typeset table tbody tr,
.md-typeset table thead tr {
    border: none !important;
}

.md-typeset table td,
.md-typeset table th {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    font-size: medium;
}

.md-typeset table td:first-child {
    white-space: nowrap !important;
}

@media (max-width: 640px) {
    .md-typeset table td:first-child {
        white-space: normal !important;
    }
}