@import "vars";

.visiblity-utilities {
	th small {
	  display: block;
	  color: #999;
	}
	.is-visible {
	  color: #468847;
	  text-align: center;
	  background-color: #dff0d8!important;
	}
	.is-hidden {
	  color: #ccc;
	  text-align: center;
	  background-color: #f9f9f9!important;
	}
}
