.addAnotherContainer input {
	height: 44px;
}

.addAnotherContainer .addAnotherFieldButton {
	float: right;
	/* position: absolute; */
	min-width: 140px;
	right: -150px;
	top: 0px;
	margin-top: -44px;
	/* line-height: 15px; */
}

@media only screen and (max-device-width: 900px) , only screen and (max-width: 900px) {

	.addAnotherContainer {
		width: 100%;
	}

	.addAnotherContainer input {
		display: block;
		min-width: 100%;
		position: static;
	}

	.addAnotherContainer .addAnotherFieldButton {
		float: none;
		min-width: 100%;
		position: static;
		margin-top: 10px;
		display: block;
		margin-bottom: 0em;
	}
}
