@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14x;
    font-weight: 100;
    margin:0 auto;
    padding:0;
    width:100%
}

/* body{padding:50px;font:14px "Lucida Grande",Helvetica,Arial,sans-serif}a{color:#00B7FF} */
.listtable{width: 100%;}
.listtable td{padding: 10px 15px 10px 15px; border: #cccccc solid 1px}
.listtable th{padding: 10px 15px 10px 15px; background-color:#00927f;  border: #cccccc solid 1px; text-align: center; color:white}
#totalperson{font-size:16px; font-weight: bold}
.navbar-nav a{margin-left: 20px; margin-right: 20px}
.form-control::-webkit-input-placeholder {
    color: #cccccc;
  }

.tabletitle {background-color:#e9ecef; border-radius: 5px}  
.tabletitle div{margin: 10px}

.tabletd {border-radius: 5px; border: 1px solid #cccccc}  
.tabletd div{margin: 10px}
.treven {background-color: #d2ecff}

.eventsdetails{display: none}