@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
	background: #fff;
	font-family: roboto,sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

#cheats-tree {
	width: auto;
	height: 100%;
	font-family: 'Roboto', sans-serif; color:#205990;
	margin: 0;
	white-space: nowrap;
	word-wrap: normal;
	clear: both;

}
.games_listbox {
    width: 98%;
    padding: 15px 0 0 15px;
    border: none;
    margin: 20px 0 0 0 !important;
    display: flow-root !important;
     position: inherit !important;
}
@media only screen and (max-width: 767px) {

#cheats-tree {
    transform: scale(.6);
    transform-origin: top left;
}
}
#cheats-tree h4 {
	color: #205990;
}
#cheats-tree div i {
	font-style: normal;
	color: #777;
}
#cheats-tree div a {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}
#cheats-tree div a:hover {
	background-color: #8ca8c2;
	color: #fff;
}
#cheats-tree label {
	color: #000080;
	padding-left: 16px;
	cursor: pointer;
	background: url('data:image/gif;base64,R0lGODlhCQAJABEAACH5BAEAAAAALAAAAAAJAAkAo\
QAAAICAgAAAAAAAAAIUjI+gC7aynILKiXtbeHHPznQIUgAAOw==') no-repeat 1px 50%;
}
#cheats-tree input, #cheats-tree div div {
	display: none;
	padding-left: 24px;
}
#cheats-tree div.ctcb {
	display: block;
}
#cheats-tree label.ctcl {
	background-image: url('data:image/gif;base64,R0lGODlhCQAJABEAACH5BAEAAAAALAAAAAAJAAkAo\
QAAAICAgAAAAAAAAAIRjI+gC8brXgtAWDtllvGhHxQAOw==');
}
#cheats-tree input:checked ~ div {
	display: block;
}
#cheats-tree input:checked ~ label {
	background-image: url('data:image/gif;base64,R0lGODlhCQAJABEAACH5BAEAAAAALAAAAAAJAAkAo\
QAAAICAgAAAAAAAAAIRjI+gC8brXgtAWDtllvGhHxQAOw==');
}
.games_listbox { width:98%; padding: 15px 0 0 15px ; border:none; margin:20px 0 0; }
.games_listbox_inner { height:640px; overflow:auto; margin:20px 0;  }
.games_listbox_inner ul { width:40%; float:left; margin:0px; }
.games_listbox_inner li { list-style:none; float:left; width:100%; padding-left:30px; background:url(../images/game_list_icon.png) no-repeat; font-size:14px; color:#205990; line-height:16px; margin-bottom:10px;   }
.g_title1 { width:50%; float:left; }
.g_title1 span { font-weight:bold; color:#205990; }
.clear {clear: both;}
.game_wrapper_mobile { margin-bottom: 10px; }
.game_wrapper_mobile::before { content: "\2611"; }
