.table-recruit {
    width: 100%;
    border-collapse: collapse;
    color: #666;
    background-color: #fff;
}

.table-recruit th,
.table-recruit td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
}

.table-recruit thead th {
    background-color: #00a9bf;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.table-recruit tbody td {
    font-size: 15px;
    line-height: 1.6;
}