
@media
{


	input
	{
		border: none;
		width: 5vw;
		background: white;
		width: 30vw;
		text-align: left;
	}

	img.checkbutton 
	{
		width: 2vw;
	}
	@keyframes blink 
	{
		50% { opacity: 0; }
	}

	.blink 
	{
		animation: blink 1s infinite;
	}
	#Busy_Box
	{
		display: flex;
		flex-direction: column;
	}
	#setTarget_BigBox, .setTarget_smallBox
	{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1vw;
		flex-wrap: wrap;
	}

	#target_07
	{
	
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 6vw;
		
	}
}


/* 1400 px *******************************************************************************************************/
@media (max-width: 1400px)
{


	img.checkbutton
	{
		width: 3vw;
	}

	#Busy_Box
	{
		width: 100%;
		justify-content: flex-start;
	}
}





	
	
/* 800 px *******************************************************************************************************/
@media (max-width: 800px)
{

	input
	{
		width: 65vw;
	}
	img.checkbutton
	{
		width: 10vw;
	}
	#setTarget_BigBox
	{
		flex-direction: column;
		align-items: flex-start;
		width: 80vw;
	}
	#timeform
	{
		flex-direction: column;
		align-items: flex-start;
		width: 80vw;
	}
	.setTarget_smallBox
	{
		width: 100%;	
		gap: 5vw;
	}

	#target_07
	{
		padding-top: 10vw;
	}
}