#ltpost-related {
    clear: left;
}
.group-ltpost-related .h2 {
    color: #5dc6ce;  
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    padding-bottom: 0px;
}
.group-ltpost-related .h2:after {
    color: #5dc6ce;
    content: " ";
    display: table-cell;
    width: 155px;
    padding-bottom: 3px;
    border-bottom: 3px solid #5dc6ce; 
    line-height: 0px;
}
.group-ltpost-related ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0; 
}
.group-ltpost-related ul li {
    list-style: none;
    margin-bottom: 15px; 
    float: left;
    padding-left: 0px;
}
.group-ltpost-related .relatedcontent {
    line-height: normal;
    text-align: left;
}
.group-ltpost-related .relatedthumb {
    width: 140px;
    padding-right: 10px;
    float: left;
}
.group-ltpost-related .relatedthumb img{
    width: 100%;
    height: auto;    
}
.group-ltpost-related ul a {
    color: #000; 
    cursor: pointer;
    text-decoration: none;
}
.group-ltpost-related ul a:hover {
    color: #f36c21; 
}
@media (min-width:768px) and (max-width:768px){ 
    .group-ltpost-related ul li {
        max-width: 100%;
        float: none;
    }
}
@media (max-width: 499px){
    .group-ltpost-related ul a { 
        font-size: 15px;
    }
}