body #wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 60px;
	padding-bottom: 0;
	margin: 0 auto
}

body #wrapper nav {
	min-height: 41px
}

body #wrapper.lt-ie9 .navbar .pull-right {
	float: right
}

body #wrapper ul.checklist {
	list-style: none;
	padding-left: 0;
	margin: 0 0 11px
}

body #wrapper ul.checklist li {
	position: relative;
	padding: .2em 0 .2em 1.2em;
	border-bottom: 1px solid #eee
}

body #wrapper ul.checklist li:first-child {
	border-top: 1px solid #eee
}

body #wrapper ul.checklist li:before {
	content: "✓";
	color: #696;
	display: table;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	left: 0;
	height: 100%;
	width: 1.2em;
	font-weight: 700
}

body #wrapper .ui-coverflow-wrapper {
	height: 320px;
	height: 435px;
	overflow: hidden
}

@media only screen and (max-width: 320px) {
	body #wrapper .ui-coverflow-wrapper {
		height: 200px
	}
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
	body #wrapper .ui-coverflow-wrapper {
	/*height: 240px*/
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	body #wrapper .ui-coverflow-wrapper {
		height: 280px
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body #wrapper .ui-coverflow-wrapper {
	/*height: 360px*/
	}
}

body #wrapper .ui-coverflow-wrapper #coverflow {
	min-height: 200px;
	max-height: 440px
}

body #wrapper .ui-coverflow-wrapper #coverflow > li {
	height: 320px;
	width: 590px;
}

@media only screen and (max-width: 320px) {
	body #wrapper .ui-coverflow-wrapper #coverflow > li {
		width: 160px;
		height: 160px
	}
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
	body #wrapper .ui-coverflow-wrapper #coverflow > li {
	/*width: 200px;
		height: 200px*/
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	body #wrapper .ui-coverflow-wrapper #coverflow > li {
		width: 240px;
		height: 240px
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body #wrapper .ui-coverflow-wrapper #coverflow > li {
		/*width: 320px;*/
	/*height: 320px*/
	}
}

body #wrapper table.overview caption {
	text-align: left;
	font-weight: 700;
	font-size: 1.1em;
	margin: .3em 0 .5em
}

body #wrapper table.overview th, body #wrapper table.overview td {
	border-bottom: 1px solid #eee;
	padding: .2em .5em;
	text-align: center
}

body #wrapper #license {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	padding-top: .4em
}

body #wrapper #license * {
	color: #fff
}

body .footer {
	margin-top: -60px;
	border-top: 1px solid #eee;
	height: 60px;
	padding-top: .5em
}

.container {
	width: 960px;
}