#paymenttable table
{
/*border: 1px solid white;*/
width:100%;
}

#paymenttable .darkgrey 
{ 
    background-color: #C1C1C1; 
}

#paymenttable .lightgreyhover:hover 
{ 
    background-color: #C1C1C1; 
}

#paymenttable .lightgrey 
{ 
    background-color: #F7F7F7; 
}
#paymenttable .lightgreyhover 
{ 
    background-color: #F7F7F7; 
}

#paymenttable .paymenttitle
{
    font-weight:bold; 
    font-size: medium;
    margin-top:5px;
    margin-bottom:5px;
}

#paymenttable .paymentgrouptitle
{
    font-weight:bold; 
    font-size: large;
    margin-top:10px;
    margin-bottom:10px;
}

#paymenttable .paymentresult
{
    font-weight:bold; 
    font-size: larger;
    margin-top:10px;
    margin-bottom:10px;
}


/* styledSubmitbutton   //////////////////////////*/
 #paymenttable .SimulateBtn{	
 padding:5px;
 background-color:#00abc4!important;
 color:#fff!important;
 cursor:pointer}
