html, body
{
font-size: 85%;
font-family: Arial, Helvetica, sans-serif;
color: #333;
background: #EEE;
line-height: 1.5em;
margin: 20px;
margin-left: 60px;
}

table {
    border: thin dotted #7E7E7E;
    padding: 10px;
}

th {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 2px;
    
}

td {
    vertical-align: top;
    padding-bottom: 15px;
    
}

table table {
    border: none;
    padding: 0px;
    
}

table table td {
    text-align: right;
    padding-bottom: 0px;
    }