@media print
{
	.color-picker
	{
		display: none;
	}
}

#activityIntro p
{
	margin-bottom: 20px;
}

.well
{
	background: none;
	border: none;
	border-radius: 0px;
}

.yellowKey, .greenKey, .redKey, .blueKey, .pinkKey, .purpleKey, .turquoiseKey, .orangeKey
{
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
}

.hGreen, .hBlue, .hYellow, .hRed, .hPink, .hPurple, .hTurquoise, .hOrange
{
	padding-left: 5px;
	padding-right: 5px;
}

.hGreen, .greenKey
{
	background-color:#35cc94 !important;
}

.hBlue, .blueKey
{
	background-color:#357acc !important;
}

.hYellow, .yellowKey
{
	background-color:#FFF350 !important;
}

.hRed, .redKey
{
	background-color:#cc3535 !important;
}

.hPink, .pinkKey
{
	background-color: #cc3597 !important;
}

.hOrange, .orangeKey
{
	background-color: #cc6635 !important;
}

.hTurquoise, .turquoiseKey
{
	background-color: #35becc !important;
}

.hPurple, .purpleKey
{
	background-color: #a035cc !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;
}