/*#masthead{
   display:none;
}*/

#masthead{			/*šířka hlavičky*/
  margin-top: -2; 
  height:40px !Important;
}

.search-toggle {		/*šířka vyhledávání*/
  height:48px !Important;
  width:48px !Important;
           
}

.search-toggle:before {			/*vycentrování nadpisu*/
    
  margin-top: 12px;     
}

.site-title {			/*vycentrování nadpisu*/
    
  margin-top: -2px;     
}

.content-area{			/*Posunutí článků více nahoru*/
    
  padding-top: 22px !important;     
}

.search-box {			/*aktivní vyhledávání vpravo*/
    
  margin-top: -48px;
  margin-left: 465px;
  width:250px;
  
}

.widget_nav_menu {
  border-bottom: 1px dotted rgba(255, 255, 255, 2.2);
  font-size: 12px;
  margin: 8px 0;
}

.widget_nav_menu ul {
  list-style: none outside none;
  margin:-10px 20px 20px;
}

.widget_nav_menu li {
  border-top: 1px dotted rgba(255, 255, 255, 2.2) !important;
  margin: 0px -5px;
  position: relative;
  padding-bottom: 0 !important;
}

/* Tabulky v článcích bez ohraničení */
#content table {
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 1em;
	border: solid 0px #ccc;
}

#content table tr th {
	padding: 5px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #f0f0f0;
	border: solid 0px #ccc;
}

#content table tr td {
	padding: 5px 5px;
	border: solid 0px #ccc;
}

li {
	margin-left: 25px;
	
}

.widget_nav_menu a {
  padding: 8px 10px !important;
  color: #fff;
  display: block;
  text-transform: uppercase;
}


/* Media Queries */
@media screen and (min-width: 1008px) {
  .widget_nav_menu {
    font-size: 11px;
    margin: 0px -30px -8px;
    width: 182px;
  }
	
  .widget_nav_menu .widget-title {
    margin: 20px 20px 10px 10px !important;
    padding: 0px 5px;
    border-bottom: 1px dotted rgba(0, 159, 227, 2.2) !important;
  }

  .widget_nav_menu li {
    border-bottom: 1px dotted rgba(0, 159, 227, 2.2);
    padding: -20px -20px -20px;
    position: relative;
  }
	
  .widget_nav_menu a {
    padding: 0px 0px;
  }
	
  .widget_nav_menu li:hover > a,  
  .widget_nav_menu li.focus > a {
    background-color: #009fe3;
    color: #fff;
  }

@media screen and (min-width: 1080px) {
  .widget_nav_menu {
    width: 190px;
  }
    
 .tablepress-id-2 tbody td {
	font-size: 11px;
	
}
    
  .tablepress-id-2 th {
	font-size: 11px;
	
}
    
    .tablepress-id-3 tbody td {
	font-size: 11px;
	
}
    
  .tablepress-id-3 th {
	font-size: 11px;
	
}
    
}