/* @group UI */

.wp-list-table .no-items td {
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

.column-code,
.column-state,
.column-created,
.column-postdata {
	width: 8%;
	font-family: inherit;
}
.column-code {
	width: 6%;
}
.column-created {
	width: 10%;
}

.add-new-h2,
.view-switch,
#message {
	display: none;
}

.tablenav .actions:first-child,
.tablenav .actions select:first-child {
	display: none;
}
#snitch_delete_all {
	float: right;
	margin: 1px 0 0 16px;
}
#post-query-submit:first-child {
	display: none;
}


.type-snitch td {
	height: 100%;
	position: relative;
	padding-bottom: 24px;
}

.type-snitch .row-actions {
	bottom: 4px;
	position: absolute;
}
.type-snitch .row-actions .block,
.type-snitch .column-state .blocked {
	color: #bc0b0b;
}
.type-snitch .row-actions .unblock,
.type-snitch .column-state .authorized {
	color: #006505;
}


.type-snitch .label {
	top: -2px;
	left: 0;
	width: 4px;
	height: 100%;
	display: inline-block;
	position: absolute;
	background: #0ee162;
}
.type-snitch .label.blacklisted_1 {
	background: #d54e21;
}

.snitch-hidden {
	display: none;
}

#TB_ajaxContent pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
}

/* @end group */


/* @group FF-Fixes */

@-moz-document url-prefix() {
	.type-snitch td {
		padding-bottom: 0;
	}
	.type-snitch td > div {
		height: 100%;
		position: relative;
	}
	.type-snitch .label {
		left: -6px;
	}
	.type-snitch .row-actions {
		position: relative;
		margin-top: 2px;
	}
}

/* @end group */