/******** Typing Page —p ********/

body {
background: black;
}

a {
text-decoration: underline;
}

div.record a:link {
color: black;
}

div.record a:visited {
color: black;
}

div.tod a:link {
color: #efe;
}

div.tod a:visited {
color: #efe;
}

h2 {
margin-left: 0%;
margin-right: 0%;
}

h3 {
margin-bottom: .5em;
text-align: left;
text-indent: 1em;
}

table {
empty-cells:show;
margin-left:auto;
margin-right:auto;
margin-bottom:1em;
margin-top:.5em;
white-space:nowrap;
background-color:black;
width: 70%;
}

table th,td {
text-align: center;
padding: .2em;
border-style: none none none none;
border-width: thin thin thin 0;
border-color: black;
color: #efe;
}

table{
background-color: #222;
}

table th{
color: white;
background-color: #555;
}

table td{
color: black;
background-color: #ddd;
}

.up {
color: blue;
}

.total {
background-color: #aaa;
}

.tw_result {
margin-left:12%;
margin-right:12%;
}