#activityIntro p
{
	margin-bottom: 10px;
}

#instructions-two
{
	display: none;
}

#button-remove-two
{
	display: none;
}

.hYellow
{
	padding-left: 5px;
	padding-right: 5px;
	background-color:#FFF350 !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);
}

.btn-remove
{
	margin-top: -70px;
    margin-left: 10px;
}

.notes
{
	margin: 20px 0px;
}

.form-control {
    border-radius: 0px;
}

.text-entry {
    height: auto;
    min-height: 10em;
	font-size: 16px;
}

#screenTwo
{
	display: none;
}