
.topFlex {
  display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: flex-start;
}


.animated {

  color: #3ac47d;
  padding: 0;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  50% {opacity: 0.5;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}



.tabela_oplat {
	/* display: -webkit-flex;
	display: flex;
	justify-content: space-around; */
	margin: 0;
  padding: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;

}

.tabela_oplat li {
  list-style-type: none;
  box-sizing: border-box;
	/* width: calc(100% / 6); */
	margin: 0;
  padding: 0;
	text-align: left;
	flex: 1 0 auto;
	height: auto;
	position: relative;
  border-right: 1px solid #e9ecef;
}

.tabela_oplat li:last-child { 
  border-right: 0;
}

.listed {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listed li {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 10px;
  border-right: 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 11px;
}

.listed li:last-child { 
  border-bottom: 0;
}

 .zalaczniki input {

  width: 1.5rem;
  height: 1.5rem;
}

a.rxc { color:#495057; }