body {
	font-size: 16px;
	padding: 0 20px;
	line-height: 1.5;
}

h1, h2, h3 {
	line-height: 1.3;
	margin-bottom: 0;
}

h1 {
	margin-top: .25em;
}

ul, ol, p {
	margin-top: 0;
	margin-bottom: .5em;
}

td {
	vertical-align: top;
}

p.type {
	margin-bottom: 0;
}

p.parent {
	margin-left: .5em;

}

form.activities input {
	float: left;
}

form.activities label {
	display:block;
}

.ajax-choices select {
	display:none;
}

.ajax-choices select.enabled {
	display: block;
} 

select {
	font-size: 14px;
}

select option {
	line-height: 2;
}

table.mappings {
	width: 95%;
	margin: 0 auto;
}

.mappings td, .mappings th {
	border: 1px solid #aaa;
}

.map_list {
	position: relative;
	min-height: 24px;
	padding-left: 20px;
}

.map_list > li {
	background: white;
	list-style-position: inside;
}

.map_list .background {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: -1;
   overflow: hidden;
   padding-left: 20px;
}

.map_list .background p {
	font-style: italic;
}

.map_list .background p:before {
	content:'\00BB';
	padding-right: 10px;
	font-style: normal;
}

li.none {
	list-style: disc;
	font-style: italic;
}