.section {
  margin-bottom: 1em;
  min-height: unset;
  display: table;
}
#section-title {
  overflow: visible;
  min-height: 8em;
}
#section-title .gr {
  height: 16em;
  background: url(../images/star/bg1.png) 0 0 no-repeat;
}

#section-title .content {
  padding-top: 3.5em;
  padding-right: 0;
  width: 80%;
  text-align: right;
  border: none;
}
.section .content {
  width: 50%;
  min-width: 10em;
  height: 100%;
  display: table-cell;
  padding: 2em;
  margin-top: 0;
  margin-right:1em;
  border-right: 1em solid rgba(255,255,255,1);
}
.section .content:first-of-type {
  margin-right: 1em;
}

.bottom {
  width: 60%;
  margin: 0 auto 2em;
}

#nav {
  display: block;
  width: 75%;
  height: 3em;
  margin: 1em auto;
}
#nav a {
  display: inline-block;
  line-height: 2em;
}

@media only screen and (max-width: 650px) {
  nobr {
    white-space:  normal;
  }
.section .content, #section-title .content {
  width: 100%;
  display: block;
  }
}