/*
.rt-grid-9 div.sprocket-mosaic ul.sprocket-mosaic-container.sprocket-mosaic-columns-3 >li {width: 298px !important;}
*/

.component-content p, .component-content ul, .component-content li, .component-content dd {
  font-size: 14px;
}

table.urnik {
   width: 100%;
   /*font-family: EdmondSansRegular, Helvetica, Arial, sans-serif;*/
font-family: Arial, Helvetica, sans-serif;
}


table.urnik thead {
   font-size: 16px;
   font-weight: 500;
   /* color: white; */

}

table.urnik tbody tr {
   font-size: 14px;
   border-bottom: 1px solid;
   vertical-align: middle;
}

table.urnik tr td  {
   padding: 5px;
}



table.urnik tbody tr td:first-child {
   background-color:#db1e68;
   color: white;
   width: 70px;
}



table.urnik2 {
   width: 100%;
   /*font-family: EdmondSansRegular, Helvetica, Arial, sans-serif;*/
font-family: Arial, Helvetica, sans-serif;
}
table.urnik2 thead {
   font-size: 16px;
   font-weight: 500;
  background-color:#db1e68;
 color: white; 
/* border: 30px solid; */
}
table.urnik2 thead tr td{
   text-align: center;
}
table.urnik2 tbody tr td {
   font-size: 14px;
   border: 1px solid;
   vertical-align: top; 
   padding: 5px;
}
table.urnik2 tbody tr td:first-child {
   background-color:#db1e68;
   color: white;
   width: 100px;
vertical-align: middle;
}
table.urnik2 thead {
  color: white; 
  border: 1px solid;
}


table.tabela1 {
   width: 100%;
   font-family: EdmondSansRegular, Helvetica, Arial, sans-serif;
font-family: Arial, Helvetica, sans-serif;
}


table.tabela1 thead {
   font-size: 16px;
   font-weight: 500;
   border: 1px solid;

}

table.tabela1 tbody tr {
   
   font-size: 14px;
   border: 1px solid;
   vertical-align: middle;
}

table.tabela1 tbody tr:nth-child(odd) {
   background-color: #f2f2f2;
}



table.tabela1 tbody td {
   border: 1px solid ;
}


.jedilnik h2 a {
   font-size: 70%;
}
