.ttx_table{
  border-collapse: collapse;
  border-spacing: 0px;
  margin:0;padding:0;
  table-layout:fixed;
}

.ttx_table td{
height:30px;max-height:30px;overflow:hidden;/*line-height:29px;*/
}

.ttx_td_label{
  margin:0;padding:0;border-top:1px solid #555; /*height:30px;*/
  width:102px;
}
.ttx_td_label_s{
  margin:0;padding:0;border-top:1px solid #555; /*height:30px;*/
  width:42px;
}
.ttx_table_label{
  display:block;
  margin:0;padding:0;border-top:0px solid #555; /*height:30px;*/
  /*width:102px;*/
}

.ttx_bottom_label{   border-bottom:1px solid #555; }
.ttx_bottom_input{   border-bottom:1px solid #0087ff; }

.ttx_td_separator{
width:15px;height:20px;border-top:0px solid #fff!important;border-bottom:0px solid #fff!important;
}
.ttx_table_separator_bar{
margin:0px 0px 0px 7px;padding:5px 0px; border-left:1px solid #0087ff;
}
.ttx_table_separator_empty{
margin:0 0 0 7px;padding:5px 0px 5px; border-left:1px solid #fff;
}

.ttx_td_textinput{
  margin:0;padding:0;border-top:1px solid #0087ff; 
}
.ttx_table_textinput{
  border-top:0px solid #0087ff; height:29px; padding-left:7px;padding-right:7px;
  width:100%;
  color:#0087ff;

}
.ttx_table_textinput:focus{
 background:#eff8ff;
 color:#0087ff;
}

.ttx_table_button{
 margin:0;padding:0;
 font-family:TazSemiBold;
 text-transform:uppercase;
 color:#0087ff;
}


