.text-style-label {
	font-style: italic;
	color: #777;
	text-shadow: 0px 0px 1px #FFF;
}

.text-style-value {
	font-style: normal;
	color: #333;
	text-shadow: 0px 0px 1px #FFF;
}

.text-style-caption {
	font-style: normal;
	color: #777;
	text-shadow: 0px 0px 1px #FFF;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.text-align-top {
	vertical-align: top;
}

.text-align-middle {
	vertical-align: middle;
}

.text-align-bottom {
	vertical-align: bottom;
}

.text-size-tiny {
	font-size: 9px;
}

.text-size-small {
	font-size: 12px;
}

.text-size-medium {
	font-size: 16px;
}

.text-size-large {
	font-size: 19px;
}

.text-size-huge {
	font-size: 24px;
}

.gap-left-small {
	margin-left: 3px;
}

.gap-left-medium {
	margin-left: 7px;
}

.gap-left-large {
	margin-left: 15px;
}

.gap-right-small {
	margin-right: 3px;
}

.gap-right-medium {
	margin-right: 7px;
}

.gap-right-large {
	margin-right: 15px;
}

.gap-top-small {
	margin-top: 3px;
}

.gap-top-medium {
	margin-top: 7px;
}

.gap-top-large {
	margin-top: 15px;
}

.gap-bottom-small {
	margin-bottom: 3px;
}

.gap-bottom-medium {
	margin-bottom: 7px;
}

.gap-bottom-large {
	margin-bottom: 15px;
}

.opacity-none {
	opacity: 0;
}

.opacity-low {
	opacity: 0.25;
}

.opacity-medium {
	opacity: 0.5;
}

.opacity-high {
	opacity: 0.75;
}

.opacity-full {
	opacity: 1;
}

.mouseover-background-dark {
	background: rgba(0, 0, 0, 0.0);
	transition: background 0.5s;
}

.mouseover-background-dark:HOVER {
	background: rgba(0, 0, 0, 0.15);
}

.mouseover-background-light {
	background: rgba(0, 0, 0, 0.0);
	transition: background 0.5s;
}

.mouseover-background-light:HOVER {
	background: rgba(255, 255, 255, 0.25);
}

.mouseover-border {
	border: 1px solid rgba(0, 0, 0, 0.0);
	border-radius: 4px;
	transition: border 0.5s;
}

.mouseover-border:HOVER {
	border: 1px solid #777;
}

.mouseover-dark {
	background: rgba(0, 0, 0, 0.0);
	border: 1px solid rgba(0, 0, 0, 0.0);
	border-radius: 4px;
	transition: background 0.5s, border 0.5s;
}

.mouseover-dark:HOVER {
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid #777;
}

.mouseover-light {
	background: rgba(0, 0, 0, 0.0);
	border: 1px solid rgba(0, 0, 0, 0.0);
	border-radius: 4px;
	transition: background 0.5s, border 0.5s;
}

.mouseover-light:HOVER {
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid #777;
}

.selectable {
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.solid-block {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: default;
}

.flexed {
	display: flex;
}

.hb-text-layer {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: inherit;
	height: inherit;
}
