.stick ul,li{
  list-style:none;
}
.stick ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stick ul li {
  font-size:0.75rem;
  text-decoration:none;
  color:#000;
 /* background:#ffc;*/
  display:block;
  height:10em;
  width:10em;
  padding:0.6em;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
}

.stick ul li{
  margin:1em;
}

.stick li h3 {
	  font-weight: bold;
  font-size: 1.2rem;	
}

.zuti {
	background:#ffc;
}

.zeleni {
background:#ccf;
}	

details > summary {
  background-color: #f5f5f5;
  cursor: pointer;
  padding: .5rem 1rem;
  margin-top:4px;
}

details > summary > * {
  display: inline;
}

details > div {
  border: 1px solid #f5f5f5;
  margin-top: 0;
  padding: 1rem;
}


.bez {
  align-items: center;
  background: #ce2c6c;
  border: 2px solid #fff;
  border-radius: 99em;
  color: #fff;
  display: flex;
  font-size: 0.77em;
  font-weight: 400;
  height: 1.44em;
  justify-content: center;
  line-height: 1;
  min-width: 1.44em;
  position: relative;
  left: -15px;
top: -12px;
}

