.record_table{
    width:100%;
    border-collapse: collapse;
}
.record_table td{
  word-break: break-all;
  word-wrap: break-word;
    white-space: nowrap;  /** added **/
    text-align: left;
    vertical-align:top;
    padding: 2px 4px;
}
.record_table td:last-child{
    width:100%;
}
.record_table tr:nth-child(odd) {
    background-color: #dde7f2;
}

.document_sign_button {
    cursor: pointer;
}
.document_sign_button :disabled{
    cursor: not-allowed;
}