.admissionhelp_bodytext table{
    border-right: 1px solid #ccc;
}
.admissionhelp_bodytext table,
.admissionhelp_bodytext table th {
    font-size: 12px;
    text-align: center
}

.admissionhelp_bodytext table th {
    border-left: 1px solid #fff
}

.admissionhelp_bodytext table thead {
    background: #444;
    color: #fff
}

.admissionhelp_bodytext table tbody tr td {
    vertical-align: middle;
    border: none;
    border-left: 1px solid #ccc
}

.admissionhelp_bodytext table tbody tr:nth-child(odd) {
    background: #f1f1f1
}

.admissionhelp_bodytext table tbody tr td span {
    color: #00f;
    font-weight: 700;
    cursor: pointer
}

.admissionhelp_bodytext table tbody tr td span:hover {
    text-decoration: underline;
    color: #000
}

.admissionhelp_bodytext table tbody tr.old-date {
    opacity: .9
}

.admissionhelp_bodytext table tbody tr.old-date:hover {
    cursor: not-allowed
}