
/* CSS Document */
.ubytline {		
 
/*max-width:1vw;*/
overflow: hidden;
width: 100%;
display: flex;
background-color: rgba(9, 9, 9, 0.4);
  padding: 10px 0;
}


.ubytline .inn {		
 
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  }

.rozkl_nadpis a.rozkl_titul {
  max-width: 505px;
  width: auto;
}

