*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.whas_smaller {
	font-size: smaller !important;
}

.whas_small {
	font-size: small !important;
}

.whas_top {
	margin-top: 15px;
}

.whas_power_slider {
}

.whas_power_span {
	min-width: 250px;
	margin-top: .75em;
	margin-bottom: 1em;
}

.whas_input_slider {
	width: 100%;
	height: 1em;
}

.whas_range_scale {
	min-width: 250px;
	display: block;
	margin-top: .75em;
}

.whas_action table {
	width: auto;
	margin-right: 10px;
}

.whas_action table, td, tr, th {
	border: 0 !important;
	border-spacing: 5px 2px !important;
	vertical-align: top !important;
	padding: 0 !important;
}

.whas_action td {
	padding: 2px !important;
}

.whas_action input {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.whas_action input[type="text"] {
	width: 100%;
}

.whas_action input[type="tel"] {
	width: 100%;
}

.whas_action input[type="email"] {
	width: 100%;
}

.whas_action input[type="submit"] {
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding:12px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-weight: bold;
	border: 0;
	border-radius: 8px;
}

.whas_action input[type="submit"]:hover {
	width: 100%;
	padding:12px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	font-weight: bold;
	border: 0;
	border-radius: 8px;
}

.whas_wrap {
	max-width: 100% !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

.whas_wrap:after {
	content: '';
	clear: both;
}

.whas_wrap label {
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	cursor: pointer;
	box-shadow: inset 0 4px #ccc;

	-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
	transition: all 0.5s;
}

.whas_wrap label i {
	padding: 0;
	margin-right: 0;
}

.whas_wrap label:hover {
	box-shadow: inset 0 4px #3498db;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
