/* dividend-policy : รวม <style> 1 บล็อกที่เดิมอยู่ในหน้า dividend-policy.aspx
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        .table {
            font-size: 19px !important;
            font-weight: var(--font-w-400);
            border-collapse: collapse;
        }

            .table tr td:first-child {
                font-size: 14px !important;
                font-weight: 400;
                color: var(--dark) !important;
            }

            .table tr td {
                vertical-align: middle;
                line-height: 1.2;
            }

            .table thead tr th, .table thead tr {
                vertical-align: middle;
                line-height: 1.2;
                font-size: 15px;
                padding: 17px 18px !important;
            }


            .table tr th {
                text-align: center;
                color: #ffffff;
                background-color: #000000;
            }

            .table tr td {
                font-size: 13px;
                font-weight: 400;
                color: var(--dark) !important;
                text-align: center !important;
                padding: 1rem 1.75rem !important
            }

                .table tr td:first-child {
                    font-size: 13px;
                    font-weight: 400;
                    color: var(--dark) !important;
                }

            .table tr td {
                font-size: 14px;
                font-weight: 400;
                color: var(--dark) !important;
                text-align: left;
            }

            .table tbody tr:last-child {
                border-bottom: 2px solid #000000 !important;
            }

            .table thead th {
                vertical-align: bottom;
                border-bottom: 0px solid #dee2e6;
            }

        .table-responsive {
            display: block;
            width: 100%;
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border-radius: 15px;
            margin: 10px;
        }

        .text-select-year {
            font-weight: 400;
            font-size: 17px;
            float: left;
            padding: 10px 8px 10px 0;
            display: none;
        }

        .box-select-dow-crop {
            font-family: 'FC Minimal';
        }
    