/* Show dates inside td-list cards without being clipped.
   Scoped to only the lists we explicitly mark as dated. */

.td-list-dated .td-list-tt{
  height: auto !important;
  overflow: visible !important;
  text-align: left;}

.td-list-dated .td-date{
  display: block;
  color: #999;
  background: url(images/icon-date.png) left center no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;}

