19 lines
321 B
CSS
19 lines
321 B
CSS
|
#progress-table{
|
||
|
font-family: "Calibri";
|
||
|
margin: 10px;
|
||
|
align: center;
|
||
|
}
|
||
|
#progress-table th{
|
||
|
border-bottom: solid gray;
|
||
|
border-width: thin;
|
||
|
}
|
||
|
#progress-table td{
|
||
|
border-bottom: solid lightgray;
|
||
|
border-width: thin;
|
||
|
max-width: 500px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
#progress-table .checkboxCell {
|
||
|
text-align: center;
|
||
|
}
|