.seminar-list-container {
  background-color: #009ee2;
  padding: 20px 10px; }

.seminar-list-entry {
  line-height: 1.43em; }
  .seminar-list-entry header {
    background-color: #247699;
    font-weight: bold;
    color: white;
    min-height: 49px;
    display: table;
    width: 100%;
    overflow: auto;
    padding: 5px 0; }
    @media screen and (max-width: 768px) {
      .seminar-list-entry header {
        display: block;
        height: auto; } }
    .seminar-list-entry header .datetime, .seminar-list-entry header .location-type {
      display: table-cell;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .seminar-list-entry header .datetime, .seminar-list-entry header .location-type {
          display: block;
          width: auto;
          text-align: left; } }
    .seminar-list-entry header .datetime {
      width: 100px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .seminar-list-entry header .datetime {
          width: auto;
          text-align: left; } }
    .seminar-list-entry header .edit-link {
      float: right;
      margin-right: 10px;
      display: none; }
    .seminar-list-entry header:hover .edit-link {
      display: inherit; }
    .seminar-list-entry header .newsflash {
      float: right;
      padding: 2px;
      color: #8E2D19;
      background: #E5E554;
      font-weight: normal; }
  .seminar-list-entry .speaker-location, .seminar-list-entry .more {
    margin-left: 100px; }
    @media screen and (max-width: 768px) {
      .seminar-list-entry .speaker-location, .seminar-list-entry .more {
        margin-left: 0;
        display: block; } }
  .seminar-list-entry .speaker-location {
    display: table;
    width: calc(100% - 100px);
    margin-bottom: 30px;
    margin-top: 5px; }
    .seminar-list-entry .speaker-location .speaker-title {
      display: table-cell;
      width: 66%;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .seminar-list-entry .speaker-location .speaker-title {
          display: block;
          width: auto; } }
    .seminar-list-entry .speaker-location .location-col {
      display: table-cell;
      width: 34%;
      padding-top: 1.43em; }
      @media screen and (max-width: 768px) {
        .seminar-list-entry .speaker-location .location-col {
          display: block;
          width: auto; } }
  .seminar-list-entry h2 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: bold; }
  .seminar-list-entry .seminar-title {
    margin-top: 20px;
    margin-bottom: 20px; }

/*# sourceMappingURL=web.css.map */
