#progress_table_and_legend {
   /*   width: 750px;*/
   margin-right: 1em;
   float: left;
   padding: 1em 0 0 1em;
}

#progress_table td {
   border-collapse: collapse;
   border: 1px solid lightgrey;
}

#progress_table tr.selected_row {
   background-color: lightblue;
}

#progress_table td.selected_cell {
   border: 1px solid black;
}

#progress_table thead h3 {
   margin: 0px;
   padding-bottom: 2px;
}

#progress_table_legend {
   float: left;
   /*   width: 750px;*/
   height: 3em;
   /*   width: 100%;*/
}

#progress_table_legend table {
   text-align: center;
   text-size: 10pt;
   border: 2px solid lightgrey;
   height: 100%;
   /*   width: 750px;*/
}

#progress_table_legend td {
   text-size: 10px;
   /*   width: 105px;*/
}

.progress_table_cell {
   text-align: center;
   cursor: default;
}

.progress_table_cell_empty {
   max-width: 40px;
   min-width: 40px;
}

.progress_table_cell_title {
   text-align: center;
}

.progress_table_cell_label {
   /*   width: 40px;*/
   padding-right: 0.25em;
   text-align: left;
}


