ul.nav li {
  margin-right: 0em;
  margin: 0em;
}

ul.nav li a {
  padding-left: 1em;
  padding-right; 0em;
  
}

/*Legacy Styles*/
table tr td{
	border: 0px black solid;
}
table#error-report {
	border: 0px black solid;
}
table#PubCount tr td{
	padding: 3px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table#PubCount tr td.Count {
	text-align: right;
}
table#PubCount tr#Total td{
	padding-top: 5px;
	font-weight: bold;
}
table {
  width: 100%;
}
table#PubCount {
  width: 20em;
}
table tr *.JournalName{
  width: 100%
}
div#Error-Report input,textarea {
  width: auto;
}
input[type="text"]	{
  width: auto;
}
input#BasicSearch {
  width: 40em;
}
textarea {
  width: 100%;
  height: 100px;
}
textarea.Aliases {
  width: 100%;
  height: 5em;
  overflow: auto;
}
.Instructions {
  font-style: italic;
}
.required {
	color: red;
	font-weight: bold;
}
.warning {
	display: block;
	border: 2px red solid;
	font-weight: bold;
	margin: 1em;
}
table#PubEdit td {
  vertical-align: middle;
}
div#Example {
  margin-top: 5em;
}
fieldset {
  margin-bottom: 1em;
  width: 500px;
  border: 1px solid gray;
  padding: 1em;
}
.AuthorEditSection {
  font-weight: bold;
}