<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.city_select_label{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding-top: 1px;
    float: left;
    width: auto;
    height: 23px;
    text-transform: none;
    margin-top: -2px;
}
.modalDialogs {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialogs:target {
	display: block;
	pointer-events: auto;
}
.modalDialogs &gt; div {
	min-width: 300px;
    max-width: 90%;
	position: relative;
	margin: 1% auto;
	background: white;
    min-height: 550px;
}
.closes {
    	line-height: 25px;
	position: absolute;
	right: -34px;
	text-align: center;
	top: -4px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(newClose.png) center center no-repeat;
    color: white;
}

.colons_city {
    list-style-position: inside;
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    list-style-type: decimal;
}
li {
  list-style-type: none;
}

@media screen and (max-width: 1024px) {
    .tabs-layout-tabs {
        display: block;
    }
    .colons_city {
        list-style-position: inside;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        list-style-type: decimal;
    }
}

</pre></body></html>