#title-bar-posts a:hover,
#title-bar-posts a:visited,
#title-bar-posts a:link,
#title-bar-posts a:active {
    color: white;
}

.post-title {
    font-size: xx-large;
    margin: 0 auto 18px auto;
    text-align: left;
    font-weight: 800;
}
.post-abstract {
    margin: 2ex auto;
    width: 80%;
    text-align: justify;
}
.post-date-label {
    font-weight: 600;
}

#post-content {
    margin-top: 18px;
    margin-left: 36px;
    margin-right: 36px;
    text-align: justify;
}
.post-date-div .post-date-label {
    margin: auto 0 auto 3ex;
}
.post-date-div .post-date-label:first-child {
    margin-left: 0;
}
.post-tag-label {
    font-weight: 600;
}
.post-tag {
    margin-left: 1ex;
    margin-right: 1ex;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
.figure {
    display:block;
    max-width: 100%;
    margin: 1.618ex auto 2ex auto;
}
.figure:hover{
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.caption {
    text-align:center;
    margin-bottom: 36px;
}
.caption > b {
    margin-right: 12px;
}
