.article .data table {
	box-shadow: none;
	border: 1px solid #ddd;
}

.drawer .section {
	padding: 20px 24px 5px;
}

.toc ul {
	margin-bottom: 0px;
}

@media only screen and (min-width: 720px) {
	.article .wrapper {
		padding-top: 75px;
	}
}

.article h1 {
	padding-bottom: 20px;
}

.drawer .toc a.current, .drawer .toc a:focus, .drawer .toc a:hover {
	font-weight: 700;
}

.pagination .direction {
	color: #aaa;
}

.pagination a .button, .pagination a .title {
	color: #555;
}

.pagination a .button, .pagination a .title:hover {
	color: #000;
}

@media only screen and (min-width:960px) {
	.backdrop {
		background: #fff;
	}
	.backdrop-paper:after {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
}

.drawer .scrollable {
	top: 40px;
}

/*
.main {
	max-width: 960px;
}
.bar {
	max-width: 960px;
}
*/

@media only screen and (min-width: 1200px) {
	.header {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 720px) {
	.header {
		height: 75px;
	}
}

.header {
	height: 75px;
}

.header .button {
	vertical-align: middle;
}

.header .bar.default .button-download .icon {
	font-family: inherit;
	font-size: 12px !important;
	font-weight: 600;
	display: inline-block;
	padding: 13.5px 25px;
	color: #fff !important;
	background: #12b566;
	border: 1px solid #ddd;
	border-radius: 35px;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 479px) {
	.button-download {
		display: none;
	}
}

.header .bar.default .button .icon {
	margin: 10px
}