#noresults, #networkerror
{
	display: none;
}

#networkerror {
  color: #aa8888;
  padding-top: 100px;
  text-align: center;
  font-weight: bold;
}
.tooltip
{
	position:absolute;
	background-color:#eeeefe;
	border: 1px solid #aaaaca;
	font-size: smaller;
	font-weight: 400;
	padding:4px;
	/*width: 160px;*/
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.usage_eg_gd
{
	padding-right: 10px;

}


 /* clearfix */
dl:before, dl:after {
	content: " "; 
	display: table; 
}

dl:after {
	clear: both;
}

dt
{
	float: left;
	width: 29%;
}

dd
{
	margin-left: 30%;
	clear: right;
}

dd.nb
{
	margin-top: 41px;
	margin-bottom: 6px;
	margin-left: 30%;
	margin-left: calc(30% + 1.8em);
	text-indent: -1.8em;
	margin-right: 0;
}
dd.nb abbr
{
	font-weight: bold;
	width: 1.8em;
	float: left;
	border: none;
	cursor: inherit;
}
dd.def
{
	font-weight: bold;
	margin-bottom: 6px;
}

.grammar
{
	font-style: italic;
	margin-bottom: 8px;
}	
.grammar abbr
{
	margin: 0 5px;
}
abbr 
{ 
	font-style: italic;
	text-decoration: none;
}
.sceangailte, .iom
{
	display: block;
}

.sceangailte abbr
{
	margin-right: 8px;
}
.iom abbr
{
	margin-right: 21px;
}

.gramUsage
{
	margin-bottom: 8px;
}

.subject
{
	margin-top: 10px;
	margin-bottom: 40px;
	
}
.subject a {
	margin-right: 0.6rem;

}
.subject a:after
{
	content: ',';
}
.subject a:last-of-type:after
{
	content: '';
}

.usage_eg_en
{
	font-style: italic;
	font-size: 0.9em;
	color: #555;
	
}
.usage_eg_en:before
{
	content: "(";
}
.usage_eg_en:after
{
	content: ")";
}

.type_examples
{
	margin-top: 30px;
}


dl.dicdefs
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
}

dl.dicdefs dt, dl.dicdefs  dd
{ 
	float: left;
	margin: 0;
}
dl.dicdefs  dt
{
	clear: left;
	margin-right: 15px;
}
dl.dicdefs  dd
{
	clear: right;
	/*width:80%;*/
}
dl.type_example dd
{
	margin-bottom: 6px;
	max-width: 80%;
}


.matchesQuery
{
	color: #C71585;
	padding: 2px 6px;
	background-color: #FAEBD7;
	margin-top:2px;
	margin-bottom: 2px;
}

.eg >span
{
	float: left;
	display: block;
	width: 45%;
	padding: 0 1%;
}

.eg >span:nth-child(1)
{
	margin-right: 1%;
}
.eg >span:nth-child(2)
{
	margin-left: 1%;
}	
.eg:hover >span
{
	background-color: #ddd;
}

.def .glyphicon
{
	display: none;
}
