body { 
    margin: 0px; 
    padding: 0px; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a { 
    color: dodgerblue !important;
}
a:visited { 
    color: dodgerblue;
}

main { 
    width: 90%; 
    max-width: 800px; 
    margin: 0 auto;
}

h1, h2, h3 { 
    color: indianred;
}
table { 
    border-collapse: collapse;
}

td { 
    padding: 10px;
}

input, select { 
    padding: 5px;
}

td.notes { 
    padding: 0px;
    padding-bottom: 10px;
    padding-left:10px;
    color: gray; 
    font-size: 0.8em;
    line-height: 1.2rem;
}
td .long { 
    width: 400px;
}
.label { 
    text-align: right;
    font-weight: 700;
}
.button { 
    background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
    transition: transform 0.5s; 
    text-decoration: none;
    color: #fff !important;
    margin-right: 10px;

}


table.display { 
    width: 100%;
    font-size: 0.9rem;
}
.display td { 
    border: solid 1px #eee;
}
.cancel { 
    background: lightgray;
    color: #000 !important;
}