.green-box {
	line-height: 1.25em;
	top: 2%;
	left: 9%;
	width: 82%;
	z-index: 0;
}

#pledge-type {
	padding: 5px 0;
	width: 206px;
	display: inline-block;
	font-size: 1.1em;
}

.neighborhood-container {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
	margin: auto;
}

.sticker {
	z-index: 2;
}

.selection-textbox {
	padding: 0;
}

#answer {
	top: 0%;
	left: 0%;
	height: 100%!important;
	width: 100%!important;
	z-index: 2;
	background: url("../images/draw-your-solutions/answer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#drawing-area {
	position: absolute;
    top: 14%;
    width: 74.3%;
    height: 56%;
    left: 12.7%;
}

.neighborhood-schoolbuildingreflectiveroof,.neighborhood-flood, .neighborhood-streetbikelane, .neighborhood-streettreetwo, .neighborhood-streettree, .neighborhood-streettreethree, .neighborhood-busstop, .neighborhood-noidlingsign, .neighborhood-roofgarden, .neighborhood-rainbarrel {
	visibility: hidden;
}

.neighborhood {
    width: 100%;
	height: 100%;
}

#drawing-board {
	z-index: 3;
    position: absolute;
    top: 0;
}
/* ---- Overrides ---- */
.drawing-holder {     top: 14%;
    background: none; }
