/* Custom styles for Twitter archive posts */

/* Constrain post content to narrow column */
.postbox,
.e-content.entry-content,
article.post,
.postindex,
.blog-main {
    max-width: 550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Reduce heading sizes */
.postbox h1,
.e-content h1,
article.post h1 {
    font-size: 1.2rem !important;
}

.postbox h2,
.e-content h2,
article.post h2 {
    font-size: 1.1rem !important;
}

.postbox h3,
.e-content h3,
article.post h3 {
    font-size: 1rem !important;
}

/* Reduce post title size everywhere */
.posttitle h1,
h1.p-name.entry-title,
.post-title,
.listdate h1 a {
    font-size: 1rem !important;
}

/* Center title on individual post pages */
.posttitle,
.post-header,
header.post-header {
    max-width: 550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
}
