/* BASIC css start */
.noti { background: #fff; text-align:left; font-size:0.9em !important; padding: 20px 30px !important;  }
#subt {  background: #fafafa; font-size: 1em; color:#000; font-weight:normal;}
#coming { color:#e0e0e0; }
#class { font-size:1.5em;}
#classt { background: #fafafa; }
.membership_title { text-align:center; font-size:2em; color:#000; margin-top:30px; line-height:1.1em;}

table.membership_tb {
  width: 95%;
  text-align: center;
  border-collapse: collapse;
  margin: 0px auto;
}

table.membership_tb td,
table.membership_tb th {
  border: 1px solid #E1E1E1;
  padding: 10px 5px;
}

table.membership_tb tbody td {
  font-size: 1em;
}

table.membership_tb thead {
  background: #F2F2F2;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f3f3f3 66%, #F2F2F2 100%);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f3f3f3 66%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #f3f3f3 66%, #F2F2F2 100%);
}

table.membership_tb thead th {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

table.membership_tb tfoot td {
  font-size: 18px;
}

/* BASIC css end */

