.post-name {
    font-size: 2rem;
    line-height: 2.1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.post-details {
    font-size: 0.8rem;
    text-align: center;
}

p>img {
    width: 100%;
}

.has-img {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-style: italic;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #f3f3f3;
}

tr:nth-child(even) {
    background-color: #f3f3f3;
}

th {
    text-align: left;
}

table pre,
table code {
    background-color: transparent;
}

td,
th {
    padding: 5px;
}