<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.city-popup:after {
    content: "";
    display: table;
    clear: both;
}

.city-popup{
	width:940px;
	padding:20px;
	box-sizing: border-box;
}
.city-one{
	box-sizing: border-box;
	float:left;
	width:150px;
	padding-bottom:10px;
}
#change-region{
	position: absolute;
    top: 10px;
    right: 10px;
}</pre></body></html>