.TBDB-cql-leftPane {
	/* display: table; */
	padding: 10px;
	overflow-x: auto;
	white-space: nowrap;
	background-color:#F5F5F5;
}


.TBDB-cql-queryBox {
	width: 100%;
	min-height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid black;
}

.TBDB-cql-queryItem {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid black;
	background-color: white;
	white-space: nowrap;
	display:inline-block;
}

.TBDB-cql-noQueryMessage {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid black;
	background-color: lightgrey;
	white-space: nowrap;
	display:inline-block;
}


.TBDB-cql-area {
	margin-bottom: 40px;
}


.TBDB-cql-selectedText {
	color: orange;
	font-weight: bold;
}

.TBDB-cql-textEntry {
	size: 15
}

td {
	padding: 2px;
}