body {
  background-color: #333333;
  font-family:Ubuntu;
  font-size:14px;
  color: #ffffff; 
}

h1 {
  font-family:Ubuntu;
  font-size:24px;
  color: #d1e751;
  text-decoration: underline; 
}

h2 {
  font-family:Ubuntu;
  font-size:20px;
  color: #d1e751; 
  text-decoration: underline;
}

h3 {
  font-family:Ubuntu;
  font-size:16px;
  color: #d1e751; 
}

legend {
  font-family:Ubuntu;
  font-size:16px;
  color: #d1e751; 
  text-align: right;
}

div#left{
  margin-left: 100px;
}

.hidden-copyright {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  color: #333333;
}

table {
}

a {
  font-family:Ubuntu;
  font-size:16px;
  color: #ffffff; 
  text-decoration: underline; 
}

background {
  width: 1000px;
  height: 500px;
  border-color: green;
  border-width: 5px;
  border-style: solid;
}

label {
  font-family:Ubuntu;
  font-size:16px;
  color: #ffffff; 
  text-decoration: bold; 
}

#test-page-title-image img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.test-page-title-slogan{
  display: block;
  text-align: center;
}

.test-page-title-link{
  display: block;
  text-align: center;
}

.title, .back-link {
  text-align: center;
}

fieldset {
  border: 2px #d1e751 solid;
  border-radius: 10px;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-text {
  color: #d1e751;
  text-decoration: underline;
  cursor: help;
  position: relative;
}

.tooltip-text span[role=tooltip] {
  display: none;
}

.tooltip-text:hover span[role=tooltip] {
  display: block;
  position: absolute;
  bottom: 1em;
  left: -6em;
  width: 20em;
  padding: 0.5em;
  z-index: 100;
  color: #ffffff;
  background-color: #333333;
  border: solid 1px #d1e751;
  border-radius: 0.2em;
}

button, .input-button {
  background-color: #d1e751;
  border: 2px solid #333333;
  color: #333333;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 6px;
  transition-duration: 0.4s;
}

button:hover, .input-button:hover {
  background-color: #E0E585;
  color: #333333;
}

button.disabled {
  background-color: #333333;
  border: 2px solid #d1e751;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 6px;
}

.dotRed {
  height: 25px;
  width: 25px;
  background-color: #f00;
  border-radius: 50%;
  display: inline-block;
}

.dotRbt {
  height: 25px;
  width: 25px;
  background-color: #d1e751;
  border-radius: 50%;
  display: inline-block;
}

.dotYellow {
  height: 25px;
  width: 25px;
  background-color: #ff0;
  border-radius: 50%;
  display: inline-block;
}

.dotPink {
  height: 25px;
  width: 25px;
  background-color: #f0f;
  border-radius: 50%;
  display: inline-block;
}

.dotBlack {
  height: 25px;
  width: 25px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}

.dotGreen {
  height: 25px;
  width: 25px;
  background-color: #0f0;
  border-radius: 50%;
  display: inline-block;
}

.dotBlue {
  height: 25px;
  width: 25px;
  background-color: #00f;
  border-radius: 50%;
  display: inline-block;
}

.dotWhite {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

div#footer {
  text-align: center;
}

.input-field label {
  float: left;
  width: 10em;
  text-align: left;
}

.input-field input {
  display: block;
}

 /* Navbar container */
.navigation-bar {
  overflow: hidden;
  background-color: #333333;
  font-family: Ubuntu;
}

.navigation-bar a.navigation-bar-disabled, .navigation-bar-link-disabled {
  color: grey;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

/* Links inside the navbar */
.navigation-bar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

/* The dropdown container */
.navigation-bar-dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.navigation-bar-dropdown .navigation-bar-dropdown-button {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* background color to navbar links on hover */
.navigation-bar a:hover, .navigation-bar-dropdown:hover .navigation-bar-dropdown-button {
  background-color: #d1e751;
  color: #333333;
  border-radius: 10px;
}

.navigation-bar-dropdown-content a:hover {
  background-color: #d1e751;
  color: #333333;
  border-radius: 0px;
}

/* Dropdown content (hidden by default) */
.navigation-bar-dropdown-content{
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: solid 1px #d1e751
}

/* Links inside the dropdown */
.navigation-bar-dropdown-content a {
  float: none;
  color: white;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* background color to dropdown links on hover */
.navigation-bar-dropdown-content a:hover {
  background-color: #d1e751;
  color: #333333;
}

/* Show the dropdown menu on hover */
.navigation-bar-dropdown:hover .navigation-bar-dropdown-content {
  display: block;
}