
table.pdo-table { 
  padding: 0.5ex 0.2ex 0.5ex 0.2ex;
}

table.pdo-table th { 
  background-color: #e0e0e0;
  border: solid black 1px;
  padding: 0.5ex 0.2ex 0.5ex 0.2ex;
}
table.pdo-table td { 
  border: solid black 1px;
  font-family: monospace;
  /*vertical-align: top;*/
  /*text-align: right;*/
  /*padding: 0.2ex 2ex;*/
}
tr.pdo-tr-even { 
  background-color: #e0e0e0;
}
tr.pdo-tr-odd {
  background-color: #ffffff;
}


span.byoo-sjg-official { 
  color: #337733;
  font-style: italic;
  /*font-weight: bold;*/
}

img.byoo-ogre-counter {
  /*background-color: #ff0000;*/
  border: 1px solid black;
}

/** Used by the colorpicker jQuery plugin: */
.ColorBlotch { 
	border: 1px outset black;
	padding: 0 2px 0 2px;
	font-family: monospace;
	cursor: pointer;
	font-size: 1em;
}

.byoo-editor-required {
  color: #007700;
  background-color: #bbffbb;
  font-weight: bold;
}

.byoo-editor-optional {
  color: #000088;
  background-color: #ccccff;
  font-weight: bold;
}

.byoo-editor-info {
  color: #777777;
  background-color: #eeeeee;
  font-weight: bold;
}

