::selection {
	background-color: #c3c3c3;
	color: #323232;
}
* {
	margin: 0;
	padding: 0;
	/* NOT showing highlight when using click */
	-webkit-tap-highlight-color: transparent;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #eee;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input,textarea {
	border: none;
}
input:focus,textarea:focus {
	outline: none;
}
.hidden {
	display: none !important;
}
.ts-button,.ts-target,.ts-hover{
}
.ts-hover-button {
	background-color: #f3f3f3 !important;
}
.hairline {
	height: 1px;
	background-color: #ddd;
	-webkit-transform: scaleY(0.5);
}