/* Move down content because we have a fixed navbar that is 50px tall */
/*body {*/
    /*padding-top: 100px;*/
    /*padding-bottom: 20px;*/
/*}*/


.colorpicker {
	z-index: 100 !important;
	padding: 0px !important;
	margin-top: 0px !important;
}

.colorpicker:before {
	display: none !important;
}

.color-block {
	cursor: pointer;
	width: 34px;
	height: 30px;
}

.form-container {
	padding: 15px;
	margin: 10px 0;
	background-color: #ddd;
	border-radius: 10px;
}

.image-first, .finish-first, .icon-first {
	border-color: #d9534f;
}


img.finish-image {
	width: 50px;
	height: 50px;
}

.mb {
	margin-bottom: 5px;
}
