/* หน้า news-clipping : ย้ายมาจาก <style> ในหน้า news-clipping.aspx
   เพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */
        .table-responsive .two-columns tr {
            display: flex;
            column-gap: 1rem;
            align-items: center;
        }

        .table-responsive table.table td, table.table th {
            font-size: 22px;
        }
        /*        table.dataTable tbody td {
            padding: 1% 6%;
        }*/
        .tb-date {
            width: 250px !important;
            white-space: nowrap;
        }

        .tb-title {
            padding-left: 10px !important;
            width: 74%;
        }

        @media screen and (max-width: 1200px) {
            .tb-date {
                width: 160px !important;
                white-space: nowrap;
                text-align: center;
            }

            .tb-title {
                width: 500px;
            }
        }

        @media screen and (min-width: 992px) {


            .table-responsive {
                overflow-x: hidden;
            }
        }

        .content2 {
            box-shadow: unset !important;
        }

        .line {
            border-bottom: 1px solid #000000;
            margin-top: 20px !important;
        }
