@font-face {
  font-family: 'wondermail';
  src: url('/wondermail.eot?#iefix') format('embedded-opentype'),
    url('/wondermail.ttf') format('truetype');
}

body {
  font-family: Arial;
}

table {
  margin-left: 50px;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  font: inherit;
}

.label {
  font-weight: bold;
}
.smallstat {
  table-layout: fixed;
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  padding: 0;
  border-bottom: 1px solid black;
}
.bigstat {
  font-weight: bold;
  table-layout: fixed;
  height: 50px;
  width: 50px;
  border-bottom: 1px solid black;
}

input {
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: 0;
  background-color: inherit;
  font: inherit;
  margin-bottom: 1px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#statlabel {
  border-right: 1px solid black;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#statlabel span {
  margin-right: -100%;
  margin-left: -100%;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: inherit;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}