body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.ui-accordion-header.ui-state-active { background-color: green; border: green;}

#clock {
  background: #ddd;
  color: #444;
  margin: 20px 0;
  text-align: center;
  padding: 20px;
}

#footer {
  background: #ddd;
  margin: 20px 0;
  text-align: center;
}

#zwenn {
  text-align: center;
}

.button {
  text-align: center;
  background-color: #ec4b4b;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
#footer a:link {
  color: #444;
}

#footer a:visited {
  color: #444;
}

#footer a:hover {
  color: #444;
}

#footer a:active {
  color: #444;
}
