/********************************************************
PRECLEAR - StickCreations.com - updated 3-19-2017
********************************************************/
* {
	position:relative;
	margin:0px;
	padding:0px;
	outline:none;  /*removes ugly outline*/
	-webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; /* stops iphone from resizing copy */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);  /*font weight fix */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
p {	}
b, strong { font-weight:bold;}
i, em { font-style:italic;}
textarea {resize:none;}  /* removes resize option */
img { border:0px;vertical-align:top;} /*vertical fixes ie spacing */
img {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
} /* disable ugly select */ 
form, fieldset, table  { border:0px;}
table {border-collapse: collapse;border-spacing: 0;}
input { box-shadow:none; box-shadow:0px;border-radius: 0;}
sup { font-size:50%!important;font-family:inherit;}
.ui-loader { display:none;}


.noselect {
	 -moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.tiny .hide_tiny { display:none;}
.show_tiny { display:none;}
.tiny .show_tiny { display:block;}
.div-table { display:table;height:100%;width:100%;}
.div-tablecell { display:table-cell;vertical-align:middle;height:100%;width:100%;}
