/***************************************************************\
|                      collapseable regions                     |
\***************************************************************/

details:after {
	content: "Click arrow icon to view details. ";
}

details.portfolio:after {
	content: "Click the arrow icon to view examples. ";
}

details[open]:after {
	content: none;
}