.btn {
	white-space: nowrap;
}


/* equal height for some blocks */
.eq {
	display: flex;

	> * {
		flex: 1;
	}
}
