table {
  table-layout: auto;
  width: 50px;
}

input[type="text"] {
  width: 50px;
}

.container {
    max-width: 960px;
}

body {
    border-right: none;
}