.barnstarcabinet {
	margin: 0.2em 0 2em 0 !important;
}

.barnstarcabinet table {
	width: 100%;
}

/* Full width on smaller screens */
@media screen and (max-width: 920px) {
	.barnstarcabinet {
		width: 100% !important;
	}
}

/* Always full width on mobile theme */
#mw-mf-viewport .barnstarcabinet {
	width: 100% !important;
}

/* Hide early on small screens on the mobile theme */
@media screen and (max-width: 800px) {
	#mw-mf-viewport .barnstarcabinet {
		display: none;
	}
}

/* Hide completely on tiny screens */
@media screen and (max-width: 400px) {
	.barnstarcabinet {
		display: none;
	}
}