#post-detail .post-title{
    font-size: 17px;
    color: #ed1c24;
    font-family: "tahoma";
    font-weight: bold;
}
#post-detail ul.post-info{
    padding: 10px 0;
    font-size: 14px;
}
#post-detail ul.post-info li{
    display: inline-block;
    margin-right: 15px;
}
#post-detail ul.post-info li i.fa{
    padding-right: 5px;
}
#post-detail ul.post-info li a{
    color: #055699;
    font-weight: bold;
}
#post-detail ul.post-info li a:hover{
    text-decoration: underline;
}
#post-detail .post-images #imageGallery li img{
    width: 100%;
}
#post-detail .post-images #imageGallery li img:hover{
    cursor: pointer;
}
#post-detail .post-images{
    margin: 5px 0;
}
#post-detail .nav-tabs{
    border-bottom: 1px solid #ed1c24;
}
#post-detail .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color:#ed1c24;
    color: #ffffff;
}
#post-detail .real-info table{ margin-top: 10px; border: 1px solid #ddd}
#post-detail .real-info table thead th{
    color: #fff;
    font-weight: bold;
    background: #ed1c24;
}
#post-detail .tag-lists{
    margin-top: 10px;
}
#post-detail .tag-lists a{
    display: inline-block;
}
#post-detail .tag-lists a h5{
    color: #055699;
    font-size: 13px;
}
#post-detail .tag-lists a h5:hover{
    color: #ed1c24;
    text-decoration: underline;
}