header .md-header__source {
    color: white;
}

header .md-header__topic span.md-ellipsis:first-child {
    font-family: 'Segoe UI', "Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
    color: white;
}

/* Front page image size */
img[src$='#small'] {
    width: 150px;
}
img[src$='#medium'] {
    width: 300px;
}

/* Center table and objects */
.center,
img,
.md-typeset__table {
    display: block !important;
    margin: 0 auto;
}

.md-typeset table:not([class]) tr td:first-child {
    text-align: left;
}
.md-typeset table:not([class]) th:not([align]),
.md-typeset table:not([class]) td:not([align]) {
    text-align: center;
}
article p:not([class]),
article ul:not([class]),
article ol:not([class]) {
    padding-left: 0.8em !important;
}

/* Fix for Chrome */
.md-typeset__table td code {
    word-break: unset;
}

.md-typeset__table tr :nth-child(1) {
    word-wrap: break-word;
    max-width: 30em;
}

p {
    text-align: justify;
}

.twitter {
    color: #1DA1F2;
}

.md-announce {
    background-color: #383a42;
}

