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

.wpex-title-exp-pre {
	position: absolute;
	left: 0px;
	border-left: 1px solid #dfdfdf;
	height: 40px;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 21px;
	line-height: 29px;
	cursor: pointer;
	background-image: url(../img/beaker-green.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 4px;
	input {
		display: none;
	}
}

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

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

.wpex-title-exp-pre.disabled {
	background-image: url(../img/beaker-gray.png);
}

.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: 23px;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.wpex-title-exp-addon {
	position: absolute;
	right: 40px;
	border-right: 1px solid #dfdfdf;
	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;

	.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;
	}

	.wpex-sl {
		width: 38px;
		height: 24px;
		margin-top: 11px;
		margin-right: 10px;
		float: right;
	}
	.wpex-prob {
		position: absolute;
		top: 0;
		right: -42px;
		font-size: 1.25em;
	}
	.wpex-del {
		cursor: pointer;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 10px;
		right: -62px;
		opacity: .4;
		&: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;
}