h3 {margin: 0 0 30px;font-weight: bold;}
table {}
table tr {}
table tr td,table tr th {padding: 8px;border:1px solid #ccc;font-size: 14px;position: relative;}
table tr th {font-weight: bold;background-color: #ddd;}
table tr.deLicencia {background-color: #ccc;}
table tr.deLicencia td:last-child::after {content: "Docente con licencia";position: absolute;top: 50%;left: 105%;transform: translateY(-50%);white-space: nowrap;font-weight: bold;color: #563d7c;}
@media screen and (max-width: 768px){
	div.container.box {padding: 10px;}
	h3 {font-size: 20px;text-wrap: pretty;}
	table tr.deLicencia td:last-child::after {content: "Docente con licencia";display:block;position: relative;top: unset;left: unset;transform: unset;white-space: nowrap;font-weight: bold;color: #563d7c;}
	table tr td, table tr th {font-size: 13px;text-wrap: balance;}
}