.bz-provisioning-panel table {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	table-layout: fixed;
	/*margin: 10px;*/
}

.bz-provisioning-panel td
,.bz-provisioning-panel th {
	border: 1px solid #ECEEF0;
	height: 50px;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.bz-provisioning-panel th {
	background-color: #F6F7F7;
	height: 18px;
	font-weight: bold;
}

.bz-provisioning-panel th:nth-child(1) {
	width: 50px;
}
.bz-provisioning-panel th:nth-child(2) {
	width: 30%;
}
.bz-provisioning-panel th:nth-child(3) {
	width: 23%;
}
.bz-provisioning-panel th:nth-child(4) {
	width: 23%;
}
.bz-provisioning-panel th:nth-child(5) {
	width: 24%;
}
.bz-provisioning-panel th:nth-child(6) {
	width: 40px;
}

.bz-provisioning-panel td:nth-child(1) {
	font-weight: bold;
}
.bz-provisioning-panel td:nth-child(2) {
	font-family:monospace;
}
.bz-provisioning-panel td:nth-child(3) {
	font-family:monospace;
}
.bz-provisioning-panel td:nth-child(4) {
	color: #5eaa1a;
}
.bz-provisioning-panel td:nth-child(5) {
	color: #5eaa1a;
}



.bz-provisioning-panel tr:nth-child(2n+0) {
	background-color: #F6F7F7;
}


.bz-provisioning-panel .bz-col-online {
	/*position: relative;*/
}

.bz-provisioning-panel .bz-col-online:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;

	/*position: absolute;*/
	margin: 9px 4px;	
	background-image: url('/_releasecrc_/images/refresh.svg');
}
.bz-provisioning-panel .bz-col-online.bz-status-online:before {
	background-position: -128px 0;
	background-image: url('/_releasecrc_/images/status.svg');
}
.bz-provisioning-panel .bz-col-online.bz-loading:before {
	background-image: url('/_releasecrc_/images/throbber.svg');
}
.bz-no-smil .bz-provisioning-panel .bz-col-online.bz-loading:before {
	background-image: url('/_releasecrc_/images/throbber.gif');
	background-size: 32px 32px;
}
