#form-field-taxonomy-rcat {
	display: none;
 }
#subtab-webx-initiative .table-responsive td.text-right.align-middle {
    white-space: nowrap;
}
.initiative-subscriber {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
 }
.initiative-subscriber-btn {
	width: 200px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .8rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
.btn.btn-danger.initiative-subscriber-btn:hover {
	background: #c82333;
 }
.btn.btn-success.initiative-subscriber-btn:hover {
	background: #218838;
 }