Hi Clint,
Thank you for your response!
Later that day I inspected the element in the browser and changed the qty box width from 170px to 100px with the following CSS and everything was aligned perfectly.
.quantity {
width: 100px;
}
Thank you for your time.