html.small .medium,
html.small .large {
	display: none;
}

html.medium .small,
html.medium .large {
	display: none;
}

html.large .small,
html.large .medium {
	display: none;
}