/*---------------------------------------------------------------
 * Copyright (c) 2011, Jérôme Giraud (Oxxone), All Right Reserved
 *-------------------------------------------------------------*/

.oxxone
{
  display: none;
  bottom: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px)
{
  .oxxone
  {
    display: block;
  }
}