table {
 width: auto; 
 font-size:smaller;
}


table th, table td {
	break-inside: avoid;
	vertical-align:top;
	padding: 1px 1em;
}


table ol {
	margin: 0 0 0 20px;
}

table p {
	margin: 0;
}


table.courses th:nth-child(3) {text-align:left;}
table.courses td:nth-child(3) {text-align:left;}


table.tasks th:nth-child(1) {width:200px ;}
table.tasks th:nth-child(2) {width:15%;}
table.tasks th:nth-child(3) {width:55%;}
table.tasks th:nth-child(4) {width:25%;}




table.semester{
  width:350px;
  border:none;
}
table.semester *{
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;

}

table.semester td:first-child { width:75px;}

table.semester a {font-weight:bold}

table.center{margin: 0 auto 30px auto;}


