
.jednotliv {
    width: auto;
    position: relative;
    font-weight: 100;
    overflow: hidden;
    float: left;
    margin: auto;
    height: auto;
    padding-right: 30px;
    padding-left: 60px;

  }
  
.jednotliv th  {
    transition: 30px 1s;
    border-radius: 5% 5% 0 0;
    transition-timing-function: ease-in-out;
    font-size: 17px;
    display: inline;
    margin: auto;
    text-align: center;
}
    
  .jednotliv th:hover {
    color: rgb(95, 61, 61);
  }

  @media screen and (max-width: 900px) {
    .jednotliv {position: relative;
      overflow: hidden;
      position: relative;
    }
    }
  