/* mobile base css file */

/* core */

body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul, ol {
	margin: 0;
}

p {
	margin: 2px 0;
}

ul, ol {
	list-style-type: none;
	padding: 0 0 5px;
}

label {
	display: block;
}

.content, .header div {
	padding: 5px;
}

div.menu ul {
	padding: 0;
	margin: 0;
}
div.menu ul li {
	float: left;
	margin-right: 5px;
}

.legend_label {
	float: left;
	clear: both;
}

.legend_list_item {
	margin: 10px 0;
}

.legend_details {
	clear: both;
}

.legend_list {
	margin: 10px 0;
}

.legend_label span,
.legend_label img {
	line-height: 25px;
	height: 25px;
	float: left;
	margin: 0 3px;
}

.legend_details li.title a,
.legend_details li.title div.star-box,
.legend_details li.title span {
	float: left;
	margin-right: 3px;
}

.legend_details li.title div.star-box {
	position: relative;
	top: -2px;
}

button.star {
	width: 16px;
	height: 16px;
	display: inline;
	border: none;
	cursor: pointer; 
	vertical-align: middle;
}

.category-sub-header {
	list-style-type: disc !important;
	margin: 0 20px;
}

span.title {
	display: block;
	padding: 3px;
	margin: 3px 0;
}

.footer li {
	float: left;
	padding: 2px 3px;
}

.plan-title {
	font-weight: bold;
	padding-top: 10px;
}

a.expand-collapse-link {
	text-decoration: none;
}