.setup_list{
   padding-top: 70px;
   padding-bottom: 30px;
   display:flex;
   /*align-items:center;*/
   justify-content:center;

   border-collapse: collapse;
}
.setup_list table td{
   border-bottom: 1px solid rgb(66, 154, 198);
   padding: 5px;
}
.setup_list table th{
   padding-top: 10px;
   padding-bottom: 10px;
   background-color: rgb(204, 232, 229);
}
.birth_day
{
   width: 35px;
}
.remark
{
   color: green;
   font-size: 12px;
}
footer{
   background-color: rgb(143, 150, 154);
   height: 60px;
   width: 100% ;
   position: absolute;
   bottom: -450px;


   font-size: 10px;
   text-align: center;
   line-height: 20px;
 //  margin-bottom: -10px; /* 留給footer空白位子擺上去才不會擋到*/
}
footer a{
   color: rgb(223, 238, 238);
}
.sign_up_q1_others_input
{
   display: none;
}