div.ui-content{
	padding:0;
}
div.intro{
	line-height:2;
	padding:16px;
	background-color:#009688;
	color:#FFFFFF;
	font-size:0.9em;
	box-shadow:0 4px 4px #ddd;
}
div.content{
	padding:16px;
}
div.finishControls{
	display:none;
}
table.menuTable{
	width:100%;
}
div.menuTable.ending{
	display:none;
	background-color:#B2DFDB;
}
table.menuTable tr{
	cursor:pointer;
}
table.menuTable td > div{
	margin: 10px 3%;
}
td.itemNumber{
	font-family: 'Roboto Condensed', sans-serif;
	color:#00695C;
	text-shadow:none;
}
td.itemNumber > div{
	height:30px;
	width:30px;
	background-color: #B2DFDB;
	vertical-align: center;
	text-align: center;
	line-height: 30px;
	border-radius:100%;
}

div.heading{
	font-weight: bold;
}
img.topicIcon{
	margin: 0px 5px;
	height: 45px;
	width: 45px;
}
div.finishControls{
}
div.instruction{
	color:#00695C;
	font-weight:bold;
}
div.intro textarea{
	width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}