.teachers-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.teachers-table th {
  text-align: left;
  border-color: transparent;
  border-bottom: 1px solid;
}

.teachers-table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
  border: none !important;
}

.teachers-table tbody tr:hover {
    background-color: rgba(255, 189, 10, 0.2);
}

.teachers-table table td {
  word-break: break-word;
  padding: 10px;
}

.teachers .align-right {
  text-align: right;
}