.ui-sortable-handle:hover {
	cursor: move;
	}

.scpt-notice {
	padding: 10px;
	margin: 5px 0 !important;
	background-color: #e5eaff;
	}

.subsubsub li.mine {
	display: none;
	}

.widefat {

	padding: 0 10px;
	border-collapse: separate;
	border-spacing: 0 10px;
	}

.widefat td, .widefat th {
	vertical-align: middle !important;
	}

.widefat td p.core-tab {
	margin-top: 10px;
	}

.widefat td p.regular-tab {
	margin-bottom: 0;
	}

.core-tab span {
	padding: 3px 12px 6px;
	background-color: #847aff;
	color: #fff;
	border-radius: 34px;
	font-weight: bold;
	vertical-align: bottom;
	margin-left: -3px;
	}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: 3px 0 2px -3px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider {
	background-color: #2196f3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

tr.type-scpt-tab td, tr.type-scpt-tab th {
	background: #f9f9f9;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4 !important;
	}

tr.type-scpt-tab td:not(.column-cb) {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
	}

tr.type-scpt-tab th {
	box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.2) !important;
	border-radius: 4px 0 0 4px !important;
	}

tr.type-scpt-tab td:last-child {
	border-radius: 0 4px 4px 0 !important;
	}

.tab-post-status {
	font-weight: 500;
	margin-left: 5px;
	}

.global-tab {
	width: 44px;
	text-align: center;
	color: #0fa00f !important;
	}