#pageinfo {
  border-top: 0;
}

#searchform {
  box-sizing: border-box;
  width: 100%;
  margin: 0; /* need for IE Mac */
  text-align: right; /* need for IE Mac */
  margin-left: auto;
  float: none;
  display: flex;
}
#searchform > form {
  display: flex;
  justify-items: stretch;
}

input#searchbox {
  color: #34495e;
  padding: 0.3em 0.3em 0.3em 10px;
  font-weight: 600;
  opacity: 0.8;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  flex-grow: 1;
}

input:focus#searchbox {
  box-shadow: 0 0 5px #d43900;
  border: border: 1px solid #d43900;
}

#searchform input[type=submit] {
  display: inline-block;
  padding: 0.3em;
  border: 1px solid #d4d4d4;
}

#navBar > ul > li:nth-last-child(2) {
  border-bottom: 0;
}

#searchbox {
  display: block;
  box-sizing: border-box;
  background-image: none !important;
  background-color: #eeeeee;
  color: #555555;
  border: 1px solid #d4d4d4;
}

.actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.actions ul {
  padding: 2px 2px 4px;
  background: #d43900;
}

.actions ul li {
  padding: 0 5px 0 7px;
  border-left: 1px solid white;
}

.actions ul li:first-child {
  border-left: none;
}

.actions ul li a,.actions ul li a:hover {
  color: white;
  font-weight: bold;
}
.pageheader, #content {
  padding-left: 25px;
  padding-right: 15px;
  clear: both;
}

.pageheader {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pagefooter {
  text-align: center;
}

.parentlinks {
  font-size: small;
}
