/* RESET START */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* RESET END */


.mud-typography-body1, .mud-typography-h3 {
    margin-bottom: 16px;
}

.mud-switch .mud-typography-body1 {
    margin-bottom: 0;
}

.clickable {
    cursor: pointer;
}

.mjx-block:not(:first-of-type) {
    padding-top: 0.7em!important;
}

.mjx-char, .mjx-charbox {
    font-family: inherit!important;
    font-style: inherit!important;
    color: black;
}

.mud-list .mud-list-item-text p {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    h1.mud-typography-h1 {
        font-size: 26px;
    }
    h2.mud-typography-h2 {
        font-size: 22px;
    }
}

.mud-layout {
    min-height: 100vh;
}

.mud-main-content {
    position: relative;
    z-index: 5;
}

.mud-alert-position {
    align-items: center;
}

.mud-alert-message {
    line-height: 18px;
}

.mud-progress-linear .mud-progress-linear-content {
    top: 15px;
    font-size: 11px;
    opacity: 0.7;
    white-space: nowrap;
}

.mud-picker input {
    font-size: 14px!important;
}

.knowledge-bar {
    margin-left: 2px;
    margin-right: 2px;
}

@media screen and (max-width: 600px) {
    .knowledge-bar {
        margin-left: 1px;
        margin-right: 1px;
    }
}

.vertical .mud-radio-group {
    display: flex;
    flex-direction: column;
}

.mud-radio-content {
    margin-bottom: 0;
}
