@media print {
    body {
        background: #fff none !important;
        color: #000;
        -webkit-print-color-adjust: exact;
        font-size-adjust: 0.58;
    }
    * { overflow: visible !important; }
    .print-logo{display: block !important;}
    .print-logo img{width: 250px; height: 50px; margin-bottom: 10px;}
    .related-storice-box,
    .footer-newsletter,
    .related-storice,
    .ftr-bg,
    header,
    .top-ad-1,
    .pagination,
    .hd-div img{display: none;}
    .home .mid-container, .mid-container{margin: 0px !important;}
    .container {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    header .navbar-header{height: 0px !important;}
    h1, h2, h3, h4, h5, h6 {
        page-break-after:avoid; 
        page-break-inside:avoid;
    }
   img {
       page-break-inside:avoid; 
        page-break-after:avoid; 
   }
   blockquote, table, pre { page-break-inside:avoid; }
   ul, ol, dl  {
       page-break-before:avoid; }
   a[href]:after {
    content: none !important;
  }
  div[class*="col-"]{width: 100%;}
/*  .mid-container{margin-top:30px;}*/
  .breadcrumbs{text-align: center !important; margin: 0 0 20px 0 !important;}
  .pg-lt-in{min-height: 60px; margin-bottom: 30px !important;}
  .pg-socialicon{margin-bottom: 40px !important; display: none !important;}
  .detail-right-txt {border-left: none !important;}
  #macauhub-french{display: none !important;}
  .main-news-img{ float:left; width:100%;}
  .main-news-txt{ float:left; width:100%; margin-bottom: 2em; margin-top: 1em;}
/*.main-news-box-list{float: left;
    width: 100%;}
.main-news-box-list .col-lg-9 {
    width: 75%;
}
.main-news-box-list .col-lg-3 {
    width: 25%;
}*/
.news-listing {
    float: left;
    width: 100%;
}
.news-listing .col-lg-4 {
    width: 33.33333333%;
}
.news-listing img{padding: 10px;}
.news-listing .col-lg-8 {
    width: 66.66666667%;
}
.col-pg-top .mh-news-single h2, .mh-news-single .mh-news-date-tag {
    width: 100%;
}
.people-list-view, .responsive-image, .detail-body-text{width: 100%; float: left;}
.people-list-view .col-lg-8 {
    width: 100%;
}

}