/** local.css */

:root{
	
	--table-header-colour: #DEB887;
	
}

.subTable.td,
th {

    background-color: #ffffff;
	color: #aaaaaa;
}

.invoiceTitle th {
    background-color: #ffffff;
    color: #aaaaaa;
}

h2{
    font-size =1.8em;
}

.logo-custom {
	max-width=8em;
}

.less th{
	background-color: #d3d3d3;
	color: #000000;
	font-weight: 600;
}

.entityStudent button.field-collection-add-button::after {
	content: ': player';
}
