div.logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom:30px;
}

h1 {
    text-align: center;
}

table.amounts {
    margin-top:40px;
    width:100%
}

table.amounts tr {



}

table.amounts tr td:first-child {
    text-align: right;
    padding-right:10px;
    color: #737373;
}

table.amounts tr td:last-child {
    color: #474747;
    width:80px;
}

table.amounts tr:last-child {
    color: #474747;
    width:80px;
    font-weight: bold;
}