.sign-in-banner p {
	display: none;
}

.sign-in-banner .button.button--block.button-tertiary {
	display: none;
}

.interaction-modal__choices .interaction-modal__choices__choice:nth-child(1) {
	display: none;
}

.interaction-modal__choices .interaction-modal__choices__choice:nth-child(2) {
	width: 100%;
}

.server-banner__meta .server-banner__meta__column:nth-child(1) {
	width: 100%;
}
.server-banner__meta .server-banner__meta__column:nth-child(2) {
	display: none;
}

.account__display-name strong {
	overflow: auto;
	text-overflow: unset;
}

