td,
th {
  text-align: center;
}

table {
  border-collapse: collapse;
}

tr.actual-day td {
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}

.icon-eye::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 1rem 1rem;

  width: 17px;
  height: 17px;
  /*filter: invert(70%) sepia(7%) saturate(149%) hue-rotate(169deg) brightness(90%) contrast(85%);*/
  /*margin-right: 3px;*/
  transform: translate(0, 25%);
}

.icon-eye::before{
  transform: translate(0, 25%);
  background-image: url("images/eye-solid.svg");
}

