html {
	height: 100%;
}
body {
	padding-top: 4.5rem;
	height: 100%;
	overflow-y: scroll;
}
td {
}
audio,video {
	display: block;
	width: 100%;
	margin: 0.5em 0;
}
video {
	height: auto;
}
main {
	padding-bottom: 30px;
}
.expanders {
	color: #fff;
}
.expander {
	margin-bottom: 15px;
}
.expander:nth-child(odd) {
	background-color: #2c3034;
}
.expander:nth-child(even) {
	background-color: #212529;
}
.ynb-soundcrew .expander:nth-child(odd) {
	background-color: #0F5801;
}
.ynb-soundcrew .expander:nth-child(even) {
	background-color: #235206;
}
.expander__title {
	position: relative;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
}
.expander__title::before {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
}
.expander__title.is-open::before {
	content: "\f077";
}
.expander__body {
	display: none;
	padding: 10px 15px;
	border-top: solid 1px rgba(255,255,255,.15);
	font-size: 16px;
}
.expander__body > div + div {
	margin-top: 15px;
}
.expander__body i {
	margin-right: 0.5em;
}
.structure {
	display: block;
	width: 100%;
	height: auto;
	margin: 0.5em 0;
}
.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.links li {
	margin-bottom: 1em;
}

.footer__line {
	padding-bottom: 20px;
	text-align: center;
}