h1 {
    font-family: "Linux Libertine", Georgia, Times, serif;
    font-size: 28.8px;
}

body {
  padding:0 0;
  color:#333;
  font-weight:300;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 700px;
}

img
{
	height: 11.2px;
	margin: 0 1px;
}

html
{
	color: #333;
	font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

div.refs {
	color: #999;
	font-size: 90%;
}

a {
	text-decoration: none;
}


a:link {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    color: #0645ad;
    text-decoration: underline;
}

a:active {
    color: #0645ad;
}


.todo
/* :hover */
 {
    color: #f00;
}

td
{
	vertical-align: top;
}

.examples
{
	margin-left: 30px;
}

.expansion
{
	font-size: 200%;
}

/* 
*
{
	background: rgba(0,0,0,0.05);
}
 */

.word
{
	padding-top: 10px;
}

.self
{
  font-weight:500;
}

.category
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50%;
	display: none;
}



