/*!
* Contact Info
*/
.foh-wrap, .fci-wrap {
    display: inline-table;
    text-align: left;
}

.foh-row, .fci-row {
    display: table-row;
}

.foh-row .foh-date, .foh-row .foh-time,
.fci-row .fci-title, .fci-row .fci-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 15px;
}

.foh-row .foh-date, .fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}