@media all and (max-width:1039px), all and (max-device-width:1039px) {
  body.view-sml .Authenticated .navigationLeft .navigation {
    background-color:whitesmoke;
    margin-top: 0px;
    top: 0px;
    height: 2.5em;
    margin-top: 0.6em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
  }

  body.view-sml .navigationLeft .navigation:hover {
    margin-top: 0em;
    background-color: #383838;
    -moz-border-radius: 0em;
    -webkit-border-radius: 0em;
    border-radius: 0em;
  }
}
