.popupBtn{
	min-width: 75px;
}

@media only screen and (max-width : 600px){
	.input-group-addon:first-child {
		width: 100%;
		display: table;
		white-space: initial;
		line-height: 25px;
	}
}