
	/* Styling for the table container */
	.erd-placeholder-questionmark {
   		border: 2px solid #ddd;
	    display: flex; /* Use flexbox to center the content */
	    justify-content: center; /* Center horizontally */
	    align-items: center; /* Center vertically */
	    /* padding: 10px 13px 10px 13px; */
	    /* width:100%; */
	    /* min-width: 200px; */
	    margin-left:50px;
	    margin-right:50px;
	    min-height: 300px;
	    font-size: 11px;
	    color: #ddd;
	}
	
	
