.markEntryInput {
  overflow: visible;
  width: 90px;
  height: 60px;
  border: none;
  background-color: #ececec;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-top: -50px;
  margin-bottom: -50px;
  margin-right: -16px; }

table {
  width: 100%; }
  table tbody {
    width: 100%; }
    table tbody td:nth-child(3) {
      overflow: hidden;
      text-align: right;
      width: 50px; }
      table tbody td:nth-child(3) input {
        border: none;
        background-color: #ececec;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        width: 50px; }

.submitBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6; }
