div.signups.hidden {
	display: none;
}

div#notes {
	whitespace: pre-wrap;
	margin: 1em 0;
}

h4.when {
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	padding-top: 1em;
	margin-top: 1em;
}

h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	color: #666;
	margin: 5px 0 10px 0;
}

h5.info {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("./icons/information.png");
	min-height: 16px;
}

h5.info.both {
	background-image: url("./icons/tick.png");
}

ul#sessions, ul#sessions li {
	list-style: none;
	padding: 0;
	margin: 0;
}

p.description {
	margin: 0 0 5px 0;
}

p.host {
	margin: 0 0 5px 0;
}

div.notes {
	margin: 5px 0;
}

div.signups p.bold {
	font-weight: bold;
}

div.signups ul {
	list-style: none !important;
	border-top: none;
	margin: 0; padding: 0 0 8px 0;
}

div.signups ul li {
	margin: 0; padding: 4px 10px 4px 30px;
	line-height: 1.15em;
}

div.signups ul a {
	/* 1/0.85em */
	font-size: 1.176470588em;
	display: block;
	margin-left: -20px;
	padding: 5px 0px 5px 20px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url("https://pssweb.manchester.ac.uk/includes/images/icons/linkbullet.png");
	line-height: 1.4em;
}

ul#tags {
	list-style: none;
	padding: 0;
	padding-left: 5px;
}

ul#tags li a {
	background: url("./icons/star.png") no-repeat center left;
	font-size: 0.85em;
	padding-left: 24px;
}

h4 {
	clear: both;
}

