
html, body {
	background-color: #fff; 
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 16px;
	color: #666;
	padding: 0;
	margin: 0;}
	
#header {
	border-bottom: 1px solid #aaa;
	text-align: center;
	padding: 10px;
	background-color: #eee;
}

#footer {
	width: 100%;
	background-color: #ddd;
	text-align: center;
	font-size: 0.9em;
	padding: 6px 0 6px 0;
	margin-top: 20px;
	border-top: 1px solid #bbb;
}

#container {
	width: calc(100% - 20%);
	min-width: 320px;
	max-width: 900px;
	margin: 0 auto;
	padding: 1% 10% 1% 10%;}
	
.block {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 20px;
	display: inline-block;
}

.block-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
	
.party-scale {
	background-image: url("images/scale.jpg");
	background-repeat: no-repeat;
	position: relative;
	overflow: auto;
	height: 260px;
	margin: 0;
}

.scale-top, .scale-bottom {font-weight: bold;}

.s0, .s10, .s20, .s30, .s40, .s50, .s60, .s70, .s80, .s90, .s100 {
	padding: 0 0 0 60px;
	margin: 0;
	position: absolute;
}

.scale-text::before {
	content: url("images/arrow.png");
	padding-right: 6px;
}

.s0 {top: -2px;}
.s10 {top: 23.6px;}
.s20 {top: 47.2px;}
.s30 {top: 70.8px;}
.s40{top: 94.4px;}
.s50 {top: 118px;} /*125*/
.s60{top: 141.6px;}
.s70{top: 165.2px;}
.s80{top: 188.8px;}
.s90 {top: 212.4px;}
.s100 {top: 236px;} /*250*/

h1, h2 {text-align: center;}

h2 {margin-bottom: 50px;}
 
h3 {margin-top: 70px;}

.source {font-size: 0.7em;}