
.post-entry {
    max-width: 70%;
    /* flex: 1; */
}

.entry-cover {
    /* width: 70%; */
    flex: 1;
    text-align: center;
}

article.post-single figure.entry-cover{
    width: 70%;
    flex: 1;
}


figure.graph img {
    border: none;
    align-self: center;
    /* max-width: 50%; */
}
figure.graph {
    text-align: center;
}

figure.small-graph {
    /* max-width: 50%; */
    flex: 1;
}

.post-content img {
    margin: 0;
}

table {
    max-width: 90%;
    align-self: center;
}

blockquote p {
    margin-bottom: 0px !important;
    font-style: italic;
}
