/* profile */
div.place {
	margin: 15px 0;
}

div.place div.title {
	font-size: 1.2em;
	font-weight: bold;
}

div.place div.body {
	margin-top: 15px;
}
/* profile */

/* list */
div.places_list {
	margin: 15px 0;
}

div.places_list div.title {
	margin-bottom: 5px;
	font-weight: bold;
}

div.places_list div.places {
	overflow: auto;
	height: 200px;
	padding: 5px;
	background: #EEE;
}

div.places_list div.places div.place {
	margin: 3px 0;
}

div.places_list div.places div.place span.name {
	font-weight: bold;
}
/* list */

/* EasyUpdater list */
table.places_admin_list {
	width: 100%;
}

table.places_admin_list tr th, table.places_admin_list tr td {
	padding: 3px 10px;
	vertical-align: top;
	text-align: left;
}

table.places_admin_list tr.alternate th, table.places_admin_list tr.alternate td {
	background-color: #DDD;
}

table.places_admin_list tr th.name, table.places_admin_list tr td.name {
	width: 55%;
	text-align: left;
}

table.places_admin_list tr th.target, table.places_admin_list tr td.target {
	width: 35%;
	text-align: left;
}

table.places_admin_list tr th.link, table.places_admin_list tr td.link {
	width: 10%;
	text-align: right;
}
/* EasyUpdater list */