.input-field {
    position: relative;
    display: table;
    border-collapse: separate;
	margin:0 0 20px 0;
	width: 100%;
}
.input-field-addon {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
	min-width: 30px;
}

h1.main-heading {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.2;
}