#location {
    padding: 1.5em 1em;
    box-sizing: border-box;
}
#location img {
    width: 2em;
    height: auto;
    float: left;
    margin: 0 1em;
}

#location h1 {
    color: #0361d5;
    font-size: 2em;
    margin: 0;
}

.lTable {
    display: table;
    width: 100%;
    background: none;
    font-size: 1.2em;
    /* word-wrap: break-word; */
    /* border-spacing set instead of margin */
    /* border-spacing: 10px; */
    /* border-collapse: separat e; */
}

.lTableRow {
    display: table-row;
    background: #f4f4f4;
    line-height: 200%;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
}

.lTableRow:nth-child(2n) {
    background: white;
}

.lTableColumn1 {
    display: table-column;
}

.lTableColumn2 {
    display: table-column;
}

.lTableCell,
.lTableHead {
    display: table-cell;
    padding: 0.5em 0.3em;
}
.lTableHead .nor{font-weight:normal}


.lTableCell img {
    width: auto;
    height: 1.8em;
    vertical-align: middle;
}

.lTableHeading {
    display: table-cell;
    width: auto;
    font-weight: bold;
    padding: 0.5em 0.9em;
    vertical-align: middle;
    color: #0361d5;
    white-space: nowrap;
}

.lTableHead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;vertical-align:middle;height:20px;line-height:1.2em
}

.lTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.lTableBody {
    display: table-row-group;
}