/* Monitoring dashboard central table */
.dashboard-central-table table thead th:nth-child(4) {
    width: 20%;
}
.dashboard-central-table table thead th:nth-child(3) {
    width: 20%;
}
.dashboard-central-table table thead th:nth-child(2) {
    width: 33%;
}

/* Monitoring dashboard state table */
.dashboard-state-table table thead th:nth-child(4) {
    width: 33%;
}
.dashboard-state-table table thead th:nth-child(3) {
    width: 20%;
}
.dashboard-state-table table thead th:nth-child(2) {
    width: 20%;
}

/* Monitoring dashboard other table */
.dashboard-other-table table thead th:nth-child(4) {
    width: 33%;
}
.dashboard-other-table table thead th:nth-child(3) {
    width: 20%;
}
.dashboard-other-table table thead th:nth-child(2) {
    width: 20%;
}

/* Evaluation pages table */

.evaluation-table table thead th:nth-child(5) {
    width: 20%;
}
.evaluation-table table thead th:nth-child(3) {
    width: 20%;
}
.evaluation-table table thead th:nth-child(2) {
    width: 40%;
}
.evaluation-table table thead th:nth-child(1) {
    width: 6%;
}