.durst-zipcode-checker-input-zipcode {
	text-align: center !important;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    font-size: 1.1em !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    float: left !important;
    width: calc(50% - 10px) !important;
    box-sizing: border-box !important;
}

.durst-zipcode-checker-submit-button {
	margin-left: 10px;
    text-transform: none;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 5px !important;
    padding: 10px 0px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 1.2em !important;
    width: 50% !important;
}