.main { 
    max-width: 850px!important;
}
.entry-title {
    max-width: 980px;
    margin: 20px auto 40px;
    border-top: 3px solid #7c200b;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #bdbdbd;
    padding: 10px 0;
    background: #fafafa;
    text-align: center;
}
.entry-content img {
    width: 100%;
}
#toc_container {
    margin: 2em 0;
    background: #fff;
    border: 5px solid #f94a22;
    border-radius: 2px;
    color: #666;
    display: block!important;
    padding: 0;
}
#toc_container .toc_title {
    margin-bottom: 15px;
    font-size: 1.7em;
    background: #f94a22;
    color: #fff;
    margin-bottom: 0;
    padding: 0 0 0 2%!important;
    font-weight: 700;
}
#toc_container p.toc_title {
    text-align: left;
}
#toc_container p.toc_title+ul.toc_list {
    margin: 2%;
}
span.toc_toggle {
    font-size: .6em;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 5px;
}
span.toc_toggle a {
    color: #fff;
}
#toc_container .toc_list {
    list-style-type: none!important;
    counter-reset: li;
}
#toc_container .toc_list>li {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.3em;
    font-size: .9em;
}
#toc_container .toc_list>li a {
    text-decoration: none!important;
    font-size: 18px;
    font-weight: 700;
    color: #f94a22;
}
#toc_container .toc_list>li ul {
    list-style-type: disc;
    margin-top: 10px;
    padding: 0 10px;
    color: #dd0b0b;
}
#toc_container .toc_list>li>ul li {
    font-size: .9em;
    margin-bottom: 8px;
    list-style: none;
}
#toc_container .toc_list>li a {
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 700;
    color: #f94a22;
}
#toc_container .toc_list>li>a {
    font-size: 18px;
}
span.toc_number {
    background: #f94a22;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    line-height: 1.5em;
    width: 1.5em;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    opacity: .5;
    font-size: .8em;
}
#toc_container .toc_list li ul a:before, .toc_widget_list li ul a:before {
    content: "\f0da";
    margin-right: 7px;
    vertical-align: middle;
    opacity: .5;
    font-family: fontAwesome;
}
ul.toc_list li ul .toc_number, ul.toc_widget_list li ul .toc_number {
    display: none;
}
.article h3 {
    background: #7c200b!important;
    color: #fff!important;
    border-radius: 3px!important;
    padding: 0.5em 1em;
    font-size: 1.6em;
    line-height: 1.5;
    border-bottom: none;
    text-shadow: none;
}
.article h4 {
    position: relative;
    background: #f94a22!important;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4em;
    text-align: left;
}
.article h4:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-top: 15px solid #f94a22!important;
}
@media screen and (max-width: 767px) {
.entry-content img {
    max-width: 100%;
}
.entry-content {
    font-size: 16px;
    line-height: 1.8;
}
.entry-title, .archive-title {
    font-size: 24px;
    padding: 10px 0;
}
.article h3 {
    font-size: 20px;
}
.article h4 {
    font-size: 18px;
}
.checklist-post li:before {
    font-size: 30px;
    padding-right: 10px;
}
#toc_container .toc_list>li>a {
    line-height: 1.6;
}
}