.model-content {
	padding: 20px;
	width: 100%;
	height: calc( 100% - 40px - 40px );
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;	
 }
	.model-row {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	 }
		.model-row-label {
			margin-right: 5px;
			min-width: 120px;
			max-width: 120px;
			box-sizing: border-box;
			text-align: right;
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
			align-items: flex-start;			
		 }
		 	.model-row-label>i {
		  		margin-left: 3px; 
		  		color: #2C36F6EE; 
		  		text-shadow: 1px 1px 2px #565151E5;
		  	 }			 
		.model-row-data {
			box-sizing: border-box;
			min-width: calc( 100% - 120px );
			max-width: calc( 100% - 120px );
			text-align: left;
			font-weight: bolder;
		 }
		.model-row-data-main {
			font-size: 16px; 
			font-weight: bolder; 
			text-shadow: 2px 2px 2px #60606060; 
			color: #000080;"
		 }
		.model-row-data:focus {
			background-color: #FFFFA8D4;
			color: #5F0606D2;
			font-weight: bolder;
		 }