/* * Style for Mirror Glass web-art project for Evgenia Emets * * Copywright (c) 2016 Victor Vorski */		#mg_page {			position:absolute;			top:10%;			bottom: 10%;			width: 90%;			height: 80%;			left: 5%;			right: 5%;			text-align: center;			/* border:1px black solid; */		}		#mg_currentpop {			width: 100%;			height: 33%;			/* border:1px red solid; */		}		#mg_counters {			width: 100%;			height: 100%;			/* border:1px green solid; */		}		#mg_birth, #mg_death {			/* border:1px pink solid; */		}		#mg_space_row {			width: 10%;			/*border:1px pink solid;*/		}		.mg_counter {			top: 0px;			margin-bottom:120px;		}		.mg_poem_line {			width: 100%;		}		.mg_pop_digit {			width: 9%;			  image-rendering: crisp-edges;		}		.mg_pop_digit.mg_comma {			width: 2%;			  image-rendering: crisp-edges;		}		.mg_daily_digit {			  image-rendering: crisp-edges;			width: 15%;			}		.mg_daily_digit.mg_comma {			  image-rendering: crisp-edges;			width: 4%;		}