html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: white;
	font-style: normal;
	overflow: hidden;
}

/*Mini framework CSS for Mobile*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatCenter {
	text-align: center;
}
.floatCenter > div {
	margin-left: auto;
	margin-right: auto;
}
.margin4 {
	margin: 4px;
}
.margin8 {
	margin: 8px;
}
.margin12 {
	margin: 12px;
}
.margin20 {
	margin: 20px 0px 20px 0px;
}

.clearFix:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.xsSize {
	width: 60px;
}
.sSize {
	width: 180px;
}
.mSize {
	width: 300px;
}
.lSize {
	width: 480px;
}
.matchParent {
	width: 100%;
}
.textJustify {
	text-align: justify;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.scrollable {
	-webkit-overflow-scrolling: touch;
	overflow-y:scroll;
}
.bold {
	font-weight: 600;
}
.textCenter {
	text-align: center;
}

a {
	text-decoration: none;
}

/*Define Layout*/

#viewPort {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
	width:100%;
	height: 100%;
	min-width: 320px;
	min-height: 280px;
}

.viewState {
	float: left;
	position: relative;
	top:0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

.content {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: left;
}
.row {
	padding: 8px;
}


a {
	text-decoration: none;
}


p {
	line-height: 1.5em;
	font-size: 0.875em;
	font-weight: 100;
	padding: 8px;
	word-break: break-all;
}

h1 {

	font-size: 2em;
	font-weight: 100;
}
h2 {
    font-size: 1em;
    font-weight: 200;
	line-height: 1.2em;
}
h3 {
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.2em;
	text-transform:uppercase;
}

ul.listCircle {
	font-size: 0.875em;
	font-weight: 300;
	list-style: circle;
	line-height: 1.2em;
	padding: 8px 8px 8px 25px;
}
ul.listCircle li {
	margin-bottom: 1.5em;
}

/*input components*/
input[type=text] {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: left;
	margin-top: -8px;
	padding: 0px 8px 0px 8px;
	font-size: 1em;
	font-weight: 200;
	letter-spacing:1px;
}

input[type=text]:-moz-placeholder {
	text-align: center;
	font-size: 0.875em;
}
/*buttons*/
.btnText {
	display: block;
	height: 40px;
	line-height: 40px;
	min-width: 60px;
	padding: 0px 10px 0px 10px;
	margin: 10px auto 5px auto;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: 300;
	max-width: 310px;
	border: none;
}