.content {
  width: 720px;
  margin-bottom: 30px;
}



.top_holder {
  width: 400px;
}

#week_current {
  width: 100%;
}

#week_current table {
  border: 0;
  width: 100%;
}

#week_current table td,
#week_current table th {
  border: 1px solid grey;
  padding: 15px;
  text-align: center;
}

#week_current table tr {
  height: inherit;
  display: inline-block;
  border: 1px solid grey;
  padding: 9px;
  background-color: white !important;
  width: 40%;
  margin: 0 10px;
}

#week_current table tr:not(:last-of-type) {
  margin-bottom: 15px;
}

/* Remove table header */
#week_current table thead tr{
  display: none;
}

#week_current table td {
  display: block;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Title */
#week_current table td::before {
  /* Custom attribute for field name descriptor */
  content: attr(td-title);
  float: left;
  font-weight: 700;
}

#week_current table td:nth-child(odd) {
  color: gainsboro;
  background-color: grey;
}

#week_current table td {
  width: 100%;
}

#week_current table input {
  width: 100px;
}

#week_current table td.comment, #week_current table td.comment input{
  width: 100%;
}

#week_current table td.comment input{
  margin-top: 15px;
}

#week_current input[type='submit'] {
  display: block;
  margin: 20px auto;
  width: 40%;
}