﻿body {
	font-family: Arial, Helvetica, sans-serif;
	height:100%; overflow:hidden; margin:0px; padding:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#gameplay{
        height:100%;
        width: 100%;
        position:absolute; 
	}
.gameplayer-ui{
    z-index: 1;
	}
.gamemenu-overlay {
    opacity: 0.6;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.sidepanel-toggle {
    z-index: 1;
    position: absolute;
    top: 2.5em;
    left: 0;
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    background: #553E72;
}
.play_setting{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 2em;
    width: 4em;
}
.play_setting img{
    width: 100%;
}
.play_help{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 2em;
    width: 4em;
}
.play_help img{
    width: 100%;
}

#similargames_container{
    position: fixed;
    z-index: 1000;
    display: none;
    background-color: #ffdeb3;
    top: 0;
    left: 0;
}
#similargames {
    margin: auto;
}
.similargames_title {
    height: 40px;
    background-color: #fa7e3e;
    width: 100%;
}
.similargames_title_home {
    padding: 5px 5px 0 5px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    float: left;
}
.similargames_title_icons {
    float: right;
}
div.thumb {
    float: left;
    margin: 5px;
    text-align: center;
    position: relative;
    width: 65px;
    height: 65px;
}
.thumb img{
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.hreview-aggregate{
    position: fixed;
    z-index: 1000;
    display: none;
    background-color: #ffdeb3;
    top: 0;
    right: 0;
}
.help_help {
    height: 30px;
    width: 100%;
    background: #fa7e3e;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}
.close_help {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 0px;
}
#help .title {
    width: 100%;
    font-size: 3em;
    font-weight: 700;
    color: #fa7e3e;
    float: left;
}
#help .desc_con {
    float: left;
    line-height: 1em;
    color: #000;
    text-align: left;
    width: 100%;
    height: auto;
    font-size: 2em;
}