.task-board {
  background: #2c7cbc;
  display: inline-block;
  padding: 12px;
  border-radius: 3px;
  /* width: 850px; */
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  min-height: 400px;
}

.status-card {
  width: 250px;
  margin-right: 8px;
  background: #e2e4e6;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
}

.status-card:last-child {
  margin-right: 0px;
}

.trello-header {
  width: 100%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  font-size: 13pt;
}

.trello-header-text {
  display: block;
}


ul.sortable li:last-child {
  margin-bottom: 0px;
}

ul.sortable {
  list-style: none;
  margin: 0;
  padding: 0px;
}

ul.sortable {
  padding-bottom: 10px;
}
.text-row {
  padding: 8px 10px;
  margin: 10px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 1.0em;
  white-space: normal;
  line-height: 20px;
  box-shadow: 0 1px 0 rgba(9,30,66,.25);
}
.text-row a {
  color: #000;
}
.text-row:hover {
  background-color: #f4f5f7;
  border-bottom-color: rgba(9,30,66,.25);
}
.ui-sortable-placeholder {
  visibility: inherit !important;
  background: transparent;
  border: #666 2px dashed;
}

.txt-date {
  color: #666;
  padding: 2px 4px;
  font-size: 8.5pt;
}
.card-overdue {
  background-color: #ec9488;
  border-radius: 3px;
  color: #fff;
}
