.full-width img{
    margin:0 auto; width:670px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    margin-left: 0 auto;
    text-align: left;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
}
h1 {
    font-family: Roboto, sans-serif;
    font-size:32px;
    font-weight: Bold 700;
    color: #322384;
}
h2 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #322384
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.zipcode {
    position: relative;
    left: 100px;
    width: 900px;
    border-radius: 5px;
    background-color: #e6e6ff;
    padding: 20px;
}
.labeltxt {
    font-family: Roboto, sans-serif;
    font-size:20px;
    font-weight: 400;
    color: #322384;
}
.odd {
    background-color: #e6e6ff;
}
.error {
    font-size: 12px;
    color: red;
}
.paging-control {
    display: inline-block;
}
