.text {

    hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    }

    h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    }

    p {
    margin-top: 0;
    margin-bottom: 1rem;
    }

    abbr[title],
    abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    }

    address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    }

    ol,
    ul,
    dl {
    margin-top: 0;
    margin-bottom: 1rem;
    }

    ol ol,
    ul ul,
    ol ul,
    ul ol {
    margin-bottom: 0;
    }

    li {
        padding-left: 20px;
        position: relative;

        &:before {
            content: '\2014';
            position: absolute;
            left: 0;
            color: #2085e4;
        }
    }

    dt {
    font-weight: bold;
    }

    dd {
    margin-bottom: .5rem;
    margin-left: 0;
    }

    blockquote {
    margin: 0 0 1rem;
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    }

    h1, .h1 {
    font-size: 2.5rem;
    }

    h2, .h2 {
    font-size: 2rem;
    }

    h3, .h3 {
    font-size: 1.75rem;
    }

    h4, .h4 {
    font-size: 1.5rem;
    }

    h5, .h5 {
    font-size: 1.25rem;
    }

    h6, .h6 {
    font-size: 1rem;
    }

    .lead {
    font-size: 1.25rem;
    font-weight: 300;
    }

    .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
    }

    .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
    }

    .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
    }

    .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
    }

    hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    small,
    .small {
    font-size: 80%;
    font-weight: normal;
    }

    mark,
    .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
    }

    .list-unstyled {
    padding-left: 0;
    list-style: none;
    }

    .list-inline {
    padding-left: 0;
    list-style: none;
    }

    .list-inline-item {
    display: inline-block;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

    .initialism {
        font-size: 90%;
        text-transform: uppercase;
    }

    .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    }

    .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
    }

    .blockquote-footer::before {
    content: "\2014 \00A0";
    }
}