.tabs {
	font-size: 0;
	line-height: normal;
}

.tabs .tab-switcher {
	font-size: 14px;
}

main div.closeable-bar {
	margin: 0 2em 2em;
}

div.closeable-bar p {
	display: inline;
	margin: 0 1em;
	font-size: 1.1em;
}

div.closeable-bar p:not(:first-of-type) {
	border-left: 1px solid;
	margin-left: 0;
	padding-left: 1em;
}

div.closeable-bar a {
	text-decoration: underline;
}

button.download .title {
	font-weight: bold;
}

button.download:not(.err-files) .msg-err-files,
button.download:not(.err-size) .msg-err-size,
button.download.err-files .msg-err-size {
	display: none;
}

button.download.err-files .msg-normal,
button.download.err-size .msg-normal {
	display: none;
}

@media (max-width: 736px) {
	.tabs {
		overflow: hidden;
	}

	button.download.flat-button-small {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3.5rem;
		z-index: 1000;
		font-size: 1.2em;
		background-color: #429a4e;
		background: linear-gradient(#49ab56, #357d3f);
	}

	body > footer {
		padding-top: 3.5rem;
	}
}

.file-queue[data-group-index="2"] {
	opacity: 0.7;
}