h2.archives_title a {
    color: #007377;
}
.pagination ul li a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
h2.archives_title a:hover ,ul.post_meta.default a:hover{
    color: #f79b2e !important;
}
.button.button_default.view_more_button {
    font-size: 20px !important;
    line-height: normal;
    padding: 10px 15px !important;
    background-color: #007377 !important;
    font-family: "mr-eaves-modern", sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.5px !important;
    border: none;
    color: #fff !important;
}
.button.button_default.view_more_button:hover {
    background-color: #f79b2e !important;
}


/* David Lim's Styles */
.til-internal { font-style: italic; }
.til-internal::before { content: "Private: "; }

h1#til-title {
    color: #007377;
    font-family: Roboto, Helvetica, sans-serif !important;
    font-weight: 400;
    line-height: 1.15em !important;
    margin: 1em auto 0.5em auto;
    max-width: 1024px;
    padding: 0 .75em;
}

.post-content {
    color: #222;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 125%;
    line-height: 175%;
    padding: 1em 2em;
    margin: 0 auto 2em auto !important;
    max-width: 1064px;
}
.post-content a {
    color: #007377;
    font-weight: normal;
    text-decoration: underline;
}
.post-content a.button {
    text-decoration: none;
}
.post-content b {
    color: black;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    font-family: Roboto, Helvetica, sans-serif !important;
}
.post-content h2 {
    font-size: 2em;
}
.post-content h3 {
    font-size: 1.25em;
    font-weight: bold !important;
}
.post-content p {
    margin-bottom: 1.5em !important;
}
.post-content table {
    border-collapse: collapse;
    margin: 1em 0;
}
.post-content th,
.post-content td {
    border: 1px solid #ccc;
    padding: .5em;
}
.post-content th {
    background-color: #eee;
}
.post-content ul {
    margin-left: 0 !important;
    padding-left: 1em !important;
}
.post-content .post_meta {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.post-content blockquote {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 0;
    margin-right: 0;
}
.post-content blockquote p:last-child {
    margin-bottom: 0 !important;
}
.post-content .wp-block-image {
    margin-bottom: 1.5em;
}
.post-content .notice p:last-child {
    margin-bottom: 0 !important;
}
.post-content li>img {
    display: inline;
}

.til-post-meta {
    color: #555;
    font-size: 80%;
    margin-top: 2em;
    text-align: center;
}

.post-tags,
.portfolio-navigation,
.nocomments,
.fa-bookmark,
.comments_count {
    display: none;
}
.single-post .blogpost,
.blogpost {
    border-bottom: none;
}
caption {
    caption-side: top;
}

.wp-block-table table {
    border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #ddd;
    padding: .5em;
}
.wp-block-table td {
    vertical-align: top;
}
.wp-block-table th {
    background-color: #e6e6e4;
    vertical-align: bottom;
}
.full-width-table {
    margin-left: -300px;
    margin-right: -300px;
}

pre.wp-block-code code {
    color: #66bac0;
}