/* Random cartoon */
.cartoonscollection_randomcartoon q {
}

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

.cartoonscollection_author { /* author */

}

.cartoonscollection_source { /* source */

}

.cartoonscollection_nextcartoon { /* 'Next cartoon »' link */

}

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

}


/* cartoons page */
blockcartoon.cartoonscollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockcartoon.cartoonscollection q {

}

blockcartoon.cartoonscollection 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 cartoon */

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

