.table {
  width: 100%;
}

.table th {
  color: #595A5B;
  padding: 10px 0 10px 5px;
  background-color: #E5E5E5;
  border-bottom: 2px solid gray;
}

.table td {
  padding: 10px 0 10px 10px;
  border-bottom: 2px solid #DBDBDB;
  border-left: 2px solid #DBDBDB;
  border-right: 2px solid #DBDBDB;
  color: #70585C;
}

.table td a {
  text-decoration: none;
  color: blue;
}

/*.table tr:hover td {
  background-color: #ccfbe3 !important;
}*/
#activityList {
  margin: 0 auto;
  text-align: center;
  width: 87%;
}

.activityTable {
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
  width: 77%;
}

.activityTable #pic {
  width: 400px;
}

.listItem {
  display: flex;
  margin: 2em 0;
  background-color: #F5F5F5;
  box-shadow: 5px 3px 3px gray;
  max-height: 370px;
  overflow: hidden;
}

.listItemImg img {
  width: 100%;
  display: block;
}

.listItemImg {
  width: 40%;
}

.outside {
  margin: 4% 10%;
}

.listItemText {
  width: 60%;
  text-align: left;
  padding: 1em;
}

.listItemText p {
  font-size: 1em;
  text-align: left;
  margin: 2%;
}

.listItemText span {
  font-size: 1.3em;
  font-weight: bold;
  margin: 5% 2%;
  color: #911684;
}

.listItemText a {
  font-size: 1em;
  text-align: left;
  margin: 2%;
  text-decoration: none;
  color: #302be1;
}

.listItemText img {
  vertical-align: middle;
  width: 20%;
  transition: 1s ease-in-out;
}

.listItemText img:hover {
  transform: translateX(15px);
}

/* Sweep To Right 線性變色*/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E3E3E3;
  opacity: 0.5; /*透明度設為 0.5*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

p.hvr-sweep-to-right {
  margin: 0 auto;
}

.activityTable tr td {
  text-align: right;
  padding: 0;
}

.activityTable tr td:nth-child(2) {
  width: 60%;
  font-size: 1.4em;
  text-align: left;
  background-image: url("../img/tdbackground.jpg");
  background-size: 625px 300px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  padding: 0 4%;
}

.activityTable i {
  font-size: 10em;
}

.activityTable tr td span {
  font-size: 1.1em;
  font-weight: bold;
}

.activityTable tr {
  height: 350px;
}