.unclaimed-box {
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-top: 40px;
}

.unclaimed-box h3 {
  font-size: 25px;
  text-decoration: underline;
  padding: 0;
  margin: 5px;
}

.unclaimed-box p {
  font-size: 18px;
  font-weight: bold;
}

.days-box {
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 10px 0 0 0;
}

.columns {
  display: table;
  width: 101.35%;
  margin-left: -12px;
}

.tuesday-box, .wednesday-box {
  display: table-cell;
  border-top: solid 2px yellow;
  border-bottom: solid 2px yellow;
  font-size: 18px;
  text-align: left;
  width: 50%;
  padding: 10px;
}

.tuesday-box {
  background: linear-gradient(90deg, rgb(2, 2, 200) 30%, rgb(200, 0, 0) 75%);
  border-left: solid 2px yellow;
  border-right: solid 4px black;
}

.wednesday-box {
  background: linear-gradient(90deg, rgb(200, 0, 0) 30%, rgb(2, 2, 200) 75%);
  border-right: solid 2px yellow;
  border-left: solid 4px black;
}

.tuesday-box h3, .wednesday-box h3 {
  font-size: 25px;
  text-decoration: underline;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  .columns {
    display: block;
  }

  .tuesday-box, .wednesday-box {
    display: block;
    border: 2px solid yellow;
  }

  .tuesday-box {
    width: 101.22%;
    margin: 10px 5px 5px 5px;
  }

  .wednesday-box {
    width: 101.22%;
    margin: 5px;
  }

  .tuesday-box span, .wednesday-box span {
    display: default;
  }
}

.sp-nav-bar {
  text-align: center;
}

.sp-nav-bar a {
  display: inline-block;
  border: 2px solid yellow;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 32%;
  height: auto;
  height: 25px;
  margin: 10px 3px 10px 5px;
  cursor: pointer;
}

.last-week {
  display: inline-block;
  text-align: center;
}

.last-week h4 {
  text-decoration: underline;
  margin-bottom: -5px;
}