@media screen and (max-width : 640px) {
	.header-panel {
		background-color: #50cbc5;
		height: 63px;
	}
	.hideonsmallscreen {
		display: none !important;
	}
	.label-text {
		display: block;
		text-align: left;
	}
}