/* SiteContentIR : รวม <style> 1 บล็อกที่เดิมอยู่ในหน้า SiteContentIR.Master
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        .table-responsive {
            overflow-x: auto;
        }

        #banner .section-title h3 {
            color: #999;
            font-size: 18px;
            font-weight: 300;
            line-height: normal;
            letter-spacing: 1px;
        }

        #banner .section-title h2 {
            color: #FFF;
            font-size: 54px;
            font-weight: 700;
            line-height: 72px;
        }
    