#content .native {
  padding-top: 35px;
  padding-bottom: 35px;
}

#content .native p.login {
  padding-top: 5px;
  max-width: 375px;
  float: left;
}
#content .native fieldset.login {
  float: right;
}

#content th.actions {
  width: 265px;
}

#content td.status,
#content td.nickname,
#content td.actions {
  text-align: center;
}

#content p.menu {
  text-align: right;
}

#content .native fieldset span.value {
  width:165px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (max-width: 500px) {
  #content .native p.login {
    float:none;
    max-width:auto;
  }

  #content .native fieldset.login {
    float:none;
  }
}
