table {
  margin-bottom: 0;
}
table tbody tr td:last-child {
  text-align: center;
  width: 180px;
}
.result {
  position: absolute;
  left: 15px;
  margin: 0;
  padding: 0;
  width: 95%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
  list-style-type: none;
  overflow: hidden;
  background:#fff;
}
.result li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #444;
}
.result li:last-child {
  border-bottom: none;
}
.result li:hover {
  background: #0b0128;
  cursor: pointer;
  color: white;
}
