html
{
    overflow:hidden;
}
#widget
{
    top: 5%;
    left:0;
    position: absolute;
    margin:0 auto;
    text-align: center;
    border-bottom: 1px #000000 solid;
    border-top: 1px #000000 solid;
    border-right: 1px #000000 solid;
    background: #ddd;
    width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#widget img
{
    width: 32px;
    height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#links
{
    background-color: #ffffff;
    border: 1px solid #000000;
    position: absolute;
    text-align: center;
    display: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin: auto;
    padding: 30px;
    line-height: 20px;
}
#links .first
{
    padding-bottom: 10px;
}
#links .last
{
    padding-top: 10px;
}
#links #linksNote
{
    position: absolute;
    top: -42px;
    margin: auto;
    width: 202px;
    font-weight: bold;
}

#links #facebookLogin
{
    position: absolute;
    top: -96px;
    padding: 0;
    margin: 0;
}

#loading
{
    top: 0px;
    left:0px;
    position: absolute;
    margin:0 auto;
    width: 100%;
    text-align: center;
}
#container {
    top: 0px;
    left:0px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
canvas
{
    top: 0px;
    left:0px;
    position: relative;
    margin:0 auto;
}
#leaderboardContainer
{
    position: absolute;
    top: 15px;
    left: -340px;
    width: 290px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}
#leaderboardContainer iframe {
    overflow: hidden;
    border: 0;
    width: 100%;
    height: 540px;
}