#homelinks .basicbox {
  background-color:#e7e8ed;
}
#homelinks ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#homelinks {
  font-size:1em;
  width:100%;
}
#homelinks ul a {
  text-decoration:none;
}

/* viewports above demi-narrow */
@media screen and (min-width:640px) {
  #homelinks .chunk {
    border-right:#eee 1px solid;
  }
  #homelinks .basicbox {
    border:none;
    background-color:initial;
  }
  #content {
     width:100%;
  }
}

/* wide viewports */
@media screen and (min-width:800px) {
  #status {
    max-width:0px;
    float:right;
    margin:0 0 0 1em;
  }
  #homelinks,
  #homelinks .basicbox {
    margin:0;
  }
  #content {
    width:100%;
  }
}