/* Multiplication Style Sheet
   Created 2016 March 1
   Modified 2016 February 11
==============================================================================*/
body {
  background: lightseagreen;
}

.wrapper {
  font-size: 1.2em;
  background: #eec;
  width: 31em;
  margin-left: 10px;
  padding: 20px;
  padding-bottom: 10px;
}

header {
  font-size: 1.5em;
  text-align: center;
}

input {
  text-align: right;
  font-size: inherit;
}

button {
  background: #cc8;
  font-size: inherit;
}

.tableHeader {
  text-align: center;
  padding-left: 40px;
  font-size: 1.2em;
  font-family: sans-serif;
}

table {
  background:#ffc;
  border: 1px solid black;
  padding-right: 40px;
  font-size: 1.4em;
  margin-top: 20px;
}

td, th {
  width: 3em;
  text-align: right;
}

input {
  margin-left: 5px;
  margin-right: 20px;
}
