html * { font-size:1em; font-family: "Copse";} 
h1 { 
    font-size:4em; text-align: center; font-family: "Copse";
    ////color: #88a5a1;
} 
button  { 
    font-size:1em; 
    ////background-color: #88a5a1;
} 
input  { font-size:1em; } 
#tztable{
    margin: auto;
    font-size: 3.5em;
}
#centerdiv {
    top: 50%;
    left: 50%;
    width:90%;
    max-width: 960px;
    margin: auto;

    border:1px solid #ccc;
    background-color: #f3f3f3;
    text-align: center;
    padding: 1em;
}
#curdate {
    font-size:1.3em; text-align: center; font-family: "Copse";
    color: #aaa;
}
.offsetcolumndiv{
    color: #ccc;
    font-size:0.3em; font-family: "Copse";
}
.tztablecolumn{
    vertical-align: bottom;
    margin-bottom: 0;
}
body {
    font-size:1.4em; 
    ////background-color: #744521;
}