#wp-link #search-panel,#wp-link #wplink-link-existing-content{display:none}div#wp-link-wrap.wp-core-ui{height:300px}.wplink-autocomplete.ui-autocomplete{display:none;visibility:hidden}

.company-profile-data-row {
	position: relative;
	cursor: move;
	border-bottom: 5px solid #e0e8ec;
    margin-bottom: 20px;
}

.company-profile-data-row label {
	cursor: move;
}

.company-profile-data-row .company-profile-remove-row {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	margin: .5em -1.25em 0 0;
	width: 1em;
	padding: 1em 0 0 0;
	overflow: hidden;
	color: #ccc;
}
.company-profile-data-row .company-profile-remove-row:before {
	content: 'x';
	position: absolute;
	top:0;
	left:0;
	line-height: 15px;
    text-align: center;
    font-size: 20px;
    height: 25px;
    color: #df7316;
}

.company-profile-data-row .company-profile-remove-row:hover {
	color: red;
}

.company-profile-data-row .company-profile-remove-row fieldset:last-child {
    border-bottom: 4px solid #eee;
}
