#meetings-slate.shortcodes-table
{
	width: 100%;
}

#meetings-slate.shortcodes-table thead tr 
{
	background: var(--primary)	
}

#meetings-slate.shortcodes-table thead tr th
{
	color: #ffffff
}

#meetings-slate.shortcodes-table th, 
#meetings-slate.shortcodes-table td
{
	padding: 10px;
	font-family: var(--fontprimary)
}

#meetings-slate.shortcodes-table th#meeting-time
{
	width: 15%;	
}

#meetings-slate.shortcodes-table th.meeting-organization
{
	width: 30%;	
}

hr
{
margin: 1rem 0;	
}