@charset "UTF-8";


table {
  border-collapse: collapse;
  width: 90%; margin-left:auto; margin-right:auto;
}
th,
td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}


@media(max-width: 960px) {
.heading{ display: none; }
  td {
    display: block;
  }
  .tbl-name {
    background: #eee;
  }
}



.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 30px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

/* for Desktop */
@media screen and (min-width: 641px){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  border-top: solid 0px #fff;
  padding-top: 0px;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding: 0 0 35px 30px
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
