body
{
	background:#1b1b1b url(../includes/togcoding/img/bg.jpg) top center no-repeat;
	color:#bbb;
	font-size:12px;
	font-family: "Lato", sans-serif;
	margin:0px 0px 0px 0px;
	line-height:18px;
	overflow:auto;
}

.infobox
{
	width:auto;
	height:auto;
	position:relative;
	background:url(../includes/togcoding/img/tranbg2.png);
	border-radius:10px;
	padding:10px 15px 10px 15px;
	box-shadow: 5px 5px 10px #121212;
	overflow:auto;
	margin-left: auto;
    margin-right: auto;
}
.infobox2
{
	width:auto;
	height:auto;
	/*position:relative;*/
	background:url(../includes/togcoding/img/tranbg2.png);
	border-radius:10px;
	padding:10px 15px 10px 15px;
	box-shadow: 5px 5px 10px #121212;
	overflow:auto;
	margin-left: auto;
    margin-right: auto;
	float:right;
}

.logo
{
	position:absolute;
	top:20px;
	left:10px;
	width:100px;
	height:100px;
}

.tg
{
	border-collapse:collapse;
	border-spacing:0;
	border-radius: 25px;
}
.tg td
{
	font-family:Arial, sans-serif;
	padding:10px 5px;
	border-style:solid;
	border-width:2px;
	overflow:hidden;
	word-break:normal;
	border-radius: 25px;
}
.tg th
{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 5px;
	border-style:solid;
	border-width:2px;
	overflow:hidden;
	word-break:normal;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(white 25%, grey 60%, rgba(0,0,0,0.5) 15%); /* Safari 5.1-6.0 */
	background: -o-radial-gradient(white 25%, grey 60%, rgba(0,0,0,0.5) 15%); /* For Opera 11.6-12.0 */
	background: -moz-radial-gradient(white 25%, grey 60%, rgba(0,0,0,0.5) 15%); /* For Firefox 3.6-15 */
	background: radial-gradient(white 25%, grey 60%, rgba(0,0,0,0.5) 15%); /* Standard syntax */
	border-radius: 25px;
}
.tg .tg-hder
{
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif !important;
	background-color:#9b9b9b;
	color:#000000;
	text-align:center;
	border-radius: 25px;
}
.tg .tg-game
{
	font-weight:bold;
	font-size:14px;
	background-color:#d6d6d6;
	color:#F0F0F0;
	text-align:center;
	background:rgba(255,255,255,0.01);
	border-radius: 25px;
}
.tg .tg-name
{
	font-weight:bold;
	font-size:14.5px;
	font-size:16px;
	background-color:#d6d6d6;
	color:#F0F0F0;
	text-align:center;
	text-decoration: underline;
	background:rgba(255,255,255,0.01);
	border-radius: 25px;
}
.tg .tg-ver
{
	background-color:#d6d6d6;
	font-size:14px;
	color:#F0F0F0;
	text-align:center;
	background:rgba(255,255,255,0.01);
	border-radius: 25px;
}
.tg .tg-desc
{
	background-color:#d6d6d6;
	font-size:14px;
	color:#F0F0F0;
	background:rgba(255,255,255,0.01);
	border-radius: 25px;
}
.tg .tg-catg
{
	font-weight:bold;
	font-size:20px;
	font-family:"Times New Roman", Times, serif !important;
	background-color:#EB4646;
	text-align:center;
	color:#000000;
	border-radius: 25px;
}

ul.rules li
{
	padding-top:1px;
	padding-bottom:1px;
}
ul.tab
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-style:solid;
	border-width:1px;
}
ul.tab li {float: left;}
ul.tab li a
{
	display: inline-block;
	color: black;
	text-align: center;
	font-size:14px;
	height:36px;
	padding: 6px 6px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 16px;
	border-style:solid;
	border-width:1px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	display: flex;
}
ul.tab li a:hover
{
	background-color: #ff3333;
}
ul.tab li a:focus, .active
{
	background-color: #ff6666;
}