/*.p_page_main_metro {
    text-align: center;
}

.p_page_main_metro table {
    display: inline-block;
}


.p_page_main_metro table td {
    text-align: left;
}
*/

/*
.metro_cols {
    text-align: left;
    margin: 1em 12em;
}

@media only screen and (max-width: 770px) {

    .metro_cols {
        text-align: left;
        margin: 1em;
    }

}

@media only screen and (max-width: 500px) {

    .metro_cols a {
        font-size: 1.2em;
        display: inline-block;
        margin-bottom: .5em;
    }

}
*/

.metro_cols {
    padding: 1em 0.5em;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.metro_col {
    padding: 0 .3em;
    flex-basis: 15em;
    flex-grow: 1;
}

@media only screen and (max-width: 550px) {

    .metro_cols {
        flex-wrap: wrap;
    }
    .metro_col {
        max-width: 17em;
    }
}
