.inner {
    width: 60%;
    margin: 5em auto 10em auto;
}
    @media screen and (max-width: 500px) {
        .inner {
            width: 90%;
        }
    }


.post-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: initial;
    right: 10px;
    top: 0px;
}

.post-section::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0px;
    right: initial;
    bottom: -50px;
}

.post_back a {
    font-size: 0.8em;
    color: #d4af37;
}

.post_back a:hover {
    color: #000;
}

#post-title {
    width: 100%;
    float: left;
    font-size: 2.3em;
    color: #464646;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-title-img {
    max-width: 100%;
    margin-top: 0.2em;
    margin-bottom: 3em;
}

table {
    border: 0;
}


table th,
table td {
    border: 0;
    background-color: white;
    border-bottom-color: #fff;
    padding: 0;
}

th img {
    max-width: 100%;
}

td em {
    color: #737373;
    font-size: 0.6em;
}


h2 {
    margin: 1em 0;
    color: #000;
}

ul, li {
    list-style-type: circle;
    list-style-position: inside;
    margin: 0.5em auto;
}

p {
    color: #000;
}

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item {
    margin: 0;
    list-style: none;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0.5em auto;
}

.post-section >p {
    font-size: 16px;
    color: #464646;
    margin: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 32px;
}
