/* หน้า historical-price : ย้ายมาจาก <style> ในหน้า historical-price.aspx
   เพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */
        table {
            font-size: 22px;
        }

            table.dataTable thead th, table.dataTable thead td {
                padding: 15px 5px !important;
                border-bottom: 1px solid #111;
                font-size: 15px;
            }

        .text-teble {
            text-align: center;
            font-size: 20px;
            font-weight: 600 !important;
            color: #ffffff;
            background-color: #000000;
            border-bottom: 18px;
            border-bottom: 3px solid #074232 !important;
        }

        table.dataTable tbody th, table.dataTable tbody td {
            padding: 15px 10px !important;
            background-color: #fff;
            border-bottom: 0.5px solid #000;
            text-align: center;
        }

        .major-shareholder-table tbody tr td {
            font-weight: 300;
            padding: 15px 2px 16px 2px;
            line-height: 1.3;
            font-size: 20px;
            color: #422e13;
        }

        .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
            padding-top: 30px !important;
        }

        b, strong {
            font-weight: bolder;
            font-weight: 400 !important;
        }
        /* For pc: */
        @media (min-width:1200px) {
            th:first-child {
                width: 200px !important;
            }
        }
        /* For mobile phones: */
        @media only screen and (max-width: 767px) {
            table {
                width: 800px !important;
            }
        }
