/* Font Awesome */
	i {
		font-family: "Font Awesome 5 Pro" !important;
	}
	
	/* FooTables */
	table.upcoming-meetings-table tr:nth-child(even) {
		background-color: #F0F0F0;
	}
	
	.fooicon {
		color: #1B2F5A !important;
		opacity: 1 !important;
		margin-top: -14px !important;
		font-family: "Font Awesome 5 Pro" !important;
	}
	.fooicon-plus:before {
		content: "\f055";
		font-weight: 900;
	}
	
	.fooicon-minus:before {
		content: "\f056";
		font-weight: 900;
	}
	
	.footable thead {
		background-color: #1B2F5A;
		color: white;
		
	}
	
	table.footable {
		border: 1px solid #1B2F5A;
	}
	
	table.footable tr {
		border-top: 1px solid #1B2F5A;
	}
	
	table.footable .footable-details {
		border: 1px solid #1b2F5A;
	}
	
	table.footable .footable-details tr {
		
	}
	
	table.footable .footable-details tr td, table.footable .footable-details tr th {
		padding: .5rem;
	}
	
	table.footable .footable-details tr th {
		background-color: #F0F0F0;
	}
	table.footable .footable-details tr td {
		background-color: white;
	}
	
	table.footable thead th {
		padding: .5rem;
	}
	
	table.footable tbody td {
		padding: .5rem;
	}

	.footable .cancelled {
		text-decoration: line-through;
		color: #681F28 !important;
	}