body {
	overflow: scroll;
	_overflow: auto;
	font-size: 100%;
	background-color: rgba(235,235,235,1);
}
.layout_container_bg {
	border-style: solid;
	border-width: 7px;
	border-color: rgba(213,213,214,1);
}
.layout_container_main {
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	max-width: 1024px;
}
.layout_container {
	padding: 8px;
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
}
.layout_container_dark {
	background-color: rgba(225,225,225,1);
	padding: 8px;
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
}
.layout_container_name {
	padding-top: 2px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1024px;
}
.layout_container_games {
	background-color: rgba(225,225,225,1);
	padding-top: 8px;
//	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: rgba(22,22,22,1);
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
}
.layout_container_vid {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
.layout_icons {
	float: right;
	padding-top: 12px;
	padding-left: 12px;
}
.layout_clear {
	clear: both;
}
.layout_float_left {
	float: left;
}
.layout_float_right {
	float: right;
}
.layout_float_left_with_margin {
	float: left;
	margin: 0 4% 2% 0;
}
.layout_title_img {
	float: left;
	margin: 0 4% 2% 0;
	height: 192px;
	width: 192px;
}
.layout_float_right_with_margin {
	float: right;
	margin: 0 0 2% 4%;
}
.layout_float_left_video {
	float: left;
	margin: 0 4% 0 0;
}
.layout_float_right_video {
	float: right;
	margin: 0 0 0 4%;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
#title {
	font-size: 3.4em;
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
}
#title_name:before {
	color: rgba(122,122,122,1);
	content: "MARTIN BADOWSKY";
}
#title_ld:before {
	color: rgba(188,188,188,1);
	content: "LEVEL DESIGNER";
}
#game {
	font-weight: bold;
	color: rgba(122,122,122,1);
	font-size: 150%;
}
#leveltext {
	float: left;
}
#platform {
	font-weight: bold;
	color: rgba(188,188,188,1);
	font-size: 100%;
}
#main {
	margin-top: 32px;
	margin-bottom: 32px;
}
.quote {
	width: 33%;
	font-style: italic;
	font-weight: bold;
}
.body {
	color: rgba(122,122,122,1);
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
}
.heading_1 {
	color: rgba(122,122,122,1);
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
	font-size: 24px;
}
#games {
	color: rgba(22,22,22,1);
	font-style: normal;
    	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
}
.divTable {
        display: table;
}
.divRow {
	display: table-row;
}
.divCell {
	text-align:center;
	display: table-cell;
        float: left;
	padding: 8px;
}
a:link {
	color: rgba(255,59,48,1);
	text-decoration: none;
}
a:visited {
	color: rgba(255,59,48,1);
	text-decoration: none;
}
a:hover {
	color: rgba(0,85,167,1);
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: rgba(255,59,48,1);
}
#copyright {
	text-align: right;
	font-style: normal;
   	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
        color: rgba(122,122,122,1);
}
#copyright_name {
       color: rgba(188,188,188,1);
}
#copyright_year:before {
	content: " 2025 ";
}