#adhForm {
    text-align : left;
}

.buttonsRow {
  text-align : center;
}

legend {
    font-weight : bold;
    color : olive;
    font-size : 12pt;
}

button {
    cursor : pointer;
}

table.inner {
    width : 100%;
    color : white;
}

.inner td {
    width : 260px;
    padding : 5px;
}

.inner th {
    font-weight : bold;
    background-color : #606060;
    height : 25px;
}

.payBtn {
    width : 310px;
    border : 2px groove silver;
}