
/* Es Web Responsive CSS Document */

@media only screen and (max-width: 767px) {
	
 body {
 
	background-image: none;
 
}
 

table, thead, tbody, th, td, tr { display: block; }

th, td, tr { width: auto;}

th, td, tr { height: auto;}

th, td, tr { text-align:center;}

td, th { padding:3px;  }


 table[class=Zovde] {  
 width:340px !important;  
 height: auto;
 margin: 0 0 0 0px;  
 background-color:#; 
 padding:0px;
 
 } 
 
table[class=Govde] {  
 width:320px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 background-color:#; 
 padding:0px;
 
 } 
 
.go{ display:none;  
	 }
	 
 }