.facebook-groups .notok {
	color: red;
}
.facebook-groups .unsure {
	color: orange;
}
.facebook-groups {
	overflow-x: auto;
}

/*@media only screen and (max-width: 1078px) {
	.facebook-groups table th:nth-child(3),
	.facebook-groups table td:nth-child(3),
	.facebook-groups table th:nth-child(6),
	.facebook-groups table td:nth-child(6) {
		display : none;
	}
}*/
@media (max-width: 991px) {
	.facebook-groups .hide-on-small {
		display : none;
	}
}
