body#message.index .profile {
  margin-right: -10px;
  float: right; }
  @media only screen and (max-width: 480px) {
    body#message.index .profile {
      width: auto;
      float: none;
      text-align: center; }
      body#message.index .profile + p {
        margin-top: 10px; } }
