h1 {
    color: #005FA4;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
    padding: 0 0 10px;
    position: relative;
}

form, fieldset {
    position: relative;
}

table {
    background-color: #FFFFFF;
    border-collapse: separate;
    border: 0 none;
    border-spacing: 1px;
    margin: 0 auto;
    width: 100%;
}

table, table td, table th {
    position: relative;
    top: 0;
    vertical-align: top;
}

form table tr {
    background: none repeat scroll 0 0 transparent !important;
}

form table tbody td {
    border: medium none;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 20px;
    text-align: left;
}

table tbody tr td {
    background-color: #EBEBEB;
}

caption, th, td {
    font-weight: 400;
}

.hide {
    display: none !important;
    visibility: hidden !important;
}

#count input {
    background-color: #005DAA;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    margin-left: -2px;
    text-transform: uppercase;
    width: 55%;
}

#count input:hover {
    background: none no-repeat scroll 0 0 #8096A6;
}

#results {
    margin-top: 20px;
}