@charset "utf-8";

#map{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/info_bg.jpg);
    margin-bottom: 15px;
}
#map iframe{
    margin: 3px;
}
.route{
    margin-bottom: 30px;
}
.route dt{
    font-weight: bold;
}