
#jl-wpt-tweaks-list-search {
	margin: 2em 0;
}

#jl-wpt-tweaks-list-search input.textbox {
	width: 100%;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 1px;
	padding: 3px 5px;
}

#jl-wpt-tweaks-list .jl-wpt-label {
	font-weight: bold;
}

#jl-wpt-tweaks-list th,
#jl-wpt-tweaks-list td {
	vertical-align: top;
	text-align: left;
}

#jl-wpt-tweaks-list th {
	padding: 1em 3em 1em 0;
	width: 5em;
}

#jl-wpt-tweaks-list td {
	padding: 0.5em 0;
}

#jl-wpt-tweaks-list tr.jl-wpt-group {
	border-bottom: 1px solid #ccc;
}

#jl-wpt-tweaks-list tr.jl-wpt-checkbox td.jl-wpt-input {
	padding: 0.6em 0.5em 0 0;
}

#jl-wpt-tweaks-list td.jl-wpt-text {
	width: 99%;
}

#jl-wpt-tweaks-list .jl-wpt-highlight {
	background-color: yellow;
	color: inherit;
}

#jl-wpt-tweaks-list .jl-wpt-removed .jl-wpt-label label {
	text-decoration: line-through;
}

#jl-wpt-tweaks-list .jl-wpt-removed-message {
	background-color: #ffebe8;
	border: 1px solid #cc0000;
	border-radius: 5px;
	padding: 0.5em 1em;
}

#jl-wpt-empty-search-results p {
	background-color: #ccc;
	border-radius: 10px;
	color: #333;
	font-size: 1.5em;
	padding: 0.5em 1em;
	margin: 0;
}
