article h2::after {
    margin-top: 5px;
    content: ' ';
    display: block;
    border: 2px solid #2f4f4f;
    margin-bottom: 2px;
}

#portfolio-work::after, #portfolio-development::after {
    margin-top: 2px;
    content: ' ';
    display: block;
    border: 1px solid #2f4f4f;
    margin-bottom: 0;
}

#portfolio-work, #portfolio-development {
    text-align: center;
}

.figure.align-center {
    display: block;
}

.figure.align-center > .caption {
    text-align: center;
}

a.figure-ref::after{
    content: "Figure " counter(fignum) " ";
    // For when browsers support target-counter
    // content: "Figure " target-counter(attr(href url), fignum, decimal) " ";
}

.page {
    counter-reset: fignum tablenum;
}

.figure {
    counter-increment: fignum;
}

.figure.align-center > .caption::before {
    content: "Figure " counter(fignum, decimal) " - ";
}
table > caption {
    counter-increment: tablenum;
    text-align: center;
}

table > caption::before {
    content: "Table " counter(tablenum, decimal) " - ";
}
td.label {
    color: #2a6496;
}
table {
    caption-side: bottom;
}

table > thead > tr > th {
    text-align: center;
}

table.footnote > tbody > tr > td.label {
    min-width: 8rem;
}
.strike {
    text-decoration: line-through;
}

.disqus_container {
    width: 100%;
    margin-top: 4rem;
}

div.center {
    margin-left: auto;
    margin-right: auto;
}

.tag-link {
    line-height: 1;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.badge-container {
    margin-top: 1rem;
}

.blog-badge {
    background-color: #cacaca;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-right: 1rem;
}

.blog-tag-badge {
    background-color: #cacaca;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-right: 1rem;
    border-radius: 15%;
}

.quick-item {
    border:#ccc 1px solid !important;
    opacity: 70%;
    background:#ccc;
    padding:20px;
    margin:15px 0;
    border-radius: 5%;
}