/* Random goal */
.lifelist_randomgoal q {
}

.lifelist_randomgoal cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
}

.lifelist_author { /* author */
	font-style:normal;
}

.lifelist_source { /* source */

}

.lifelist_nextgoal { /* 'Next Goal »' link */

}

.lifelist_nextgoal a { /* use this if you want to change, for example, the color of the 'Next Goal »' link */

}


/* Goals page */
blockgoal.lifelist {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockgoal.lifelist q {

}

blockgoal.lifelist cite {
	display:inline;	
	font-size:0.83em;
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/
