﻿.Table-Location {
    margin-top: 1em;
    margin-bottom: 1em;
}

    .Table-Location,
    .Table-Location > *,
    .Table-Location > * > tr > td {
        display: block;
    }

        .Table-Location > * > tr {
            display: flex !important;
            flex-wrap: wrap;
            border: none;
        }

        .Table-Location > tbody > tr > td {
            border: none !important;
        }

        .Table-Location > * > tr > * {
            padding-left: 2rem;
            vertical-align: top;
            flex-grow: 1;
        }

            .Table-Location > * > tr > *:first-child {
                padding-left: 0;
            }

            .Table-Location > * > tr > *:nth-child(2) {
                flex-grow: 2;
            }

            .Table-Location > * > tr > * > *:first-child {
                margin-top: 0;
                padding-top: 0;
            }

            .Table-Location > * > tr > * > img {
                max-width: 100%;
            }

@media only screen and (max-width: 1000px) {
    .Table-Location > * > tr {
        flex-wrap: wrap;
    }

        .Table-Location > * > tr > *:last-child {
            flex-basis: 50%;
            padding-left: 0;
        }
}

@media only screen and (max-width:820px) {
    .Table-Location > * > tr {
        flex-direction: column;
    }

        .Table-Location > * > tr > * {
            padding-left: 0;
            padding-top: 1em;
        }
}

@media only screen and (max-width: 500px) {
    .Table-Location > * > tr:first-child > td:first-child {
        width: 100%;
    }
}

.cancel-new-window,
.speedbump-open-in-new-window .cancel-back {
    display: none !important;
}

.speedbump-open-in-new-window .cancel-new-window {
    display: inline-block !important;
}
