/** Shopify CDN: Minification failed

Line 17:12 Expected ":"
Line 39:0 Comments in CSS use "/* ... */" instead of "//"
Line 71:0 Unexpected "}"

**/


input[type=submit], a.button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin: 7px;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 1px 1px #9aa5bb, 0 -1px 1px #8e96a5;
	text-shadow 0 -1px 0 rgba(255,255,255,128);
	border: solid 1px #54617D;
	border-color: #484E59 #54617D #4C5C7A #54617D;
	font-size: 12px;
	line-height: 28px;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#92A1BF), color-stop(0.25, #798AAD), color-stop(0.5, #6276A0), color-stop(0.5, #556A97), color-stop(0.75, #566C98), to(#546993));
	color: white;
}

.app-toolbar {
	height: 45px;
	border-bottom: 1px solid #838A9A;
	background-color: #424242;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F1F2F5), color-stop(0.4, #D7DAE0), to(#9498A8));
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	position: relative;
	padding-top: 1px;
}

.app-content {
//	position: absolute;
	left: 0;
	right: 0;
	top: 47px;
	bottom: 0;
	overflow: auto;
}

@media only screen and (orientation: landscape) {
	/* rules for landscape orientation */
	.app-sidebar {
		float: left;
		width: 32%;
		top: 0px;
		bottom: 0px;
	}

	#tea-container {
		width: 65%;
		height: 100%;
	}

	#wheelgame_canvas {
		float: left;
		display: inline-block;
	}

	#selectedvalue {
		border-right: 1px black solid;
		border-bottom: none;
	}
}
}

@media only screen and (orientation: portrait) {
	/* rules for landscape orientation */
	.app-sidebar {
		float: none;
		width: 100%;
		top: 0px;
		bottom: 0px;
		height: 33%;
	}

	#tea-container {
		width: 100%;
		height: 66%;
	}

	#wheelgame_canvas {
		float: none;
		display: inline-block;
	}

	#selectedvalue {
		border-right: none;
		border-bottom: 1px black solid;
	}
}


.app-infopanel {
	width: 32%;
	position: fixed;
	bottom: 0;
}

#selectedvalue {
	padding-left: 1em;
	background-color: white;
	padding-right: 1em;
	height: 100%;
	display: block;
	overflow: scroll;
}

#selectedvalue p {
	text-align: justify;
}

#selectedvalue h3 {
	font-weight: 100;
}

#selectedvalue h3 strong{
	font-weight: 600;
}