.readable {
    line-height: 1.6;
    word-break: break-all;
}

.readable .title {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.readable h1, .readable h2, .readable h3 {
    font-weight: bold;
}

.readable h1 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.readable h2 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.readable h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

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

.readable pre {
    background-color: #f1f3f5;
    padding: 1rem;
}

.readable table {
    margin-bottom: 1rem;
}

.readable table th, .readable td {
    border: solid #ced4da 1px;
    padding: .5rem;
}

.readable blockquote {
    margin-left: -1rem;
    padding-left: calc(1rem - 3px);
    border-left: solid 3px #343a40;
    font-style: italic;
}

.readable img {
    max-width: 100%;
    /*
    max-height: 500px;
    */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .readable .title {
        font-size: 2rem;
    }
    .readable h1 {
        font-size: 1.65rem;
    }

    .readable h2 {
        font-size: 1.25rem;
    }

    .readable h3 {
        font-size: 1.1rem;
    }
}

.readable ul li p {
    margin-bottom: 0.25rem;
}

.readable ul li {
    margin-bottom: 0.25rem;
}
