@media (min-width:1100px)
{
	.enterkl
	{
	width:calc(100% - 10px);
	margin:5px;
	font-size: 16px;
	}
		.enterform
		{
   	 	width: calc(50% - 2px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 1px 1px 1px;
   		border-radius: 3px 3px 3px 3px;
		}
		
		.klientform
		{
		width: calc(100% - 7px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 1px 1px 1px;
   		border-radius: 3px 3px 3px 3px;
		}
			.klientform b
			{
			font-size:18px;
			}
				.elementb
				{
				width:20%;
				}
}
@media (max-width:1100px)
{
	.enterkl
	{
	width:calc(100% - 10px);
	margin:5px;
	font-size: 16px;
	}
		.enterform
		{
   	 	width: calc(50% - 2px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 1px 1px 1px;
   		border-radius: 3px 3px 3px 3px;
		}
		
		.klientform
		{
		width: calc(100% - 7px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 1px 1px 1px;
   		border-radius: 3px 3px 3px 3px;
		}
			.klientform b
			{
			font-size:18px;
			}
				.elementb
				{
				width:20%;
				}
}
@media (max-width:975px)
{
	.enterkl
	{
	width:calc(100% - 10px);
	margin:5px;
	font-size: 14px;
	}
		.enterform
		{
   	 	width: calc(100% - 2px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 1px 1px 1px;
   		border-radius: 3px 3px 3px 3px;
		}
		
		.klientform
		{
		width: calc(100% - 7px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 1px 1px 1px;
   		border-radius: 3px 3px 3px 3px;
		}
			.klientform b
			{
			font-size:16px;
			}
				.elementb
				{
				width:25%;
				}
}
@media (max-width:599px)
{
	.enterkl
	{
	width:calc(100% - 2px);
	margin:1px;
	font-size: 12px;
	}
		.enterform
		{
   	 	width:100%;
   	 	border: solid 1px #949494;
	  	border-width: 1px 0 1px 0;
   		border-radius: 0;
		}
		
		.klientform
		{
		width:calc(100% - 5px);
   	 	border: solid 1px #949494;
	  	border-width: 1px 0 1px 0;
   		border-radius: 0;
		}
			.klientform b
			{
			font-size:16px;
			}
				.elementb
				{
				width:25%;
				}
}
		.enterkl
		{
		float:left;
		}
			.enterform
			{
			float: left;
			text-align:center;
			}
				.enterform b
				{
				float: left;
				width:100%;
				margin:5px 0 5px 0;
				font-size:22px;
				}
				.info
				{
				float: left;
				width:100%;
				text-align:center;
				}
					.info b
					{
					float: left;
					width:100%;
					font-size:18px;
					}
					input
					{
					width:80%;	
					font-size:18px;
					}
			
			.klientform
			{
			float: left;
			padding-left:5px;
			overflow:hidden;
			white-space:nowrap;
			text-align:left;
			}
				.klientform b
				{
				float: left;
				width:100%;
				margin:5px 0 5px 0;
				}
					.elementb
					{
					float:left;
					font-weight: normal;
					}