/* Planner-specific extracted styles: .cards + #ne_planning_form */
.cards {
  margin: auto;
  width: auto;
  padding: 32px 16px;
  max-width: 390px;
}
.cards.story-wrap {
  width: auto;
  /* padding: 20px; */
}
#ne_planning_form {
  padding: 30px 20px 20px 30px;
  max-width: 900px;
  background: #f9f9f9;
  margin: 80px auto;
  border-radius: 20px;
}
#ne_planning_form .indi {
  display: block;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  margin-right: 0px;
}
#ne_planning_form .indi.must {
  background: #b56059;
}
#ne_planning_form .indi.should {
  background: #e49042;
}
#ne_planning_form .indi.could {
  background: #7d90a3;
}
#ne_planning_form .indi.would {
  background: #3a7524;
}
#ne_planning_form .indi.discuss {
  background: #cbb273;
}
#ne_planning_form .indi.archive {
  background: #d3d4ca;
}
#ne_planning_form .indi.complete {
  background: #45de0c;
}
#ne_planning_form .indi.hold {
  background: #a113d1;
}
#ne_planning_form .indi.new {
  background: #ffffff;
}
#ne_planning_form .save-btn .button {
  float: right;
}
#ne_planning_form .save-btn {
  height: 50px;
  padding: 20px 0px;
}
#ne_planning_form td.title {
  width: 450px;
}
#ne_planning_form .ne-dropdown {
  width: 110px;
}
form#ne_planning_form table {
  width: 100%;
}
#ne_planning_form select {
  font-size: 11px;
  padding: 13px 13px;
}
#ne_planning_form td.priorities {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .cards.story-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .cards.story-wrap {
    grid-template-columns: repeat(4, 1fr);
    width: 664px;
  }
}
@media screen and (min-width: 1280px) {
  .cards.stories {
    width: 976px;
    display: grid;
    grid-template-columns: 322px 322px 322px;
  }
}
@media screen and (min-width: 1280px) {
  .cards.story-wrap {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 1100px;
  }

  .cards.stories {
    width: 936px;
    display: grid;
    grid-template-columns: 305px 305px 305px;
  }
}
@media screen and (min-width: 768px) {
  .cards {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 32px 24px;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .cards {
    margin: auto;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    padding: 0;
    max-width: 1280px;
  }
}
