.blog_li {
    display: block;
    padding:20px 0 10px;
    font-size: 1.3em;
    font-weight: bold;
} 

.item_fulltext ul {
    padding-bottom: 20px;
}

.item_fulltext h4 {
    padding-top: 20px;
}

.item_fulltext ul li {
    font-size: initial;

}

.baca-juga {
    display: block;
    background-color:#f2f2f2;
    border-left: 10px solid #fc7928;
    padding:20px;
    font-weight: bold;
    margin:20px 0 10px;
    
}
.baca-juga a:link {
    text-decoration: none;
    color: #fc7928;
    font-weight: normal;
}
.baca-juga a:hover {
    color: #ffa36a;
}
.item-pad {
    margin-left: 0px;
}
.item_createdby {
    margin-bottom: 5px;
    font-weight: bold;
    color:#fc7928;
}
