p {
    text-align: justify;
}

li {
    text-align: justify;
}

.md-main {
    flex-grow: 0;
    background: #f1f1f1 !important;
}

.zoom {
    cursor: pointer;
}

.logo-header {
    width: 69px;
    margin-left: 10px;
}

.md-nav--secondary .md-nav__title,
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
    color: black;
    background: transparent;
    box-shadow: none;
}

.md-header,
.md-tabs {
    background-color: #35363a !important;
}

.md-typeset .md-button:focus,
.md-typeset .md-button:hover {
    background-color: hsl(228deg 5% 22%);
    border-color: hsl(228deg 5% 22%);
}

#logo-container {
    text-align: center;
}

.md-typeset blockquote {
    padding-left: .6rem;
    color: rgba(0, 0, 0, 0.729);
}

.md-footer-social {
    font-size: 14px;
    margin-top: 9px
}

.md-typeset .admonition-title,
.md-typeset summary {
    font-size: 12pt;
    text-transform: uppercase;
}

.md-typeset p {
    margin: 0;
    font-size: 12pt;
}

#banner {
    width: 50%;
}

.md-typeset__table {
    width: 100%;
}

table {
    display: table !important;
}

.txc{
    text-align: center !important;
}