﻿.locationTable {
    display:table;
    width: 100%;
}

.locationTableRow {
    display:table-row;
}

.locationTableCell {
    display:table-cell;
    vertical-align:top;
}

.locationTableCellSwitch { }

.cellWidth {
    width:50%;
}

div.filterTable {
    display:table;
    width:100%;
}

div.filterTableRow {
    display:table-row;
}

div.filterTableCell {
    display:table-cell;
}

div.title {
    font-weight:bold;
    width:15%;
}

#googleMap {
    height:500px;
    width:100%;
}


@media(max-width:767px) {
    .locationTableCell {
        display:table-row;
    }

    .cellWidth {
        width:100%;
    }

    .locationTableCellSwitch {
        display:table-cell;
        width:100%;
    }

    div.title {
        font-weight:bold;
        width:auto;
    }
}
