table.prog {
      border-spacing: 0px        !important;
      border-color: white;
			table-layout: fixed;
			width: auto;
}

table.prog td {
  border-color: white;
	padding: 2px;
}
  
table.prog tr td:nth-child(1) {
  border-color: white;
  font-weight: bold;
  width: 12%;
}

table.prog tr td:nth-child(2) {
  width: 44%;
}

table.prog tr td:nth-child(3) {
  width: 44%;
}

table.prog p {
	margin-top: 0em;
	margin-bottom: 0.25em;
}

table.prog p.author {
  padding-left: 20pt         !important;
  font-style: italic;
}

table.prog thead td {
    border-bottom: 1px solid black !important;
}

table.prog td {
  border: 3px solid white   !important;
  padding: 1px              !important;
  color: #444               !important;
  vertical-align:top;
}

table.prog td.calco {
  background-color:#71bbd2     !important;
}

table.prog td.mfps {
  background-color:#FDD700     !important;
}

table.prog td.invited {
  background-color:#FFABB4  !important;
}

table.prog td.EI {
  background-color:#DFA373  !important;
}

table.prog td.tools {
  background-color:#DFA373  !important;
}

table.prog tr.break a {
  color: white !important;
}

table.prog tr.break td:first-child + td {
  background-color: #A3B745    !important;
  color: white              !important;
}