/* 
    Document   : cssnews
    Created on : 13-06-2013, 15:12:32
    Author     : anhdung
    Description:
        Purpose of the stylesheet follows.
*/
.mr-0{
    margin-right: 0px!important
}
.post-hl{
    width: 550px;
    float: left;
    padding: 0 10px 10px 0;
}
.post-hl, .box-relation-post{
    margin-top: 15px
}
.colum-summary{
    width: 52%;
    float: left;
    margin-left: 10px;
    text-align: justify;
}
.colum-img{
    width: 45%;
    float: left;
}
.box-post-hl{
    padding-bottom:  15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.post-new{
    width: 176px;
    float: left;
    margin-right: 10px;
    text-align: justify;
}
.post-hl a {
    color: #1D5C94
}
.box-post-hl img , .post-new img{
    opacity: 0.8;
    padding: 9px;
    border: 1px solid #ccc!important;
}
.box-post-hl:hover img , .post-new:hover img{
    opacity: 1;
}
.box-post-hl:hover a , .post-new a{
    color: #0B4A83
}
.box-relation-post{
    float: left;
    width: 204px;
}
