#dictionaryArticles { color: black; padding-top: 1.7em; padding-bottom: 1em;} 
.dict-article-ls ol, .dict-article-sh ol {
	margin-top:0.1em;
	margin-bottom:0.1em;
	text-indent:-1.4em;
	list-style-type: none;
	padding-left: 1.4em;
}
#dictionaryArticles li { padding-top: 0em; padding-bottom: 0em;}
.dict-article-ls li::before, .dict-article-sh li::before, li.ui-menu-item::before { content: none; }
li.ui-menu-item { padding: 0em;}
#dictionaryArticles b.orth { color: maroon; }
#dictionaryArticles .bibl { color: gray; text-decoration: none;}
#dictionaryArticles a.bibl:hover { color: #e6a219; }
.dict-article .article-body a { color: #e6a219; }

.greek { font-family: Gentium, "Gentium Basic", "Times New Roman", Times, "Palatino Linotype", serif; }

.dict-article {
	margin-top: 0em;
	margin-bottom: 2em;
	padding: 0px;
	line-height: 30px; 
}
.dict-article .header {
	border-top: 2px solid #ccc;
	font-variant: small-caps;
	background-color: #eee;
	padding: 0.4em 0.5em 0.1em 1000px;
	margin-left: -1000px;
	margin-bottom: 1em;
}
@media (max-width: 640px) {
	.dict-article .header {
		margin-right: -20px;
	}
}
.dict-article .article-divider {
	border: 1px solid #eee;
	margin: 1em 0em 1em 0em;
}
.dict-article .footer {
	margin-top: 1em;
	padding: 0.5em 2em 0.5em 2em;
	font-size: 65%;
	line-height: 1.3em;
	text-align: center;
}
.dict-article .footer a {
	color: black;
	text-decoration: none;
}

.dict-article p { margin-top: 0.5em; margin-bottom: 0.3em; }
#dict-copyright { max-width: 50em; margin: 0 auto; text-align: center; font-size: small; }
#dictionaryArticles span.latinword { cursor:pointer; color: black; }
#dictionaryArticles span.latinword:hover { color: #e6a219; }
#dictionaryArticles span.dictlink { cursor:pointer; color: #e6a219; }

.dict-article ol {
	line-height: 1.4em;
}

.dict-article-do ol, .dict-article-do ul {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0em;
	padding-left: 1.5em;
}

.dict-article-do ul {
	list-style-type: none;
}

.dict-article-do ul li::before {
	content: none;
}

.dict-article-hl .article-body {

}

.horae-latinae-rubric {

}

.horae-latinae-footnote {
	margin-top: 1em;
	margin-bottom: 1.2em;
	margin-left: 4em;
	font-size: 80%;
}

.horae-latinae-list {
	list-style-type: none;
	margin-top: 0.5em;
	padding-left: 1.5em;
}
.horae-latinae-list li {
	margin-top: 0.5em;
	padding-left: 0em;
}
.horae-latinae-list li:before {
	font-family: Cormorant Garamond;
	font-size: 100%;
	margin: 0 -1.5em 0 -1.5em;
	width: 2em;
	color: black;
	float: left;
}

.horae-latinae-latin {
	counter-reset: horae-latinae-latin-counter;
}
.horae-latinae-latin>li:before {
	content: "(" counter(horae-latinae-latin-counter, lower-latin) ")";
	counter-increment: horae-latinae-latin-counter;
	font-style: italic;
}

.horae-latinae-decimal {
	counter-reset: horae-latinae-decimal-counter;
}
.horae-latinae-decimal>li:before {
	content: counter(horae-latinae-decimal-counter, decimal) ".";
	counter-increment: horae-latinae-decimal-counter;
	font-weight: bold;
}

.horae-latinae-sources {
	list-style-type: none;
	padding-top: 0em;
	padding-left: 3em;
	text-indent: -2.5em;
	margin-top: 0.6em;
	margin-bottom: 0.4em; /* Samma som p */
}
.horae-latinae-sources li {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
.horae-latinae-sources li:before {
	content: "";
	counter-increment: none;
}

.horae-latinae-small, .horae-latinae-footnote, .horae-latinae-small .horae-latinae-list li:before {
	font-size: 80%;
}

#dictionary_choices {
	margin-bottom: 1em;
}

.searchbox::after {
	content: "";
	clear: both;
	display: table;
}
.ui-widget {
  width: 275px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.ui-widget input#queryText{
  width: 275px;
  height: 60px;
  border: 1px solid gray;
  font-size: 16pt;
  float: left;
  padding-left: 45px;
  padding-right: 15px;
}
.ui-widget .icon{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-left: 15px;
  margin-top: 10px;
  z-index: 1;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DCDCDC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #DCDCDC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #DCDCDC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #DCDCDC;
}

#queryText {
	-webkit-appearance: none;
	border-radius: 3px;
}
