.entry-content {
    text-align: left;
    color: #666;
}

.entry-content p {
    max-width: 34rem;
    margin-bottom: 1rem;
    color: #777;
    color: #555;
}

.entry-content table {
    max-width: 34rem;
    color: #555;
    margin: 0 auto;

    font-size: 0.85rem;

    border-collapse: collapse;
    border: 1px solid;
    width: 100%;
}

.entry-content table th, .entry-content table td {
    border-collapse: collapse;
    border: 1px solid;
    padding: 1px 4px 1px 4px;
}

.entry-content table thead tr {
    background-color: #2e3436;
    color: white;
    text-align: center;
}

.entry-content table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.entry-content table tbody tr:nth-of-type(even) {
    background-color: #eeeeee;
}

.entry-content table tbody tr:last-of-type {
    border-bottom: 2px solid #2e3436;
}

.entry-content ul,
.entry-content ol {
    max-width: 33rem;
    margin: 1rem auto;
    display: block;
}

.post-info {
    border-bottom: 1px dotted;
    display: inline-block;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 1.5rem;
}

abbr[title] {
    border: none;
}

.vcard.author {
    display: inline;
}

body {
    background-color: #0e2426;
}

#pushPage {
    background-color: white;
}

figure {
    display: table;
    margin: 1rem auto;
}

figure img {
    width: initial;
    max-width: 100%;
    max-height: 100vh;
    /* width: 100%; */
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {

    max-width: 35rem;
    margin: 0 auto;
}

.entry-content p + h1,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6 {
    margin-top: 2rem;
}

figure figcaption {
    font-size: 0.85rem;
    text-align: center;
    line-height: 1.3rem;
    display: table-caption;
    caption-side: bottom;
    font-weight: 300;
}

.column.full.social p {
    max-width: 34rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    text-align: right;
    font-size: 0.75rem;
}


.pledgieRight {
    float: right;
    margin: 0 0 0.5rem 0.5rem;
}

.graybackground {
    background-color: #2e3436;
}

.NewsButton {
    font-family: Ostrich Sans Rounded, sans;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    color: white;
    background-color: #2c3e50;
    border-radius: 3px;
}

twitter-widget {
    margin: 0 auto;
}

.mastodon-share-form {
    display: none;
}
