/* .flexbox div{
    margin: 10px;
    width: 200px;
    height: 100px;
  }
   */
.leaflet-popup-content-wrapper{
    background-color: #191e31!important;
}

.leaflet-popup-tip{
    background-color: #191e31!important;
}

.flexbox{
    height: auto;
    display:flex;
    margin: 0;
}

.station{
    display:table;
    padding: 0 3px;
    color: #ff9100;
}

.time{
    display:table;
    padding: 0 3px;
    color: #10b010;
}

h2{
    margin: 0;
    font-size: 30px;
    white-space: nowrap;
    font-family: "ＭＳ Ｐ明朝","Noto Serif JP","游明朝 Medium","serif";
}