.attribute-list {
	border-top: 1px solid #e1e8ed;
	list-style: none;
	padding: 0;
}

	.attribute-list h5 {
		line-height: 24px;
		margin: 0;
		text-align: right;
		word-wrap: break-word;
	}

		.attribute-list h5 span {
			display: block;
			color: #939da3;
			padding-top: .4em;
		}

		.attribute-list h5 span.required {
			color: #ffae54;
		}

	.attribute-list li {
		border-bottom: 1px solid #f0f4f7;
		clear: both;
		line-height: 24px;
		padding: 17px 0;
	}

	.attribute-list .required {
		color: #ffae54;
	}

body {
	background: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	position: relative;
}

.code {
	background: #2d3134;
	color: #dde4e8;
	display: table-cell;
	padding: 0;
	margin: 0;
	tab-size: 3;
	width: 40%;
	word-wrap: break-word;
}

	.code .example {
		background: #272b2d;
		font-family: 'Source Code Pro', Menlo, monospace;
		margin-left: -10px;
		padding: 10px 10px 10px 25px;
		white-space: pre;
	}

	.code h2 {
		color: #dde4e8;
		font-weight: normal;
		font-family: 'Raleway', sans-serif;
		font-size: 12pt;
		padding-left: 15px;
	}

	.code .possible-values {
		background: #272b2d;
		margin-left: -10px;
		padding: 10px 10px 10px 25px;
	}

#code-menu {
	background: #242729;
	padding: 5px;
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
}
	#code-menu a {
		color: #dde4e8;
	}

	#code-menu a:hover {
		color: black;
	}

.code .code-table {
	background: #272b2d;
	border-color: gray;
	margin-left: -10px;
}

.code-table tr {
	background: rgba(0,0,0,0.1);
}

.code .table-striped>tbody>tr:nth-child(odd)>td, .code .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #33373a;
}

.code .table-striped td {
	border: 1px #373b3e solid;
}


#copyright {
	background: #eeeeee;
	box-shadow: inset 0px 11px 8px -5px #CCC, inset 0px -11px 8px -5px #CCC;
	clear: both;
	margin: 0;
	padding: 30px 0;
}

.filters-list {
	border-bottom: 1px solid #e1e8ed;
	border-top: 1px solid #e1e8ed;
	list-style: none;
	padding: 0;
}

	.filters-list h5 {
		line-height: 24px;
		margin: 0;
		text-align: right;
		word-wrap: break-word;
	}

	.filters-list li {
		clear: both;
	}

	.filters-list .required {
		color: #ffae54;
	}

h1, h2, h3 {
	color: black;
	padding: 0;
	text-align: left
}

h4 {
	color: #939da3;
	font-size: 90%;
	padding-top: 2em;
}

.info {
	display: table-cell;
	padding: 20px 20px 20px 270px;
	width: 60%;
}

#left-logo {
	background: #fafcfc;
	border-bottom: 1px solid #f0f4f7;
	border-right: 1px solid #f0f4f7;
	color: #333;
	font-family: 'Bowlby One SC', cursive;
	font-size: 18pt;
	font-weight: normal;
	height: 80px;
	left: 0;
	position: fixed;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

	#left-logo:hover {
		color: blue;
	}

#menu {
	background: #fafcfc;
	height: calc(100vh - 80px);
	overflow-y: scroll;
	position: fixed;
	top: 80px;
	width: 250px;
}

	#menu ul.affix {
		position: absolute; 
		top: 0;
		left: 0;
	}
	#menu ul.affix-top {
		position: static;
	}
	#menu ul.affix-bottom {
		position: absolute;
	}

	/* All levels of nav */
	#menu .nav > li > a {
		display: block;
		color: #716b7a;
		padding: 5px 20px;
	}

	#menu .nav > li > a:hover, #menu .nav > li > a:focus {
		text-decoration: underline;
	}

	#menu .nav > .active > a, #menu .nav > .active:hover > a, #menu .nav > .active:focus > a {
		font-weight: bold;
		color: #000;
	}

	/* Nav: second level */
	#menu .nav .nav {
		display: none;
	}

	#menu .nav > li.active .nav {
		display:block;
	}

	#menu .nav .nav {
		margin-bottom: 8px;
	}

	#menu .nav .nav > li > a {
		padding-top:    3px;
		padding-bottom: 3px;
		padding-left: 30px;
		font-size: 90%;
	}

.modifiable-attributes {
	border-bottom: 1px solid #e1e8ed;
	border-top: 1px solid #e1e8ed;
	list-style: none;
	padding: 0;
}

	.modifiable-attributes li {
		padding-left: 30px;
	}

#logo {
	background: transparent;
	color: #333;
	display: block;
	font-family: 'Bowlby One SC', cursive;
	font-size: 16pt;
	font-weight: normal;
	height: 5vh;
	position: absolute;
	text-decoration: none;
	top: 10px;
	left: 10px;
}

	#logo sub {
		font-size: 50%;
		position: relative;
		top: 0;
	}

section, .table-row, .method {
	clear: both;
	display: table-row;
	width: 100%;
}

	section .method:last-child .code {
		border-bottom: 1px solid rgb(76, 85, 90);
	}

	section .method:last-child .info {
		border-bottom: 1px solid #f0f4f7;
	}

.table {
	display: table;
	margin: 0;
	table-layout: fixed;
}

.top-section {
	padding-top: 70px;
}

@media only screen and (max-width: 992px) {
	.attribute-list h5 {
		padding-bottom: .5em;
		text-align: left;
	}

		.attribute-list h5 span {
			display: inline-block;
			padding: 0 0 0 1em;
		}

	#code-menu {
		position: absolute;
	}

	.info {
		padding-left: 20px;
	}

	#left-logo {
		height: 50px;
		position: absolute;
		width: 60%;
	}

	#menu {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.code, .info {
		display: block;
		width: 100%;
	}

	#left-logo {
		height: auto;
	}
}