table
{
	border-collapse: collapse;
}

table td, table th
{
	padding: 2px;
	border: 1px solid #AAA;
}

table tr:nth-child(even){
	background: #EEE;
}

td.right {
	text-align: right;
}

th
{
    background: #DDF;
}
ul.horizontal li {
	display: inline; border-left: 1px solid; padding-left: 0.3em;
}
ul.horizontal :first-child {
	border-left: none; padding-left: 0;
}

div.flexContainer {
	display: flex;
	flex-flow: row wrap;
}
div.box {
	padding: 0.5em;
	padding-top: 0.1em;
}

#query-ops h2 {
    padding: 20px;
}
#query-ops tr.op-heading-row {
    font-weight: bolder;
    font-size: 1.2em;
}