/* WordNet 1.4 */

body {
    font-family: Segoe UI, Calibri, Helvetica, Arial;
    outline:0;
    font-size:100%;
	background:transparent;
	position: relative;	
}

.headword {
	color: #00a0a0;
	font-size: 120%;
	text-decoration: underline;
	margin: 3px 0px;
	font-weight: bold;
}

.domain{
	color: #00a0a0;
	margin: 3px 0px;
}

.lex {
	color: #193441;
	margin-top: 2px;
	padding-left: 10px;
	counter-reset: mycounter;
}

.lex .entry:before{
	content: counter(mycounter, decimal) ". ";
	counter-increment: mycounter;
}

.entry {
	margin-top: 6px;
	color: #000;
	width: 95%;
}

span.pos{
	color: #fff;
	background-color: #3060ff;
	padding: 0px 2px;
}

span.lexname{
	color: #fff;
	background-color: #008040;
	margin: 0px 2px;
	padding: 0px 2px;
}

span.sense{
	margin: 0px 2px;
	color: #2c3e50;
}

div.rel, div.rel2{
	width: 98%;
	text-indent: -10px;
	padding-left: 10px;
    max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

.heading, .heading1 {
	color: #00a0a0;
	margin-right: 3px;
}

a {
	margin-right: 8px;
	color: #2c3e50;
	text-decoration: none;
}

.cn {
	margin: 0px 5px;
	color: #2c3e50;
}

.vb {
	color: #2c3e50;
	margin-right: 5px;
}

.exp {
	color: #2c3e50;
	padding-left: 20px;
	width: 90%;
}

.gl{
	width: 90%;
	margin: 5px 20px;
}

.gloss {
	margin-right: 5px;
    text-align: right;
	width: 95%;
	font-size: 90%;
}

div.gloss > a{
	color: #00a0a0;
}

div.rel2 > a:after{
	content: " \2192 ";
	color: #2c3e50;
	text-decoration: none;
}

div.rel2 > a:last-child:after{
	content: "";
}

div.hide > a:first-child{
	margin-left: 10px;
}

div.show > a:first-child{
	margin-left: 10px;
}


.example {
	background: #EEE;
	color: #2c3e50;
	background-size: 95% auto;
	display: inline-block;
}

ul.example {
#	list-style-type: square;
	margin: 0px 2px;
	padding: 0px 10px;
}

ul.example li{
	display: inline;
	margin-left: 10px;
	margin-right: 5px;
}

ul.example li:before {
	content: " \2022  ";
}

table{
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}

th {
	text-align: left;
	padding: 0px 5px;
	color: #fff;
	background-color:#2c3e50;
}

td {
	vertical-align: top;
	padding: 0px 5px;	
}

table, th, td {
	border: 1px solid #2c3e50;
}

tr:hover{
	background-color:#f5f5f5;
}

tr:nth-child(even){
	background-color:#f5f5f5;
}

tr:nth-child(odd){
	background-color: #eeeeee;
}

.hide{
	display: none;
}
.show {
	display: block;
}