constationfee table{
border-collapse:collapse;
}

constationfee th{
border:1px solid black;
border-color:gb(0,0,0);
align:left;
background-color:rgb(128,128,128);
color:rgb(255,255,255);
}

constationfee td{
border:1px solid black;
border-color:gb(0,0,0);
}

constationfee td:nth-child(1){
background-color:rgb(128,128,128);
color:rgb(255,255,255);
text-align:center;
width:6.5em;
}

constationfee td:nth-child(2){
text-align:right;
width:7em;
}