_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Template:Sfrac/styles.css

In this article we are going to explore all facets of Template:Sfrac/styles.css, from its origins to its impact today. Template:Sfrac/styles.css is a topic that has captured the attention and interest of many people over the years, and its relevance continues to be evident in different areas. Throughout the next few lines, we will carefully examine the most important aspects of Template:Sfrac/styles.css, its evolution over time and its presence in today's society. In addition, we will analyze its influence in various fields, offering a complete and detailed vision of Template:Sfrac/styles.css that will allow the reader to better understand its importance and meaning in the modern world.
/* {{pp|small=y}} */
.sfrac {
	white-space: nowrap;
}

.sfrac.tion,
.sfrac .tion {
	display: inline-block;
	vertical-align: -0.5em;
	font-size: 85%;
	text-align: center;
}

.sfrac .num {
	display: block;
	line-height: 1em;
	margin: 0.0em 0.1em;
	border-bottom: 1px solid;
}

.sfrac .den {
	display: block;
	line-height: 1em;
	margin: 0.1em 0.1em;
}

/* ] is canonical implementation onwiki */
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0); /* removed from CSS */
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	/* white-space: nowrap; /* already have nowrap above */
}