.wec-calendar {
  width: 100%;
}

.wec-main-title,
.wec-month-heading {
  margin: 2rem 0 1rem;
}

.wec-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 0 3rem 0;
}

.wec-table col.wec-col-date {
  width: 110px;
}

.wec-table col.wec-col-desc {
  width: 55%;
}

.wec-table col.wec-col-location {
  width: 45%;
}

.wec-table thead th {
  text-align: left;
  padding: 10px 8px;
  background: #7413dc;
  color: #ffffff;
  font-weight: 700;
}

.wec-table tbody td {
  padding: 8px;
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.wec-table tbody td:first-child {
  white-space: nowrap;
}

.wec-map-link {
  text-decoration: none;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
}

.wec-map-icon {
  display: inline-block;
  vertical-align: middle;
}

.wec-map-link:hover .wec-map-icon,
.wec-map-link:focus .wec-map-icon {
  opacity: 0.7;
}

@media (max-width: 700px) {
  .wec-table col.wec-col-date {
    width: 95px;
  }

  .wec-table col.wec-col-desc {
    width: 50%;
  }

  .wec-table col.wec-col-location {
    width: 50%;
  }
}


.wec-powered-by {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  color: #666666;
}
