.publish {
    color: green;
}

.draft {
    color: red;
}

/*Breadcrumb*/
ul.breadcrumb li a {
    text-decoration: none;
}

.header {
    padding-bottom: 20px;
}

.header h2 a,
.tag-cloud a,
.tag-cloud .panel-body a,
.header a,
.footer a,
.footer .info a {
    text-decoration: none;
}

.info {
    font-size: 10pt;
    color: #333;
}

.info .icon,
.panel-heading .icon {
    margin-right: 5px;
}

.content-container .footer {
    padding-top: 10px;
    background: none;
}

.post-title {
    font-size: 16pt;
}

.panel-post .panel-title {
    font-size: 14pt;
    margin-bottom: 8px;
}

.panel-post .panel-title a {
    text-decoration: none;
    color: #5a5a5a;
}

.panel-post .panel-title a:hover {
    color: #000000;
}

.panel-post .panel-heading .info {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
}

.content-container .info {
    border-top: 1px solid rgba(34, 36, 38, .15);
    border-bottom: 1px solid rgba(34, 36, 38, .15);
    padding: 7px 0 7px 10px;
}

.content .anons,
.content .text {
    text-indent: 20px;
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.content .anons li,
.content .text li {
    list-style-type: none;
}

.content .anons li:before,
.content .text li:before {
    content: "•";
    margin-right: 10px;
}


.content .anons p,
.content .text p {
    margin: 0 0 5px 0;
}

.content .anons p.image {
    text-indent: 0;
    display: inline-block;
    float: left;
    margin: 0 10px 5px 0;
}

@media screen and (max-width: 800px) {
    .panel-post .panel-title,
    .header .post-title {
        text-indent: 20px;
    }

    .content .anons p.image {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
}
