@media screen and (min-width : 640px) {
	.header-panel {
		background-color: #50cbc5;
	}
	.hideonlargescreen {
		display: none !important;
	}
	.label-text {
		display: block;
		text-align: right;
	}
}