table.game { 
	text-align:left;
	border-top:1px dotted rgba(11, 31, 82, 0.2);
	padding:15px 0;
	width:100%;
	position: relative;
	border-spacing: 0;
}

.game.premium {
	background:rgba(9,31,81,.05);
}

.game a {
	text-decoration: none;
}

.game a:hover {
	text-decoration: underline;
}

.game img {
	width:468px;
	height:60px;
	margin-top:10px;
}

td.game-options { 
	width:50px;
    text-align: center;
}

td.game-options .menu-trigger {
	position: relative;
}

.game-options > .option {
	display: block;
    padding:2px 0;
    cursor: pointer;
}
								/* Just for menu triger */
.game-options > .option.bright, .game-options > .option.bright > a {
	color:rgba(9,31,81,.3);
}

.game-options > .option:last-child {
	border:0;
}

.game-options > .option:hover {
	background:rgba(9,31,81,.1);
	color:rgba(9,31,81,1);
}

/* Just for menu triger */
.game-options > .option:hover a {
	color:rgba(9,31,81,1);
}

.game-options > .option.not-link {
	padding-top:0;
	padding-bottom:10px;
}

.game-options > .option.not-link:hover {
	background: none;
	text-decoration: none;
}

.game-options .option.menu {
	z-index:5;
	top:0;
	position: absolute;
	text-align: left;
	left:50px;
	display: none;
	padding:5px;
	background: #f5f6f7;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid rgba(9,31,81,1);
}

.game-options .option.menu .divider {
	text-transform: uppercase;
	font-size:70%;
	padding:5px 0 0 10px;
	font-weight: bold;
	color:gray;
}

.game-options .option.menu a.option {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	padding:5px;
	padding-right:40px;
	font-weight: normal;
}

.game-options .option.menu a.option:hover {
	text-decoration: none;
	background:rgba(9,31,81,0.3);
}

td.game-options.right {
	width:75px;
	text-align:right;
	padding-right:20px
}

td.game-options.right .option:hover {
	text-decoration: none;
	background: none;
}

td.game-options.right > .option:first-child {
	padding-bottom:10px;
}

td.game-options.right > .option:first-child:hover {
	text-decoration: underline;
}

td.game-options.right > .option:nth-child(2) {
	color:green;
}

td.game-options.right > .option:nth-child(3) {
	color:rgba(9,31,81,.5);
}

td.game-content { 
	width:auto;
	padding-right:20px;
} 

.game-content a { 
	color:rgb(9,31,81);
	font-weight: bold;
}

.game-content-attributes {
	margin-top:7px;
	padding-top:7px;
	border-top:1px solid rgba(128,128,128,.2);
	font-size:12px;
}

.game-content-attributes span {
	font-size:12px;
}

.game-content-attributes i {
	color:rgba(9,31,81,.7);
	font-size:13px;
}

.game-content-header {

}

.game-content-description { 
	margin-top:10px;
	font-size:13px; 
}

.game-content-menu {
	color:gray;
	padding-top:1px;
}

.game-content-inout {
	width:100px;
	float:right;
	font-weight: bold;
	font-size:13px;
	vertical-align: middle;
	margin-top:15px;
}

.game-content-inout.premium {
	margin-top:44px;
}

.game-content-in, .game-content-out {
	text-align: center;
}

.game-content-in {
	color:green;
}

.game-content-out {
	margin-top:20px;
	color:rgb(9,31,81);
}