/*
 */


/*
 * The following style is for the profiles. Currently it is
 * duplicated in profiles/style.css, but I'm trying to migrate
 * away from subdirectory stylesheets. If successful, then
 * profiles/style.css can eventually be removed. If unsucessful,
 * the all remaining style here should eventually be removed.
 */

div.profile div.field {
	margin-bottom: 0.75em;
}

div.profile div.field span.field_name {
	font-weight: bold;
	margin-right: 1em;
}

div.profile div.field span.field_value {
}



div.subscription_levels {
}
div.subscription_levels div.group {
	padding-bottom: 0.75em;
	border-bottom: solid 1px;
	margin-bottom: 0.75em;
}
div.subscription_levels div.group div.button {
	font-size: 90%;
	font-weight: bold;
	float: right;
}
div.subscription_levels div.group div.title {
	font-size: 120%;
	font-weight: bold;
}
div.subscription_levels div.group div.cost {
	font-size: 85%;
	font-style: italic;
	padding-left: 1em;
}
div.subscription_levels div.group div.expires {
	font-size: 85%;
	font-style: italic;
	padding-left: 1em;
}
div.subscription_levels div.group div.description {
	margin-top: 0.25em;
	padding-left: 2em;
}
