body, html, .flex_container {
    margin: 0;
    height:100%;
    background-color: black;
    display: flex;
    flex-direction: column;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color:white;
}

  a:active,
  a:hover {
    outline-width: 0; }

.wrap{
    width: 100%;
    height:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.game{
    width:100%;
    height:100%;
    display: inline-block;
    border-width: 0px;
    flex:auto;

}
.share-wrap{
    height:68px;
    flex:none;
}

.links-wrap{
    width: 100%;
    text-align: center;
    color:#ffffff;
    height: 7.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
  }

  .links-wrap span{
    width : 1.5em;
    display: inline-block;
  }

.adr{
	text-align: center;
}
