body {
  background-color: #EEEEEE;
  font-size: small;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid gray;
}

input.text {
  border-style: inset;
}

.silver{
  background-color: silver;
}

span.small {
 font-size: small;
 float: right;
}

