.set-save-button{
	padding: 5px 50px !important;
	margin: 0 !important;
	margin-left: 10px !important;
	font-weight: bold !important;
	font-size: 11pt !important;
    background: #3276b1 !important;
    color: #FFF !important;
    border-radius: 4px !important;
	text-decoration: none !important;
}

.set-another-goal-button{
	margin-right: 3em;
	background: none !important;
	border: none !important;
	font-size: 13pt !important;
	color: #3276b1 !important;
	text-decoration: underline;
}

.set-another-goal-button:active{
	text-shadow: none !important;
	outline: none;
}

.set-another-goal-button:focus{
	outline: none;
}

.form-item-goal-5-und-0-value-month, 
.form-item-goal-5-und-0-value-day, 
.form-item-goal-5-und-0-value-year,
.form-item-goal-date-und-0-value-day{
	margin: 0px 10px 0px 0px !important;
}

.form-item-goal-5-und-0-value-month > label{
	width: 100% !important;
}

.form-item-track-date-und-0-value-month, 
.form-item-track-date-0-value-day,  
.form-item-track-date-0-value-year,
.form-item-track-date-und-0-value-day{
	margin: 0px 10px 0px 0px !important;
}

.form-item-track-date-und-0-value-month > label{
	width: 100% !important;
}

#block-create-goal-setting-goal-block-unpublished-raw,
#block-create-goal-setting-goal-block{
	padding: .5em 4%;
	background-color: #e1e1e1;
	margin-bottom: 1em;
}

#block-create-goal-setting-goal-block-unpublished-raw h2,
#block-create-goal-setting-goal-block h2{
	margin-top: 0px;
	font-size: 1.3em;
	font-weight: normal;
}

.form-item-goals-und > label{
	width: 100% !important;
}

#goal-5-add-more-wrapper legend,
#track-date-add-more-wrapper legend{
	margin-bottom: .75em;
	font-size: .9em;
	line-height: 1.3;
	font-weight: bold;
	border: none;
}
#goal-5-add-more-wrapper label,
#track-date-add-more-wrapper label {
	width: 100%!important;
}
#track-date-add-more-wrapper > fieldset > div > div > div > div,
#goal-5-add-more-wrapper > fieldset > div > div > div > div{
	padding: 0!important;
}

@media (max-width: 480px){
	.article{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#edit-goal-name-und-0-value{
		width: 100%;
	}
	
	#edit-goal-title-und-0-value{
		width: 100%;
	}
	
	#edit-goal-1-und-0-value{
		width: 100%;
	}
	
	#edit-goal-2-und-0-value{
		width: 100%;
	}
	
	#edit-goal-3-und-0-value{
		width: 100%;
	}
	
	#edit-goal-4-und-0-value{
		width: 100%;
	}
	
	#edit-goal-5-und-0-value{
		width: 100%;
	}
	
	#edit-track-resources-und-0-value{
		width: 100%;
	}
	
	#edit-track-activity-und-0-value{
		width: 100%;
	}
	
	#edit-track-learn-und-0-value{
		width: 100%;
	}
	
	.set-save-button{
		display: table;
		margin: 4em auto 0 !important;
		float: none;
	}
	
	.set-another-goal-button{
		display: table;
		margin: 3em auto 1em !important;
		float: none;
	}
}