﻿#reasonAndGroupCodesPage table#reasonCodesTable tr td:nth-child(3),
#reasonAndGroupCodesPage table#reasonCodesTable tr td:nth-child(4) {
    width: 100px;
    text-align: center
}

#reasonAndGroupCodesPage table#reasonCodesTable button {
    margin: 0;
}

#reasonAndGroupCodesPage #save {
    min-width: 60px;
}

#reasonAndGroupCodesPage table#groupCodesTable {
    margin: 0;
}

#reasonAndGroupCodesPage #separationLine {
    border-top: 2px solid #ccc;
}

#reasonAndGroupCodesPage #uploadReasonCodesForm input[type=file] {
    display: inline-block;
}

#reasonAndGroupCodesPage #uploadReasonCodesForm button[type=submit] {
    margin-top: -2px;
}