#pay_table table {
 width: 495px;
 margin: 5px;
 border: none;
 padding: 0;
}
#pay_table td.topleft {
 vertical-align:top;
}
#pay_table tbody tr.tgray {
 background: #f2f2f2;
 color: #676767;
}

#data_table th {
 border: 1px solid #fff;
}


#data_table tbody tr {
font-size: 1.0em;
 line-height: 1.8em;
}

#data_table tbody td.topleft {
 border-left: 1px solid #cacaca;
 text-align:left;
 padding-left: 3px;
 vertical-align:top;
}

#data_table tbody tr.tgray {
 background: #f2f2f2;
 color: #474747; /* #a5c184; #4e86c2; */
}
#data_table tbody tr.towhite {
 background: #fff;
 color: #474747;
}

#data_table td.detail {
text-align:left;
padding-left: 4px;
}
#data_table td.detail b {
font-size: 1.1em;
font-weight: 600;
vertical-align: text-bottom;
}


#right-right p{
color: #a5c184;
font-size: 1em;
}