#submit{
    display: block;
    margin: 0 0 0 auto;
}

section.content th a {
    text-align: center;
    /* color: black !important; */
}

.number{
    text-align: right;
}

section.content tbody .edit,
section.content tbody .delete {
    text-align: center;
}

.not_approve {
    color: blue;
}

.rejection {
    color: red;
}

.nothing {
    background-color: grey;
}

.red {
    color: #ff7d7d;
}

.small-text {
    width: 40px;
    margin: 0 0 0 4px;
    text-align: center;
}

.table-evaluation-detail>tbody>tr>td,
.table-evaluation-detail>tbody>tr>th,
.table-evaluation-detail>thead>tr>th {
    vertical-align: middle;
}
.table-evaluation-detail>tbody>tr.row_stripe {
    background-color:#f9f9f9
}
.table-evaluation-detail>tbody>tr>td.separator {
    border-bottom: 2px solid #DDDDDD
}
