.selection .frontpage {
  text-align: left;
}

.selection .frontpage .options * {
  font-size: inherit;
}

.selection .frontpage ul {
  list-style-type: none;
}

.selection .frontpage ul label {
  font-size: .9em;
}

.selection .frontpage input {
  margin-right: 1em;
}

.selection .frontpage .classname > .label,
.selection .frontpage .options > * > .label {
  text-align: right;
  width: 30%;
}

.selection .frontpage .selectattributes input {
  width: 3em;
}

.selection .frontpage .classportrait .value {
  display: inline-block;
  height: 12em;
  width: 20em;
  overflow: auto;
}

.selection .frontpage .classportrait .value * {
  vertical-align: middle;
}

.selection .frontpage .classportrait .portrait {
  display: inline-block;
  height: 100px;
  float: none;
  position: static;
}

.selection .showsource textarea {
  display: block;
  width: 60em;
  height: 40em;
  margin: auto;
}
