Template:Tabbed infobox/styles.css

From Destinypedia, the Destiny wiki

.infobox.tabbed table {
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	overflow-x: auto !important;
	margin: 0 !important;
}
.infobox.tabbed tbody {
	display: table !important;
	width: 100% !important;
}
.infobox.tabbed .infobox > tbody > tr:nth-child(2) img {
	max-width: 100% !important;
	height: auto !important;
}

/* Mobile */
body.mobile .infobox.tabbed > .tabtoc li {
	font-size: 13px !important;
}
@media all and (max-width:719px) {
	body.mobile .infobox.tabbed {
		margin-bottom: 13.5px !important;
	}
}