input[type='button'].button-mobile {
	background-color: #4acbd6;
	border-radius: 0.4rem;
	border: none;
	height: 2.6rem;
	padding: 0 1rem 0 1rem;
	color: #ffffff;
	min-width: 100px;
	font-size: 1rem;
	outline: none;
}
input[type='button'].button-mobile.add-button {
    border-radius: 1.3rem;
}

input[type='button'].button-mobile:disabled {
	background-color: #b2b2b2;
}