div#line-name {
    position: absolute;
    margin: 0;
    left: 10px;
    top: 10px;
    bottom: 0;
    height:40px;
}

div#line-name img {
    width: 15%;
    height:auto;
}

div#line-name div {
    display: block;
    height:60px;
    font-size: 13px;
}

div#station-name div.title {
    font-size: 40px;
    margin: 0;
    color: black;
    text-align: center;
    vertical-align: middle;
}

div#station-name img.station_numbering {
    height: 40px;
    margin: 0;
    margin-bottom: 7px;
    margin-right: 5px;
    vertical-align: middle;
}

div#station-name div.rubi {
    font-size: 20px;
    text-align: center;
}

div.border1 {
    width: 100%;
    height: 5px;
    background-color: #dd0077;
}
div.border2 {
    width: 100%;
    height: 3px;
    background-color: #fff;
}
div.border3 {
    width: 100%;
    height: 5px;
    background-color: #000088;
}
