/**
 *
 * Consider adding this lines tou your own file
 *
 */
body {
	font-family: 'Roboto', sans-serif;
	color: #414142;
	background-color: lightgray;
}
 
a:hover,
a:visited,
a:link,
afocus {
	color: inherit;
	text-decoration: none;
}
 
h1 {
	text-align: center;
	margin-top: 20px;
}

h3 {
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.faq {
	margin: 20px auto;
	width: 80%;
	max-width: 500px;
	padding: 20px 20px 30px;
	background-color: #f2f2f2;
}

.nested{
	text-indent: 30px;
}
 
.bandoneon-content,
.nested-bandoneon-content {
	display: none;
}

.nested-bandoneon-content {
	padding-left: 30px;
}

.bandoneon-content{
	background-color: lightyellow;
	padding: 20px;
}

.bandoneon-heading,
.nested-bandoneon-heading {
	cursor: pointer;
}

/*********************************************************/

.container{
	max-width: 720px;
	margin: 0 auto;
}


pre, code {
	border-radius: 5px;
	background-color: whitesmoke;
	padding: 20px !important;
}


.tabs-nav{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.tabs-nav-container {
	
}

.tabs-nav-container button {
	margin: 5px;
	border: none;
	padding: 20px;
	background-color: #f2f2f2;
	cursor: pointer;
	border: 2px solid white;
}

.tabs-nav-container button:hover {
	border: 2px solid #414142;
}

.tabs-nav-container button.selected {
	background-color: lightyellow;
}

#docs {
	display: none;
}

.tab {
	background-color: #999;
	padding: 20px;
	margin: 10px; 
}