/**
 * => Type 1
 **/
.bs-fpe.bs-fpe-t1 {
  width: 100%;
  font-family: Arial;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .bs-fpe.bs-fpe-t1 thead {
    background-color: #fafafa;
    border: solid 1px #e9e9e9; }
  .bs-fpe.bs-fpe-t1 thead tr td {
    font-size: 11px;
    font-weight: bold;
    border: none;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 13px 10px 13px 28px; }
  .bs-fpe.bs-fpe-t1 tbody {
    border: solid 1px #e9e9e9;
    color: #1a1919;
    font-size: 13px; }
  .bs-fpe.bs-fpe-t1 tbody tr {
    transition: .3s; }
  .bs-fpe.bs-fpe-t1 tbody tr:hover {
    background-color: #f5f5f5; }
  .bs-fpe.bs-fpe-t1 tbody tr td {
    border: none; }
  .bs-fpe.bs-fpe-t1 tbody tr + tr {
    border-top: solid 1px #e9e9e9; }
  .bs-fpe.bs-fpe-t1 .fpe-td-date {
    padding: 15px 11px 13px 28px;
    min-width: 121px; }
  .bs-fpe.bs-fpe-t1 .fpe-td-subject {
    padding: 15px 69px 13px 28px; }
  .bs-fpe.bs-fpe-t1 .fpe-td-subject a {
    text-decoration: underline; }
  .bs-fpe.bs-fpe-t1 .fpe-td-location {
    padding: 15px 38px 13px 28px;
    position: relative; }
  .bs-fpe.bs-fpe-t1 .fpe-location {
    padding: 0 0 0 27px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4; }
  .bs-fpe.bs-fpe-t1 .fpe-icon-location {
    font-size: 11px;
    position: absolute;
    top: 3px;
    left: 10px; }
  .bs-fpe.bs-fpe-t1 .fpe-location-address {
    margin-right: 4px; }

@media (max-width: 800px) {
  .bsfp-event-1 {
    overflow-x: auto; }
    .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 {
      width: 900px; }
      .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 .fpe-td-location,
      .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 .fpe-td-subject,
      .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 .fpe-td-date {
        padding: 15px 15px 13px; }
      .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 .fpe-icon-location {
        left: 0; }
      .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 .fpe-location {
        padding: 0 0 0 17px; }
      .bsfp-event-1 .bs-fpe-1.bs-fpe-t1 thead tr td {
        padding: 13px 15px; } }
