/* phpinfo() styling */
.phpinfo .center {
  text-align: center;
}
.phpinfo table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.phpinfo td, .phpinfo th {
  border: 1px solid #000;
  vertical-align: baseline;
}
.phpinfo .e {
  background-color: #CCCCFF;
  font-weight: bold;
  color: #000;
}
.phpinfo .h {
  background-color: #9999CC;
  font-weight: bold;
  color: #000;
}
.phpinfo .v {
  background-color: #CCC;
  color: #000;
}
.phpinfo img {
  float: right;
  border: 0px;
}

.dev-query,.dev-memory-usage{
	background: #fff;
	font-family:monaco,monospace;
	font-size:9px;
	text-align:left;
}

.dev-query td{
	text-align:left;
}

.dev-query
{
	width: 990px;
	margin: 25px auto 0px;
	padding: 10px;
}

.dev-query .marker
{
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
}

.dev-query a
{
	color: #000;
	font-weight: normal;
}

.dev-query tr { vertical-align: top; }
.dev-query td, .dev-query th { padding: 5px 10px; }
.dev-query .even { background: #eee; }

