@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------table Display--------------------*/

.tableDisplay {
  border-collapse: collapse;
}
.tableDisplay th {
  padding: 10px;
  word-break: break-all;
  background: #333;
  color: #fff;
}
.tableDisplay td {
  word-break: break-all;
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.tableDisplay tr:nth-child(even) td {
  background: #f9f9f9;
}
.tableDisplay tr.grayTd td {
  background: #ededed;
}
#tabsNav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background: #0D5E4D;
}
#tabsNav li{
    
      width: 33.3%;
}
#tabsNav li a {
  display: block;
  /*border-bottom: 3px solid #f5f5f5;*/
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  
}
#tabsNav li.active a {
  /*border-bottom: 3px solid #5d9300;*/
  color: #fff;
  background: #1DA388;
}
#tabsNav li a:hover {
  color: #fff;
    background: #88BD43;
  /*border-bottom: 3px solid #ccc;*/
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------css table----------------------*/
  .css-table {
    display: table;
    width: 100%;
  }
  .css-table .thead {
    display: table-header-group;
  }
  .css-table .tbody {
    display: table-row-group;
  }
  .css-table .tr {
    display: table-row;
  }
  .css-table .td {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    background: #f1f7ea;
  }
  .css-table .th {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    background: #508219;
    color: #fff;
  }
  .css-table .tdHeader {
    background: #508219;
    color: #fff;
      width: 20%;
  }
  .css-table .center {
    text-align: center;
  }
  /*date nav*/
  #tabsNav li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsNav li {
    float: left;
  }
  .eventList {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .eventList li {
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 10px 0;
    width: auto;
  }
  .eventList li:first-child {
    padding-top: 0;
  }
  .eventList li div.left {
    width: 160px;
    float: left;
    position: relative;
  }
  .eventList li div.right {
    width: auto;
    margin-left: 180px;
  }
    .eventList li div.right h3 span{ color: #000; font-weight: normal; font-size: 15px; }
  .eventList li div.right h4 em {
    font-weight: bold;
  }
  .eventList li div.right h4 span {
    font-size: 15px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*--------------- css table -----------------*/
  .card-table {}
  .card-table .thead {
    display: none;
  }
  .card-table .tr {
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
    padding: 15px;
    display: block;
  }
  .card-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
      
  }
  .card-table .td {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .tdHeader {
    color: #508219;
    font-size: 19px;
      padding: 15px 0px
      
  }
     .card-table .tdHeader span {
     background: #1DA388;
          -webkit-border-radius: 30px;
    border-radius: 30px;
         padding: 8px 10px;
         color: #fff;
         opacity: 0.8
      
      
  }
  /*--------------- css table -----------------*/
  .mob-table {
    display: block;
    overflow-x: auto;
  }
  .mob-table .thead {
    display: table-header-group;
  }
  .mob-table .tbody {
    display: table-row-group;
  }
  .mob-table .tr {
    display: table-row;
  }
  .mob-table .th, .mob-table .td {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mob-table .th {
    background: #333;
    color: #fff;
  }
  .mob-table .center {
    text-align: center;
  }
  /*date nav*/
  #tabsNav {
      width: 95%;
    margin: 0 auto;
  }
  #tabsNav li {
    display: inline-block;
      margin: 0px
  }
     .eventList {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .eventList li {
    border-bottom: 1px solid #ddd;
    display: block;
    width: auto;
    padding: 10px 0;
      
  }
  .eventList li:first-child {
    padding-top: 0;
  }
  .eventList li div.left {
    width: 28%;
    float: left;
    position: relative;
  }
  .eventList li div.right {
    width: auto;
    margin-left: 32%;
  }
    .eventList li div.right h2{ font-size: 22px}
    .eventList li div.right h3{ font-size: 18px}
} 