body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  background: #fdbb30;
  color: #000000;
}
.content h1, h2, h3, img, object, .content .captioned_image { clear: both; }
#header {
  background: #00929f;
  padding: 0;
  margin: 0;
  color: #ffffff;
  position: relative;
  min-height: 38px;
}
#header p {
  margin: 0;
}
#header #logo {
  top: 50%;
  left: 0;
  padding: 0;
  margin-top: -20px;
}
#header a {
  position: absolute;
  bottom: 0;
  padding: 4px 4px 2px 4px;
}
#header a.open {
  background: #fdbb30;
  border-radius: 2px 2px 0 0;
  border: solid 2px #000;
  border-bottom: none;
  padding: 2px 2px 4px 2px;
  bottom: -2px;
}
#navigation-icon {
  right: 0;
}
#search-icon {
  right: 38px;
}
#header h1 {
  font-size: 1.5em;
  margin: auto 0;
  padding: 0.4em 72px 0.4em 48px;
}
#navigation, #search {
  display: none;
  background: #fdbb30;
  padding: 1em;
  font-size: 1.5em;
  border: solid 2px #000;
}
#search {
  padding: 1em 0;
  text-align: center;
}
#search-box {
  width: 90%;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#navigation ul.languages {
  text-align: right;
  margin: -0.5em 0 1em 0;
}
#navigation ul ul {
  padding: 0.5em 0 0.5em 2em;
  font-weight: normal;
}
#navigation li {
  padding: 0 0 0.5em 0;
}
#navigation label, #navigation .button, #navigation span {
  font-weight: bold;
}
#navigation span + span:before {
  content: " | ";
}
#navigation label {
  display: inline-block;
  width: 15%;
  text-align: right;
}
#navigation select, #navigation input {
  width: 60%;
}
#navigation input.button {
  width: 20%;
}
.content {
  padding: 0.5em;
  background: #ffffff;
}
form {
  margin: 0;
}
.content img {
  border: none;
  margin: 0.25em;
}

table.extras_splitter td {
  vertical-align: top;
  display: block;
}
td.extras {
/*  display: none; */
}

.more {
  background-color: #80c8cf;
  padding: 1em;
}
.more ul {
  list-style-type: none;
  padding: 0;
}
.more li {
  margin: 0.5em 0;
}
.more > ul + ul {
  margin: 1em 0;
  border-top: dotted 1px #000;
}
.more .list p {
	clear: none;
	}
.more .list ul {
	overflow: hidden;
	list-style-type: none;
	font-size: 0.95em;
  margin: 0;
  padding: 0 0.5em;
	}
.more .list ul li {
	float: left;
	width: auto;
	padding: 0;
  margin: 0.5em;
	}
.more .list ul li a {
  background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 1px 20px;
	}
.more .list ul li span {
  background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 1px 20px;
  font-weight: bold;
  width: 3.5em;
  display: block;
}

#footer {
  font-size: 0.8em;
  font-style: normal;
  padding: 0.25em;
  text-align: center;
}
.footerlinks {
  list-style-type: none;
  padding: 0;
  margin: 0.5em 0;
  font-size: 1.25em;
}
.footerlinks li {
  display: inline-block;
}
.footerlinks li + li:before {
  content: " | ";
}

.feed-box, .poll-form, .election-result {
  width: auto !important;
}
form ul {
  padding: 0;
}
form ul li {
  list-style-type: none;
}
form li label {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
}

.large {
  font-size: 1.25em;
}
.small {
  font-size: 0.8em;
}