/* position footer button on right like the header */
.ui-footer .ui-btn-right {
	position: absolute; 
	right: 10px; 
}

/* make the text in listviews wrap */
p.ui-li-desc, .ui-li .ui-btn-text a.ui-link-inherit { 
	white-space: normal;
}

/* hide input label off-screen */
label {
	position: absolute;
	left: -900px;
}

input[type=text] {
	width: 97%;
}

input.default-txt {
	font-style: italic;
	color: gray;
}

ul#history {
	margin-bottom: 2em;
}

div#news div h1 {
	font-size: 1.5em;
	margin: 0.83em 0px;
}
