@charset "utf-8";
.recent-posts_w {width:100%;text-align:center;overflow-x:auto;white-space:nowrap;}
     table{width:auto;}
    ::-webkit-scrollbar { -webkit-appearance:none;} 
    ::-webkit-scrollbar:vertical {width:12px;} 
    ::-webkit-scrollbar:horizontal {height:8px;} 
    ::-webkit-scrollbar-thumb {background-color:#7f7f7f;border-radius:10px;border:2px solid#fff;} 
    ::-webkit-scrollbar-track {border-radius:10px;background-color:#fff;}
.recent-posts_w img {width:80px;margin:0 5px 0 0;}