@charset "utf-8";

/*===================================================
 Print Preview Layout CSS for Station Map
=================================================== */

/* ---------------------------------------------------
 Map Data
--------------------------------------------------- */
#mapData {
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-webkit-transform: scale(1);
-moz-transform: scale(0.9);
zoom:0.9;
}


/* ---------------------------------------------------
 Map Utililty
--------------------------------------------------- */
#mapUtility {
display:none !important;
}


/* ---------------------------------------------------
 Map Description
--------------------------------------------------- */
#contentSeg .h2Sec .col-2 .control,
#contentSeg .flatSec .col-2 .control {
margin-left:-19px;
}
#contentSeg .h2Sec .col-2 .colBox,
#contentSeg .flatSec .col-2 .colBox {
float:left;
width:326px;
padding-left:20px;
}