#glob {
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 2px;
  border: 0px;
  background-color: #181818;
  width: 100%;
  height: 37px; }
  #glob #search {
    position: relative;
    width: 98%;
    top: -31px;
    left: 2%;
    border: 0px;
    box-shadow: none; }
    #glob #search input {
      width: 90%;
      overflow: hidden;
      margin: 0px;
      padding: 0px 5px; }
    #glob #search button {
      width: 8%;
      overflow: hidden;
      margin: 0px;
      padding: 0px; }
  #glob h1 {
    position: relative;
    width: 50%;
    left: 25%;
    top: 30px;
    text-align: center;
    font-size: 14px;
    z-index: 9999; }
    #glob h1 a {
      width: 50%;
      z-index: 9001;
      text-align: center; }

#hd {
  position: relative;
  top: 37px;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 40px;
  width: 100%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c3d43), color-stop(50%, #1c1d1f), color-stop(100%, #1c1d1f));
  background: -webkit-linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  background: -moz-linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  background: -o-linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  background: linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  border-top: 1px solid #47494E;
  border-bottom: 1px solid #303030; }
  #hd h1 {
    top: 14px;
    text-align: center;
    width: 100%; }
  #hd #auth {
    height: 40px; }
  #hd #nav {
    position: relative;
    width: 98%;
    left: 1%;
    top: -16px;
    box-shadow: none;
    border: 0px;
    height: 0px; }
    #hd #nav li, #hd #nav li:first-child, #hd #nav li:last-child {
      width: 32%;
      margin-left: 1%;
      margin-top: 4px; }
      #hd #nav li a, #hd #nav li:first-child a, #hd #nav li:last-child a {
        border-radius: 5px;
        width: 100%; }
  #hd .notauthenticated, #hd .authenticated {
    position: relative;
    width: 100%;
    left: 0%; }
    #hd .notauthenticated form, #hd .authenticated form {
      float: none; }
    #hd .notauthenticated .actions, #hd .authenticated .actions {
      width: 192px;
      padding: 0px; }
      #hd .notauthenticated .actions a, #hd .authenticated .actions a {
        float: none;
        margin: auto; }
  #hd .notauthenticated {
    width: 100%;
    top: 93px; }
    #hd .notauthenticated form {
      margin-left: 20px; }
    #hd .notauthenticated .actions {
      margin-right: 20px;
      margin-top: -15px; }
  #hd .authenticated {
    top: 96px;
    width: 66%;
    margin: auto; }
    #hd .authenticated .actions {
      right: 0px;
      width: 50%;
      text-align: center; }
    #hd .authenticated .greeting {
      left: 0px;
      width: 50%;
      text-align: center; }

#all {
  background-image: none; }

#doc5 {
  width: 100%;
  text-align: left; }

#bd {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20px; }

.apollo {
  line-height: 1.2em; }

.feedback.module textarea {
  width: 98%; }

.feedback.module button {
  width: 99%; }

#auth .greeting {
  float: right;
  margin-right: 180px; }

#auth .actions {
  margin-top: -20px;
  float: right;
  right: 0px; }
