Template:US Census population/styles.css

In today's article we are going to analyze the importance of Template:US Census population/styles.css in our lives. Template:US Census population/styles.css is a topic that has gained relevance in recent years, and more and more people are interested in learning more about it. In this article we will delve into various aspects related to Template:US Census population/styles.css, from its origins and evolution, to its impact on current society. In addition, we will examine how Template:US Census population/styles.css has influenced different areas, such as culture, technology, economics, and even politics. Without a doubt, Template:US Census population/styles.css has been a determining factor in the way we live and think today. Join us in this exploration of Template:US Census population/styles.css and discover why it is so relevant to the world we live in.
/* {{pp-template|small=yes}} */
.us-census-pop {
	border-spacing: 1px;
	border: 1px solid #a2a9b1;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	padding: 0.3em;
	font-size: 95%;
}

.us-census-pop caption {
	background-color: lavender;
	color: black;
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #a2a9b1;
	border-bottom: none;
}

.us-census-pop th {
	border-bottom: 1px solid black;
}

.us-census-pop td:nth-child(2) {
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0; 
}

/* pop-estimate appears as an :nth-child(2) so match specificity */
.us-census-pop td.us-census-pop-estimate {
	padding-left: 0;
}

.us-census-pop td:nth-child(3) {
	padding-left: 0;
}

.us-census-pop td:nth-child(4) {
	 padding-left: 0.5em;
	 text-align: right;
}

.us-census-pop-footnote {
	border-top: 1px solid black;
	font-size: 85%;
	text-align: center;
}

@media (min-width: 720px) {
	.us-census-pop-right {
		float: right;
		clear: right;
		margin: 0 0 1em 1em;
	}
	
	.us-census-pop-left {
		float: left;
		clear: left;
		margin: 0 1em 1em 0;
	}
	
	.us-census-pop-center {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.us-census-pop-none {
		float: none;
		margin: 0 1em 1em 0;
	}
}