.showlist-current {
  font-weight: bold;
  color: red;
  font-size: 1.0em;
}

.showlist-heading {
  font-weight: bold;
  color: black;
  line-height: 1.2em;
  font-size: 1.0em;
}

.showlist-list td th  {
  font-weight: normal;
  color: black;
  line-height: 1.2em;
  font-size: 1.0em;
 }
  
td, th, table {
  padding-left: 3px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
}


input.showlist-editbutton {
  color: blue;
  font-weight: bold;
  line-height: 1.0em;
  font-size: 0.8em;
}

input.showlist-deletebutton {
  color: red;
  font-weight: bold;
  line-height: 1.0em;
  font-size: 0.8em;
}

input.button {
  color: blue;
  text-align: center;
  font-weight: bold;
  line-height: 1.0em;
  font-size: 0.8em;
}

.showlist-presenter {
  font-style: italic;
}

.showlist-link:visited {
  color: blue;
  text-decoration: underline;
}

.showlist-link:link {
  color: blue;
  text-decoration: underline;
}

.showlist-link:active {
  color: red;
}

.showlist-link:hover {
  color: red;
}

.form-input-field {
  width: 90%;
}

.form-input-button {
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

label-bold {
	font-weight: bold;
	color: black;
}
