#speedOutput, #timeOutput {
	min-height: 70px;
}

#timeOutput {
	padding-bottom: 40px;
}

.uk-button-primary {
	background-image: linear-gradient(to right, #fc5cec 0%, #A583F4  51%, #fc5cec  100%) !important;
	background-size: 200% auto !important;
	transition: 0.5s !important;
	color: white !important;
}
 
.uk-button-primary:hover {
	background-position: right center !important; /* change the direction of the change here */
}

#btnSpeedKB, #btnSizeKB, #btnSpeedMB, #btnSpeedGB, #btnSpeedTB {
	text-transform: none !important;
}

#clearSpeedIcon, #clearSizeIcon {
	margin-top: 10px;
	margin-right: 8px;
}

#mainForm {
	margin-top: -30px;
}

h1, legend {
	font-weight: bold !important;
	background: -webkit-linear-gradient(-45deg, #fc5cec, #44AFFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.uk-button {
	padding: 0 16px !important;
}

legend {
	margin-bottom: -14px;
}

@media only screen and (max-width: 600px) {
	body, html {
	  background-color: rgb(255, 255, 255) !important;
	  padding: 0 !important;
	}
}

@media only screen and (min-width: 601px) {
	body, html {
	  background-color: rgb(244, 244, 244) !important;
	  padding: 30px !important;
	}

	#containerMain {
		border: 1px solid rgb(213, 213, 213);
		max-width: 1000px;
	}
}

