/* Override Material defaults that center images/figures */
.md-typeset img {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.md-typeset figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
