      .item {
        display: table;
      }
      .item p{
        display:table-cell;
      }
      .item p:first-child{
        width: 4em;
        text-align: right;
        padding-right: 15px;
      }
      .checked{
        /*background: #ddd;*/
        border-bottom: 1px dotted #c6919c;
      }