#mainContent
		{
			margin: 0.625rem 1.25rem;
		}
		#mainContent h1
		{
			text-align: center;
			color:black;
			margin: 0.625rem auto;
			
		}
		#mainContent h2
		{
			color: blue;
			font-size: 1.5rem;
		}
		
		#mainContent p
		{
			font-size: 1rem;
		}
		#mainContent tr
		{
			text-align: center;
			font-size: 1rem;
		}
		#prodetail
		{
			display: flex;
			flex-flow: row nowrap;
		}
		#mainContent th
		{
			background-color: steelblue;
			/* width: 80px; */
		}
		#productapplictaion
		{
			margin-left: 18.75rem;
		}
		.even
		{
			background-color: #fff38f;
		}
		.odd 
		{
			background-color: #fffffe;
		}
		.focus
		{
			background-color: #a172ac;
		}