body
{
  overflow: hidden;
}

iframe
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.fade
{
  position: absolute;
  user-select: none;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%);
}

#buttons
{
  position: absolute;
  bottom: 8px;
}

#buttons
{
    padding: 0;
    margin: 0;
}
#buttons li
{
    float: left;
    list-style: none;
    text-align: center;
}

#buttons li a
{
    text-decoration: none !important;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    border-radius: 3px;
    color: #777;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 8px 0px 5px;
}

#buttons li a.aa
{
  background: #f0f0f0;
}

#buttons li a:hover
{
  border: 1px solid #808080;
}

#buttons li a.language
{
  background: #FFFFFF;
}
