.wdat-wrap table { max-width: 500px; }
.wdat-wrap th { display: none; }
.wdat-wrap td { padding: 0; }

.wdat-settings-wrapper { margin-top: 20px; }
.wdat-settings-wrapper * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wdat-settings-head label { display: none; }
.wdat-settings-head option { padding: 1px 5px; }

.wdat-settings-head button {
	display: inline-block;
	min-width: 100px;
	height: 28px;
	padding: 0 10px 1px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 26px;
	color: #555;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f7f7f7;
	box-shadow: 0 1px 0 #cccccc;
	white-space: nowrap;
	vertical-align: top;
	text-decoration: none;
}
.wdat-settings-head button:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
}
.wdat-settings-head button:active {
	background: #eee;
	border-color: #999;
	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
	transform: translateY(1px);
}
.wdat-settings-head button:hover {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
}

.wdat-settings-list {
	margin-top: 15px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

.wdat-settings-list li {
	font-size: .9em;
	background: #fff;
	padding: .5em 1.2em;
	border-bottom: 1px solid #eee;
}
.wdat-settings-list li:not(:only-child) { cursor: move; }

.wdat-settings-list li.wdat-sortable-placeholder {
	border: 1px dashed #bbb;
	background-color: #f5f5f5;
}

.wdat-settings-list h3 {
	display: inline-block;
	font-size: 1em;
	line-height: 26px;
	font-weight: bold;
	zoom: 1;
	overflow: hidden;
}

.wdat-settings-list button {
	position: relative;
	float: right;
	color: red;
	line-height: 26px;
	visibility: hidden;
	cursor: pointer;
	background: none;
	border: none;
	transition: visibility .2s ease-in-out;
}
.wdat-settings-list li:hover button { visibility: visible;}
