#tablelp2m {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tablelp2m td, #tablelp2m th {
  border: none;
  padding: 8px;
}

#tablelp2m tr:nth-child(even){background-color: #f2f2f2;}

#tablelp2m tr:hover {background-color: #ddd;}

#tablelp2m th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.menu-semnas {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-semnas * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-semnas li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.menu-semnas a {
  padding: 0.3em 0;
  color: #212121;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.menu-semnas a:before,
.menu-semnas a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-semnas a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #e67e22;
}
.menu-semnas a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #212121;
  white-space: nowrap;
}
.menu-semnas li:hover a,
.menu-semnas .current a {
  transform: translateY(100%);
}