
        .tblDirection {
            -webkit-border-top-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            border-bottom-right-radius: 0px;
           border:1px solid #d8d6d5;
           width:99%;
        }
        .dir_startBg {
             padding:12px 20px;
            padding-left:60px;
            background:#f2f1f1 url('/images/iconA.png') 22px 10px no-repeat;
             
            -webkit-border-top-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
            font-family:'plexes_problack', Arial, Helvetica, sans-serif;
            font-size:18px;
        }
        .dir_end    {
            padding:12px 20px;
             padding-left:60px;
            background:#f2f1f1 url('/images/iconB.png') top left no-repeat;
           
            -webkit-border-bottom-right-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            border-bottom-right-radius: 0px;
            font-family:'plexes_problack', Arial, Helvetica, sans-serif;
            font-size:18px;
        }
        .dir_summary {
            color:#d42228;
            font-size:14px;
        }
        .dir_sprite{
            width:    19px;
            height:    16px;
            display: block;
        }
        .tblDRbg {
           
        }
        .tblDR {
            width:90%;
            margin:auto;
        }
        .dir_row {
            font-size:14px;
            padding:7px;
        }
        .turn-sharp-left{ background: url('/images/maneuvers.png') 0px 0px ;   }
        .turn-sharp-right{ background: url('/images/maneuvers.png') 0px -584px ; }
        .turn-left{    background: url('/images/maneuvers.png') 0px -415px ;  }
        .turn-right{ background: url('/images/maneuvers.png') 0px -483px ;}
        .turn-slight-left{ background: url('/images/maneuvers.png') 0px -379px ; }
        .turn-slight-right{    background: url('/images/maneuvers.png') 0px -52px ; }
        .ramp-left{    background: url('/images/maneuvers.png') 0px -598px ; }
        .ramp-right{ background: url('/images/maneuvers.png') 0px -430px ;}
        .fork-left{    background: url('/images/maneuvers.png') 0px -598px ; }
        .fork-right{ background: url('/images/maneuvers.png') 0px -430px ; }
        .straight{ background: url('/images/maneuvers.png') 0px -532px ; }

        .merge{ background: url('/images/maneuvers.png') 0px -143px ; }
        .roundabout-left{ background: url('/images/maneuvers.png') 0px -196px ; }
        .roundabout-right{ background: url('/images/maneuvers.png') 0px -232px ; }
        .uturn-right{ background: url('/images/maneuvers.png') 0px -34px ; }
        .uturn-left{ background: url('/images/maneuvers.png') 0px -304px ; }
       