
/**/

.table {
  display: table;
  width: 100%;
}

.table dl {
  display: table-row;
}

.table dl td {
  display: table-cell;
  vertical-align: top;
  padding: 7px;
}

.table dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 7px;
}



.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}


.TabList th {
  background-color: #ededed;
  padding: 10px;
  text-align:left; 
  font-weight: normal; 
  vertical-align: top; 
  font-weight: 600;
}
.TabList th a { 
  font-weight: 600; 
}
.TabList td { 
  padding: 5px; 
}


.tab50 > dl > dd { width: 50%; }

.tab7030 > dl > dd:first-child { width: 70%; }
.tab7030 > dl > dd:last-child { width: auto; }

.tab8020 > dl > dd:first-child { width: 80%; }
.tab8020 > dl > dd:last-child { width: auto; }


#ProjectList .TabList .c3,
#ProjectList .TabList .c4 
{
  text-align: right;
  white-space: nowrap;
}

