.ip-messages table {
  color: #000;
}

.ip-messages thead {
  background-color: #fff;
}

/* nth-child(1) = the first td in each tr */
.ip-messages td:nth-child(1) {
  width: 2%;
}

/* the second */
.ip-messages td:nth-child(2) {
  width: 28%;
}

/* the third */
.ip-messages td:nth-child(3) {
  width: 70%;
}

.ip-messages tbody {
  background-color: #fff;
}

.ip-messages th {
  background: #3f4d4e;
  color: white;
  font-weight: normal;
  border-right: 1px solid;
}

td,
th {
  padding: 2px !important;
}