.no-link-style {
    text-decoration: none; /* Remove underline */
    color: inherit;        /* Inherit color from parent (button) */
    display: inline-block;  /* Ensure the anchor behaves like a button child */
    width: 100%;            /* Optional: To fill the button */
    height: 100%;           /* Optional: To fill the button */
}

.markdown-body h3 {
    padding-bottom: 0.3em;
    font-size: 1.3em;
    border-bottom: 2px solid #c4c6c9;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.markdown-body h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 2px solid #c4c6c9;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.markdown-body p {
    margin-top: 0;
    margin-bottom: 16px;
}

.markdown-body table{
    display: block;
    width: 100%;
    overflow: auto;
}

/* .markdown-body table audio {
    width: 500px;
} */

/* .markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
} */

.markdown-body table th, .markdown-body table td {
    /* padding: 6px 13px; */
    border: 1px solid #dfe2e5;
    /* width: 20%; */
    text-align: center;
} 

table audio{
    /* width: 100%; */
}

