table {
                /*width: 800px;*/
                border-collapse: collapse;
                overflow: hidden;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            }

            th,
            td {
                padding: 15px;
                background-color: rgba(255, 255, 255, 1);
                color: #000;
            }

            th {
                text-align: left;
            }

            thead th {
                background-color: #183153;
                color: #fff;
            }

            tbody tr:hover {
                background-color: rgba(255, 255, 255, 0.9);
            }

            tbody td {
                position: relative;
            }

            .manager-link:hover {
                /*font-size:20px;*/
                color: #00adefff !important;
            }

            .not-link:hover {
                font-size: 20px !important;
                cursor: pointer;
            }

            .table>tbody>tr>td {
                font-size: 16px !important;
            }

            th,
            td {
                text-align: center;
            }