#elementor-popup-modal-10420{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-10420 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-10420 .dialog-close-button{display:flex;}#elementor-popup-modal-10420 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-c67126a */table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: right; 
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		visibility: hidden;
		display: none;
		
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-right: 25%; 
		
	}
	
	td:after { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		right:  -1px;
		width: 45%; 
		padding-left: 40px; 
		white-space: nowrap;
		text-align: right;
		font-weight: bold;
		
		
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):after { content: "שם :"; }
	td:nth-of-type(2):after { content: "תפקיד:"; }
	td:nth-of-type(3):after { content: " טלפון:"; }
	td:nth-of-type(4):after { content: "מייל: "; }

	
}/* End custom CSS */