	
	.license_key_template_table {
	  table-layout: fixed;
	  padding-right:0.8rem;
	  padding-left:0.8rem;
	}

	table.shop_table_responsive th,table.shop_table_responsive tr {

		text-align:center !important;
	}

	.product-code{

		width:100%;
		text-align:center;
		display:none;

	}
	.mookey{

		justify-content: flex-start;
		height:10%;
		width:45%;
		padding:0.3rem;
		font-weight:600;

	}
	/*#272932 ,1D3557*/
	.key-container{
		width:100%;
		border-radius:5px;
		display: flex;
		flex-wrap: wrap;	
		padding:0.8rem;
		justify-content: space-between;
		background-color:#272932;
		color:white;
		font-family:Titillium Web;
	}
	.key-container > p {
		display:flex;
		align-items: center;
		justify-content: center;
	}
	.copyright-text{
		justify-content: flex-end;
		height:10%;
		width:100%;
		align-content: flex-end;
		display:flex;
		padding:0.3rem;

	}
	.serial-key-wrapper{
		width:100%;
		padding:0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		
	}
	.serial-key{
		background-color:white;
		width:100%;
		border-radius:10px;
		color:black;	
		text-align:center;
		display:none;

	}
	.serial-key-wrapper button{
		border:none;
		background-color:#3E8989;
		color:white;
		border-radius:20px;
		font-weight:bold;
	}
	.fab{
		font-weight: 100;
	}

/*	 
	@media (max-width: 350px) {
		
		table{
			background-color:yellow !important;
		}
		th,tr{
			
			display:block;
			table-layout:auto;
		}
*/
	}