/* handheld.css */

body {
    background-color: white;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    margin: 0px;
}

a:link, a:visited {
    color: black;
    -webkit-tap-highlight-color:black;
    text-decoration: none;
}

#content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

#masthead h1 {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: wheat;
}

#footer {
    text-align: center;
    font-size: 10px;
}

#login-form {
    -webkit-text-size-adjust: 120%;
    text-align: center;
    width: 90%;
}

#data-entry {
    -webkit-text-size-adjust: 150%;
}

#users {
    -webkit-text-size-adjust: 150%;
}

#audit-form {
    -webkit-text-size-adjust: 75%;
}

#audit-form-user {
    -webkit-text-size-adjust: 150%;
    border-bottom: 1px solid;
}

#audit-form-input {
    -webkit-text-size-adjust: 300%;
    border-bottom: 1px solid;
}
