html, body {
	margin: 0;
	padding: 0;
}

header {
	padding: 10px;
	background: #000;
	color: #fff;
}

header > h1 {
	margin: 0;
}

footer {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 1.5;
}

#container {
	width: 100%;
	overflow: hidden;
}

#pane-left {
	width: 50%;
	float: left;
}

#pane-right {
	width: 50%;
	float: right;
}

section {
	margin: 2em 10px;
}

section > h2 {
	border-bottom: 1px solid #ccc;
}


.controls {
	margin: 1em 0;
}



/* Pages */


#pages {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

#pages > li {
	position: relative;
	margin: 0 3px 3px 3px;
	padding: 5px;
	font-size: 12px;
	height: 18px;
}

#pages > li > a {
	/*display: block;*/
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}

/* Update */

#btn-update {
	padding: 10px;
	font-weight: bold;
}


/* Preview */
#preview {
	width: 260px;
	background: #eee;
	padding: 0 10px;

}

#preview > p {
	padding: 10px 0;
}

#preview > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 260px;
	overflow: hidden;
}

#preview > ul > li {
	position: relative;
	float: right;
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 108px;
	height: 162px;
	text-align: center;
	background: #fff no-repeat 50% 50%;
	background-size: contain;
	border: 1px solid #000;
	font-size: 12px;
}

#preview > ul > li.cover {
	background: #fcc !important;
}

#preview > ul > li.null {
	background: #eee !important;
	border: 1px dotted #000 !important;
}

#preview > ul > li > em {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 108px;
	color: #999;
	text-align: center;
}

#preview > ul > li > small {
	display: block;
}

/* Misc */
#a-load-profile {
	font-size: 2px;
	opacity: 0;
}