html, body {
    height: 100%;
    margin: 0px;
}

a {
    color: #ff6f00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #fafafa;
    font-family: Roboto;
    font-weight: 300;
    font-size: 11pt;
}

.container {
    width: 100%;
    display: table;
}

.main {
    background-color: #ffffff;
}

.head {
    font-family: "Roboto";
    font-weight: 100;
    background-color: #d32f2f;
    /* background: linear-gradient(#d32f2f, #b71c1c); */
    color: #fafafa;
    font-size: 33pt;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7.5px;
}

.navi {
    background-color: #ff6f00;
    color: #fafafa;
    font-weight: 400;
}

.head a, .navi a {
    color: #fafafa;
}

.head a:hover {
    text-decoration: none;
}

.post-details {
    padding-left: 15px;
    padding-right: 15px;
}

.post-details h1 a {
    color: #333;
}

.shadow-light {
    box-shadow: 0px 0px 10px #bdbdbd;
}

.shadow-dark {
    box-shadow: 0px 0px 10px #263238;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
}

.highlight {
    color: #ff6f00;
}

.post {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

.post-spacer {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    height:1px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ff6f00;
}

.post-end {
    margin-top: 30px;
    height:1px;
}

.post-details h1 a{
    font-weight: 400;
    color: #b71c1c;
}

.comments {
    border-top: 1px solid #ff6f00;
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.link-btn a {
    display: block;
    text-align: center;
    background-color: #ff6f00;
    color: #fafafa;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-commentnumber {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.commentnumber {
    color: #ff6f00;
}

.list-inline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22pt;
}

.list-inline li{
    display: inline;
    padding-right: 15px;
    padding-left: 0px;
    margin-top: 0px;
}
.list-inline li:first-child {
    padding-left: 0px;
}
.list-inline li:last-child {
    padding-right: 0px;
}

code, pre {
    font-family: "Roboto Mono", mono;
    font-weight: 100;
    background-color: #fafafa;
}
pre {
    padding: 15px;
    overflow-x: auto;
    border-radius: 5px;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: normal;
}

code {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.img-responsive {
    max-width: 100%;
}

.table {
    margin-top: 30px;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    border-spacing: 0;
    margin-bottom: 30px;
}

.table th {
    border-bottom: 2px solid #ff6f00;
    padding: 7.5px;
    font-weight: 400;
    text-align: left;
}

.table tr td {
    margin: 0px;
    padding: 7.5px;
    border-bottom: 1px solid #f5f5f5;
}

.table tr:nth-child(odd) td {
    background-color: #fafafa;
}

.table tr:last-child td {
    border-bottom: none;
}

.posts {
    display: table-cell;
    max-width: calc(100% - 230px);
}

.previous, .next {
    width: calc(50% - 32px);
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.widgets {
    height: auto;
    width: 195px;
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ff6f00;
    background-color: #fafafa;
    vertical-align: top;
}

.primary-sidebar ul {
    padding-left: 0px;
}

.primary-sidebar li {
    display: inline;
    padding-right: 7.5px;
}

.primary-sidebar li a {
    font-size: 15pt;
    color: #d32f2f;
}


@media(min-width: 992px) {
    .main {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 767px) {
    .main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        display: block;
    }

    .posts {
        display: block;
        width: 100%;
    }

    .widgets {
        display: block;
        border-left: none;
        border-top: 1px solid #ff6f00;
        width: auto;
        padding-bottom: 5px;
    }

    .main.shadow-light {
        box-shadow: none;
    }

    body {
        background-color: #ffffff;
    }
}
