body
{
    margin:auto; 
    max-width:800px;
}

#tblPlayers tr:first-child,#tblGames tr:first-child
{
    background-color:bisque;
}


.gh-table
{
    width: 100%;
    max-width: 640px;
    margin: auto;
    border-collapse: collapse;
    font-size: 20px;
}

tr.me
{
    /*background-color:lightblue;*/
}

tr.ready
{
    background-color: lightgreen;
}


/* COMMON */

img.avatar
{
    width: 36px;
    height: 36px;
}

#tdName
{
    position: relative;
}

#tdName #crown
{
    width: 16px;
    position: absolute;
    left:20px;
    bottom:0px;
}

/* COMMON */

.ui-menu a>*
{
    vertical-align: middle;
}

.ui-menu 
{
    width: 220px;
    position: absolute;
    z-index: 200;
    text-align: left;
}

.ui-menu il a
{
	cursor:pointer;
}

#lnkHere b, #lnkHere #version_link
{
    display: inline-block;
}

#lnkHere #version_link
{
    font-size: smaller;
}
