﻿/* Table column widths for #ApplyInfoTable */
#ApplyInfoTable th:nth-child(1) {
    width: 10%;
}

#ApplyInfoTable th:nth-child(2) {
    width: 14%;
}

#ApplyInfoTable th:nth-child(3) {
    width: 10%;
}

#ApplyInfoTable th:nth-child(4) {
    width: 9%;
}

#ApplyInfoTable th:nth-child(5) {
    width: 18%;
}

#ApplyInfoTable th:nth-child(6) {
    width: 14%;
}

#ApplyInfoTable th:nth-child(7) {
    width: 15%;
}

#ApplyInfoTable th:nth-child(8) {
    width: 10%;
}
