div.session {
	background-color: rgba(255, 255, 255, 0.95);
}

div.content div, table {
    font-size:12pt;
}
div.content h2 {
    color: green;
    font-size:16pt;
}
div.content h3 {
    color: #598CE1;
}


div.meta-tag, div.meta-nontag {
	font-size:10pt;
}

.meta div.length {
	background-color: #EAEAEA;
    color: #396ce1;
}
.meta div.type {
	background-color: #3c94ec;
    color: #ffffff;
}
.meta div.tag {
	background-color: #EAEAEA;
	color: chocolate;
}
div.level-beginner {
	color: white;
	background-color: #88CF88;
}
div.level-intermediate {
	background-color: #82BBFE;
	color: white;
}
div.level-advanced {
	color: white;
	background-color: #ff6666;
}
div.level-everyone {
	color: white;
	background-color: #EFC429;
}
div.speakers {
	background-color: #EAEAEA;
}

div#time {
	font-size: 8pt;
}
