        p {
            margin-bottom: 12px;
        }

        li {
            margin-bottom: 6px;
        }
        th {
            background: rgba(199, 199, 199, 0.8);
        }
        table {
            border-collapse: collapse;
            border: 1px solid black;
            overflow-y: scroll;
        }
        td, th {
            padding: 6px;
            border: 1px solid black; 
        }
        .tb_chap {
            text-align: center;
        }
        .table-box {
            max-width: 1024px;
            margin: auto; 
            font-family: 'PantonBold', Arial, sans-serif;
        }
        .tb_b {
            background: rgba(255, 236, 236);
        }
        .tb_bb {
            background: white;
        }
        .col1 {
            width: 12%; /* Ширина ячейки */
        }
        .col-ma {
			margin: 16px 10px;
		}
		.cent {
			margin: auto;
			font-family: 'PantonBold', Arial, sans-serif;
		}
		.h-under {
            display: inline;            
            border-bottom: 2px solid #000000;
            padding-bottom: 1px;
        }
        .aar {
            color: black!important;
        }
        .aar::after {
        content: "➧";
        margin: 0 6px;
        position: relative;
        }
        .t-btn table,
        .t-btn td {
         border: none;
        }

    @media screen and (max-width: 732px) {
        .table-box {
            overflow-x: scroll;
        }
    }
    .cntr {
    text-align: center;
    }