#popup h1 span.stat{
 display: table-cell;
 float: right;
 font-size: 20px; 
}

div.popup_stat_item{
 display: table;
 width: 100%;
 margin-top: 5px;
 font-size: 15px;
}

div.popup_stat_item div.title{
 display: table-cell; 
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 30px; 
 text-align: left;
}

div.popup_stat_item div.title[class~="bus"]{
 background: url(../images/icons/sidebar/bus.png) no-repeat 5px 12px;
}

div.popup_stat_item div.title[class~="trolleybus"]{
 background: url(../images/icons/sidebar/trolleybus.png) no-repeat 3px 12px;
}

div.popup_stat_item div.title[class~="tram"]{
 background: url(../images/icons/sidebar/tram.png) no-repeat 3px 12px;
}

div.popup_stat_item div.value{
 display: table-cell;
 width: 40px;
 padding-top: 10px;
 padding-right: 2px;
 text-align: right;
 font-weight: bold;
}
