@media print {

	penToolOptions
	{
		visibility: visible;
	}
}

h3
{
	font-family: 'Courgette', cursive;
}

#activityIntro p
{
	margin-bottom: 20px;
}

.yellowKey
{
	background-color:#FFF350 !important;
}

.greenKey
{
	background-color:#35cc94 !important;
}

.redKey
{
	background-color:#cc3535 !important;
}

.blueKey
{
	background-color:#357acc !important;
}

.yellowKey, .greenKey, .redKey, .blueKey
{
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
}

.hGreen, .hBlue, .hYellow, .hRed
{
	padding-left: 5px;
	padding-right: 5px;
}

.hGreen
{
	background-color:#35cc94 !important;
}

.hBlue
{
	background-color:#357acc !important;
}

.hYellow
{
	background-color:#FFF350 !important;
}

.hRed
{
	background-color:#cc3535 !important;
}

.color-picker.noScroll {
	position:fixed;
	top:0px;
	z-index:9000;
}

.color-picker
{
	display: block;
	margin-bottom: 20px;
}

.color-picker .colourPalette{
	border-radius:100%;
	width:40px;
	height:40px;
	display:inline-block;
	cursor:pointer;
	margin:4px;
	margin-bottom: 20px;
}

.color-picker .colourPalette.selected {
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.5);
}

.text
{
	margin-bottom: 20px;
}

.content
{
	padding: 20px;
	background-color: #f2f8ff;
}