body.post-new-php #titlewrap, body.post-php #titlewrap {
	margin-right: 40px;
}

.wpex-title-exp-pre {
	font-family: dashicons;
    position: absolute;
    left: 14px;
    border-left: 1px solid #dfdfdf;
    height: 40px;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 21px;
    line-height: 40px;
    cursor: pointer;
    padding-left: 3px;
	padding-top: 1px;
    font-size: 1.4em;
	opacity: 0.5;
	color: darkgreen;
	input {
		display: none;
	}
	&:before {
		// content: "\f177"; // eye
		content: "\f147"; //check
	}
	&:hover {
		opacity: 0.8;
	}
}

label.wpex-title-label {
	left: 31px;
	color: #bbb;
	position: absolute;
	font-size: 1.7em;
	padding: 8px 10px;
}

#wpex-edit-slug-box {
	line-height: 24px;
	min-height: 25px;
	margin-top: 5px;
	padding: 0 10px;
	color: #666;
}
#edit-slug-box {
	min-height: 0;
}

#wpex-title-add, #wpex-title-reset, #wpex-stat-selector {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}

#wpex-title-reset {
	display: none;
	float: right;
	margin: 0;
	margin-right: 10px;
}

#wpex-stat-selector {
	display: none;
	float: right;
	margin: 0;
	position: relative;
	right: -10px;
	top: -10px;
	span {
		cursor: pointer;
		font-size: 1.25em;
		margin: 0 2px;
		opacity: 0.5;
		&.active {
			opacity: 1;
		}
	}
}


.wpex-title-exp-pre.disabled {
	font-size: 1.2em;
    padding-left: 5px;
	&:before {
		content: "\f530"; //eye crossed
		// content: "\f158"; // x
		color: darkred;
	}
}

.wpex-title-exp:focus {
	border-color: #dfdfdf !important;
}

.wpex-title-exp {
	width: 100% !important;
	border-left: none !important;
	border-right: none !important;
	float: left;
	font-size: 1.7em;
	margin-left: 0px !important;
	padding-left: 27px !important;
	line-height: 100%;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.wpex-title-exp-addon {
	position: absolute;
	right: 40px;
	height: 36px;
	margin-left: -4px;
	border-left: 0px;
	padding-right: 5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 125px;
	line-height: 40px;
	background: transparent;
	.wpex-status {
		float: right;
		width: 16px;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 16px;
		margin-left: 5px;
		background-position-y: 11px;
		cursor: pointer;
	}

	.wpex-status.wpex-unknown {
		background-image: url(../img/unknown.png);
	}
	.wpex-status.wpex-winner {
		background-image: url(../img/winner.png);
	}
	.wpex-status.wpex-loser {
		background-image: url(../img/loser.png);
	}

	.wpex-stats {
		float: right;
		cursor: pointer;
		margin-right: 30px;
	}

	.wpex-sl {
		width: 38px;
		height: 24px;
		margin-top: 11px;
		margin-right: 10px;
		float: right;
	}
	.wpex-prob {
		position: absolute;
		top: 0;
		right: -20px;
		font-size: 1em;
		cursor: pointer;
		ul {
			margin: 0; padding: 0;
			li {
				list-style-type: none;
				display: none;
				&.wpex-positive {
					color: darkgreen;
				}
				&.wpex-negative {
					color: darkred;
				}
			}
			&[showing="0"] {
				li:first-child {
					display: block;
				}
			}
			&[showing="1"] {
				li:last-child {
					display: block;
				}
			}
		}
	}
	.wpex-del {
		cursor: pointer;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    top: 12px;
	    right: 13px;
	    opacity: .4;
	    font-size: 1.25em;
		&:hover {
			opacity: 1;
		}
	}
}

.cf {
	clear: both;
}

#wpex-titles {
	tr {
		border-bottom: 1px solid #CCC;
		td:nth-child(1) {
			input {
				margin-top: 4px;
			}
		}
		td:nth-child(2) {
			font-weight: normal;
			width: auto;
			input {
				width: 100%;
			}
		}
		td {
			width: 1px;
			text-align: center;
			font-weight: bold;
			padding-bottom: 6px;
		}
		td:last-child {
			width: 50px;
		}
	}
}

#wpex-titles-row {
	display: none;
}
#wpex-meta-box {
	display: none;
}

.updated.nag {
	border-left-color: red;
}

th#wpex_titles {
	width: 1.5em;
}
td.wpex_titles {
	text-align: center;
	padding-top: 14px !important;
	display: table-cell !important;;
    width: 35px !important;;
}
