@charset "utf-8";

html, body {
	color: #aaa;
	background-color: #024;
}
 
table {
	border-spacing: 2px;
}

th, td {
    border-top:   1px #55f solid;
	padding: .2em; 
}

th {
	border-top: none;
	font-size: 150%;
	text-align: right;
	padding-right: 1em;
}

th.charname {
	text-align: left;
}

.char {
    border-right: 1px #555 solid;
}

td.char {
    color: white;
	qq-background-color: green;
	font-weight: bold;
	font-size: 150%;
	text-align: right;
	padding-right: 1em;
}

/* Code for Firefox:
    color: green;
    background: yellow;
}
*/

::selection, ::-moz-selection {
    color: green  !important;
    background: red !important;
}


/*
 .t           { border: 5px #555 outset; }red.t td:  { border: 1px #555 inset;  	padding: 20px; }
*/

*/