/* dvzlogs only */

body {
	
	background-color:#000;
	background-image:url('../img/supermagnifique.gif');
	color:#fff;
	font-family:ms sans serif, sans-serif;
	
	
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

/*
divs
*/

#table-left {
	
	background-color:#240b24;
	border-right:1px dotted #f00;
	
}

#table-right {
	
}

#hub {
	
	border:2px dotted #fff;
	background-color:#000;
	
}
/*
portal
*/

#portal-1 {
	
	background-color:#d1d2ff;
}

#portal-1-h2 {
	
	background-color:#200388;
	border-bottom:1px solid #f00;
}

#game-shit {
	
	font-family:segoe print, ms sans serif, sans-serif;
	margin:0px 6px;
	
}
/*
RETROBLOX
*/
#retro-img {
	max-width:300px;
}
#retro-img img {
	width:100%;
}
.retro-game {
	display:flex;
	background-color:#110017;
	border-left:1px dashed #fff;
	border-bottom:1px solid #fff;
}
.game-thumbnail {
	margin:3px 8px;
}
.game-name {
	
}
.game-about {
	margin:3px 8px;
}

#lista {
	
	background-color:#222207;
	
}

/* li */

ul {
	
	padding:0px;
	
}

ul:before {
	
	content:">";
	
}

#table-left-li {
	
	margin:0px 15px;
	list-style-image:url('');
	
}

li a:link {
	
	font-weight:bold;
	
}