.table-wrapper {
  width: 55vw;
  margin-left: auto;
  margin-right: auto;
}
tr:hover, .gwinty-tabela > tbody > tr:nth-child(even):hover {
  background-color: #006bb4;
  color: white;
  font-weight: 900;
}
.sidebar {
  display: none!important;
}
.gwinty-tabela > tbody > tr:first-child {
  color: white;
  background-color: #017ae3;
  font-size: 18px;
}

.gwinty-tabela > tbody > tr:nth-child(even) {
  color: #333333;
  background-color: rgb(0 30 60 / 12%);
}

.gwinty-tabela > tbody {
  box-shadow: 0 12px 32px 0 rgb(0 30 60 / 12%);
  border: 1px solid rgb(0 30 60 / 12%);
}

h1 {
  margin-top: 50px;
  margin-left: 10%;
  color: #333333;
  border-bottom: 1px solid lightgrey;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: normal;
}

h3 {
    color: black;
    text-shadow: none!important;
}

h1 {
    text-shadow: none!important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .field-search {
    display: none;
  }
  .table-wrapper {
    margin-top: 50px;
    margin: 0;
    width: 100%;
  }
  h1 {
    margin-left: 0;
  }
}
