﻿.resxTable th {
	cursor: pointer;
}

	.resxTable th:nth-child(1) {
		width: 20%;
	}

	.resxTable th:nth-child(2),
	.resxTable th:nth-child(3) {
		width: 30%;
	}
	.resxTable th:nth-child(4) {
		width: 20%;
	}

.resxTable td:nth-child(2),
.resxTable td:nth-child(3),
.resxTable td:nth-child(4) {
	padding: 0 !important;
}

.resxTable td textarea {
	border: 0;
	width: 100%;
	padding: 5px;
	resize: vertical;
	outline: none;
}

.resxTable tr[class~="warning"] td textarea {
	background-color: #fcf8e3;
}

.pagination {
	margin: 0 !important;
}
