﻿/*#region Post */

body {
    background-color: white;
}

.post {
    padding: 40px 40px 40px 40px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    box-shadow: 3px 3px #b0b0b0, -1em 0 0.4em #a8a8a894;
}

 .post a {
        font-weight: bold;
        text-decoration: underline;
    }
	
.post .jumbotron {
    padding: 0 0;
    background-color: #f7f7f7;
    color: black
}

.post header div {
    opacity: .8;
    margin-bottom: 1em;
    margin-top: 15px;
    font-size: 1.5rem;
    border: dashed 1px white;
    padding: 5px 5px;
    background-color: white;
    border-radius: 5px;
    overflow: auto;
}


    .post header div a {
        margin-left: 10px;
        color: #181818;
    }

        .post header div a.comments {
            color: #a7620e;
        }

.post div .post-categories {
    margin: 0;
    display: inline;
    color: #457495;
    font-weight: bold;
    float: right
}

    .post div .post-categories a {
        margin: 0;
    }

    .post div .post-categories li {
        display: inline;
    }

        .post div .post-categories li:not(:first-child):not(:last-child):after {
            content: ", ";
        }

.content {
    font-family: 'Raleway';
    line-height: 1.5;
    font-size: 1.5rem; 
}

.content div {
    margin-bottom: 10px
}

.content .no-margin > div {
    margin-bottom: 0px !important;
}

    .post abbr {
        border: none;
        text-decoration: none;
        font-weight: bold;
    }

.post div[itemprop='articleBody'] {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: .5em;
    margin-bottom: 2em;
    -ms-text-size-adjust: 150%;
}

.post p {
    padding: .2em 0;
}

/*#region Comments */

#comments article {
    position: relative;
    max-height: 9999px;
    overflow: hidden;
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

    #comments article div {
        padding-left: 70px;
    }

        #comments article div p {
            border: 1px solid #d3d3d3;
            border-radius: 5px;
            padding: 7px;
            position: relative;
        }

            #comments article div p:before {
                content: "";
                position: absolute;
                top: 10px;
                left: -10px;
                border-style: solid;
                border-width: 9px 9px 9px 0;
                border-color: transparent #d3d3d3;
            }

            #comments article div p:after {
                content: "";
                position: absolute;
                top: 10px;
                left: -9px;
                border-style: solid;
                border-width: 9px 9px 9px 0;
                border-color: transparent #ffffff;
            }

    #comments article.self div p {
        background: #f7f7f7;
    }

        #comments article.self div p:after {
            border-color: transparent #f7f7f7;
        }

    #comments article [itemprop='commentText'] {
        margin: 0;
    }

    #comments article img {
        border-radius: 5px;
        position: absolute;
        top: 19px;
    }

    #comments article [itemprop='commentTime'] {
        display: block;
        text-align: right;
        font-size: .7rem;
    }

    #comments article [itemprop='creator'] {
        font-size: .8rem;
        margin-left: 7px;
    }

    #comments article [itemprop='approvalWarning'] {
        margin-left: 70px;
        font-size: 0.6rem;
        background-color: rgba(255, 255, 0, 0.50);
        padding: 5px;
    }

#status {
    margin-left: 1em;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 2rem;
}

.post-info {
    font-size: 1.3rem
}

.content {
    font-size: 1.5rem
}

@media (min-width: 768px) {
    .content{
        font-size: 1.2rem
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 2rem;
    }
}

@media (min-width: 1024px) {

    .jumbotron h1, .jumbotron .h1 {
        font-size: 2rem;
    }

    .content {
        font-size: 1.5rem
    }
}

@media (min-width: 1700px) {
    .content {
        font-size: 1.4rem
    }
}

legend {
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center
}

table.article_tbl {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.article_tbl th, table.article_tbl td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}