body {
	font-family: 'PT Sans', sans-serif;
	width: 1280px;
	margin: 0 auto;
	background-color: #ededed;
	color: #333;
}

#left_menu {
	width: 230px;
	margin-right: 10px;
	display: block;
	float: left;
}

#left_menu p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

#progressbar {
	position: absolute;
	width: 80%;
	height: 2%;
	left: 10%;
	top: 49%;
	z-index: 100;
}

#skinbuttons, #colorbuttons {
	border-top: 1px solid #bdbdbd;
}

#saveload a {
	font-size: 10px;
}

#skinbuttons input {
	font-size: 10px;
}

#colorbuttons .ui-button {
	font-size: 10px;
}

#mobile_file {
	position: absolute;
	left: 9px;
	z-index: 200;
	display: none;
}

#mobile_color {
	position: absolute;
	left: 9px;
	z-index: 200;
	display: none;
}

#mobile_nav {
	display: none;
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	top: 0%;
	z-index: 100;
	display: none;
}

/* Mobile Layout */
@media only screen and (max-width: 1280px) {
	body { width: 100%; }
	#left_menu { display: none; }
	.js .slicknav_menu { display: block; }
}