.header-menu {
	margin: 0;
	padding: 0;
	width: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.header-menu ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.header-menu ul li {
  float: left;
}

.header-menu ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.header-menu ul li a:hover {
	background-color: #111;
}

#header-filler {
  height: 1px;
  margin: 0px;
  padding: 0px;
}

.tr-style:nth-child(even) {
  background-color: #D6EEEE;
}

.tr-style {
  border: solid;
  border-width: 1px;
}

th {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

.td-style {
  text-align: center;
  padding: 3px 5px;
}

.table-style {
  border-collapse: collapse;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
}

.li-menu-right {
  float:right !important;
}

a.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

a.button:hover {
  animation: fadeInAButton 0.3s;
  background-color: red;
}

@keyframes fadeInAButton {
  0% { background-color: #04AA6D; }
  100% { background-color: red; }
}

.form-error {
  color: red;
}

.form-success {
  color: green;
}