/* for gallery */
@media (min-width: 800px) {
    .w-md-50 {
        width: 50% !important;
    }
    .maxw-md-50 {
        max-width: 50% !important;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
}

/* for image in text */
p img {
    display: inline-block;
}

/* block quotes used for code */
blockquote:before {
    display: none;
}
blockquote {
    padding-bottom: 1em;
    margin-left: 2em;
    font-family: monospace, monospace;
    font-size: 0.875rem;
    line-height: 1.42857;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    white-space: pre !important;
}

/* Italic text */
i {
    font-style: italic;
}