.messageInfo .dataTable tr.dataRow th {
border-bottom: 1px solid @secondaryLight !important;
border-top: 1px solid @secondaryLight !important;
}
.messageInfo .dataTable tr.dataRow th:first-child {
border-left: 1px solid @secondaryLight !important;
}
.messageInfo .dataTable tr.dataRow th:last-child {
border-right: 1px solid @secondaryLight !important;
}