
/* do daily */

.table{
  display: table;
  width:100%;
  border-collapse:collapse;
  background:transparent;
}
  .table-row{
    display: table-row;
  }
    .table-cell, .table-head{
      display: table-cell;
      border:#f0f0f0 1px solid;
    }
    .table-head{
        font-weight:bold;
    }