 .tabulka { border : 1px solid #bbb; border-spacing: 0px;
         /* box-shadow: 0px 0px 1px grey; */
         margin-top : 5px;
        /*  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif; */
		/*  font-family: 'Open Sans';*/
         font-size: 13px;
         color: #333;
		 
		 width :  calc(100% - 0px);
		  
		 }

 .tabulka   tr { height : 35px; }
  
  
 .tabulka   tr:nth-child(even) {
      background: #f6f6f6;
          }

 .tabulka   tr:nth-child(odd) {
      background: #cee3f5;
	  background: #eee;
	  
          }

 .tabulka   tr:nth-child(even):hover {
       background: #e6e6e6;
          }

 .tabulka   tr:nth-child(odd):hover {
       background: #c0d4e5;
	          background: #e6e6e6;
          }	  
		  
 .tabulka   td {margin : 0px; border : 0px solid; padding-left : 4px; padding-right : 4px; border-right : 1px dotted #9dc3ba;
	padding-top : 9px;}

 .tabulka td:last-child {  border-right : 0px; padding : 5px; padding-top : 9px; }

 .tabulka tr th { font-weight: 600; padding : 5px;  padding-top : 9px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

 }

