.tablepress th {
    background: #003571
}

.tablepress .mtr-th-tag {
    color: #FFF;
}

.tablepress .mtr-th-tag,
.tablepress .mtr-td-tag {
    padding: 12px;
}

.dataTables_paginate .paginate_button:hover {
    cursor: pointer !important;
}

.dataTables_paginate .paginate_button.disabled {
    display: none;
}

.dataTables_paginate .paginate_button.next::after,
.dataTables_paginate .paginate_button.previous::before {
	color: var(--pk-ctt-color-primary) !important;
	text-shadow: none !important;
}

.dataTables_filter label {
    color: #38383C;
}

.dataTables_filter input {
    border: 1px solid #003571;
}

.tablepress--ctt-tech-offer .mtr-cell-content h2 {
    margin: 0;
    font-size: 1.5rem;
}

.tablepress--ctt-tech-offer td.mtr-td-tag[data-mtr-content="Branża"] .mtr-cell-content {
    text-wrap: nowrap;
}

.tablepress--ctt-tech-offer thead>tr>th.column-1.mtr-th-tag .mtr-cell-content {
    opacity: 0;
}

.tablepress--ctt-tech-offer tbody tr td img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

@media(min-width:1200px) {
    .tablepress--ctt-tech-offer thead>tr>th {
        box-sizing: border-box;
        width: auto !important;
        min-width: 175px;
    }
}
