.margin-top-20 {
	margin-top: 20px;
}
.full-width {
	width: 90%;
}
.note {
	display: block;
	width: 80%;
	margin: 0px auto;
}
.text-vertical-middle {
	margin: 50% auto;
}
#map {
	min-height: 500px;
}
.status {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-top: 5px;
}
.done {
	background: green;
}
.pending {
	background: red;
}
.ui-listview>.ui-li-static,
.ui-listview>.ui-li-divider,
.ui-listview>li>a.ui-btn {
	white-space: normal;
}
