/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#sms-log-table tr:hover > td {
  background-color: #99d1ff;
}

#sms-log-table th:hover {
  background-color: #99d1ff !important;
}

#sms-log-table td {
  max-width: 100px;
}
