 

        .videjascenas table.dataTable thead th {
            background-color: #b7e1cd !important;
            color: #000 !important;
            font-weight: bold;
            text-align: center;
            border: 1px solid #8ebfa8 !important;
        }

        .videjascenas table.dataTable tbody tr:nth-child(odd) { background-color: #f9f9f9; }
        .videjascenas table.dataTable tbody tr:nth-child(even) { background-color: #fff; }
        .videjascenas table.dataTable tbody tr:hover { background-color: #d3e0ea; }

        .videjascenas table.dataTable th,
        .videjascenas table.dataTable td {
            border: 1px solid #ccc;
            text-align: center;
            vertical-align: middle;
            padding: 2px 8px;
            font-size: 16px;
        }

        .videjascenas.table-wrapper {
            margin-bottom: 50px;
            overflow-x: auto; /* horizontālais scroll */
        }

        .videjascenas.table-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #2a5934;
            
        }
        
  