.fllormap {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .fllormap {
    margin-left: 10px;
  }
}

.fllormap img {
  width: 100%;
}

p.placement {
  margin-top: 2em;
  font-size: 1.125em;
}

table.exhibitors_list_table {
  width: 100%;
  line-height: 1.5;
}

table.exhibitors_list_table tr:nth-child(2n+1) {
  background: #f5f2f9;
}

table.exhibitors_list_table th, table.exhibitors_list_table td {
  border: 1px solid #ccc;
}

table.exhibitors_list_table th {
  background: #555;
  color: #fff;
  padding: 1em 1em;
}

table.exhibitors_list_table td {
  padding: 0.5em 1em;
}

@media screen and (max-width: 767px) {
  table.exhibitors_list_table td {
    padding: 0.5em 0.5em;
  }
}

table.exhibitors_list_table td:last-child {
  text-align: center;
}

table.exhibitors_list_table td.event .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table.exhibitors_list_table td.event .wrap > div {
  font-size: 13px;
  width: calc((100% - 5px)/2);
  min-width: 2em;
  text-align: center;
  padding: 3px 0;
  border-radius: 3px;
  color: #fff;
}

table.exhibitors_list_table td.event .wrap > div.et {
  background: #ed7a3e;
  margin-right: auto;
}

table.exhibitors_list_table td.event .wrap > div.iot {
  background: #3e9ced;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  table.exhibitors_list_table td.event .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  table.exhibitors_list_table td.event .wrap > div {
    width: 100%;
    margin: 1px 0;
  }
}

@media screen and (min-width: 1100px) {
  table.exhibitors_list_table {
    font-size: 1em;
  }
  table.exhibitors_list_table td:nth-child(2) {
    width: 40%;
  }
}

@media screen and (max-width: 1099px) {
  table.exhibitors_list_table {
    font-size: 0.875em;
  }
}
