.new-safety-btn {
	text-decoration: none !important;
    padding: .875em 0;
    display: block;
	color: #7f54b3;
	border-bottom: solid rgba(0,0,0,.05);
	border-top: 1px solid rgba(0,0,0,.05);
	max-width: 250px;
}

.new-safety-btn::after {
    font-family: "dashicons";
    content: "\f186";
    font-size: 18px; 
    margin-left: 25px; 
    vertical-align: middle; 
	opacity: .25;
}

.sortable::after {
    content: " ▼";
}

th[aria-sort="ascending"]::after {
  content: " ▲";
}

th[aria-sort="descending"]::after {
  content: " ▼";
}