body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
}

.clear {
    clear: both;
}

h3 {
    font-weight: normal;
}

a.download-button {
    display: block;
    text-decoration: none;
    width: 135px;
}

input[type="submit"], a.download-button {
    background: #0779BE;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
}

.header, .content {
    padding: 20px 32px;
    margin: 0 50px;
    background: #fff;
}

.header {
    border-bottom: 10px solid #0779BE;
}

.header .pull-left{
    float: left;
}

.header .pull-right {
    float: right;
}

.content h1 {
    font-weight: normal;
}

.forms {
    border: 1px solid #DDDDDD;
    padding: 0 20px;
}

.forms form.region-row {
    display: block;
    width: 800px;
    margin: 20px auto;
}

.forms form.region-row span.big-bold {
    display: block;
    float: left;
    width: 300px;
    font-size: 22px;
    vertical-align: middle;
}

.forms form.region-row select {
    margin-right: 20px;
}

.forms form.region-row div.regionID,
.forms form.region-row select.regionID {
    width: 260px;
}

.forms form.region-row div.regionID {
    display: inline-block;
    margin-right: 20px;
}

.results h3 {
    margin: 40px 0 10px
}

.results table tbody tr td {
    padding-right: 10px;
}

.results input[type="button"] {
    margin-top: 10px;
}

h3.faq {
    margin-top: 40px;
}

.footer {
    background: #0779BE;
    color: #fff;
    margin: 0 50px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 80px;
}

.footer a, .footer a:visited {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.footer a, .footer span {
    display: inline-block;
}

.footer span {
    margin-right: 30px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer a img {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.method {
    float: right;
    margin: 0 60px 15px 0;
}

.feedback {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.disclaimer {
    margin-top: 20px;
}

h4 {
    margin-bottom: 5px;
}

i.warning {
    display: block;
    max-width: 1000px;
    margin-bottom: 15px;
}
