* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust:none;
}

h3{
  font-size: 14px;  
}

:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

img a {outline : none;}

img {
	border: none;
}

table {
	border: none;
	empty-cells: show;
}

th,td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.table {
	display: table;
	border: none;
	empty-cells: show;
}
.thead {
	display: table-header-group;
}
.tfooter {
	display: table-footer-group;
}
.tbody {
	display: table-row-group;
}
.tr {
	display: table-row;
}
.td, .th {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	display: table-cell;
}

.clear {
	clear:both;
}

.buttons {
	cursor: pointer;
}

body {
	min-width: 280px;
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Helvetica Neue', 'Microsoft JhengHei', 'Arial', sans-serif;
	position: relative;
}

html, body {
	height: auto;
}

a {
	outline:0 none;
	border:none;
	text-decoration:none;
}

* :focus { outline: 0; }

a:hover {
	border:none;
	text-decoration:none;
}
.clear {
	width:100%;
	clear:both;
}
::selection {
	background-color: rgba(0,161,228, 0.85);
	color:#fff;
}