* {
    font-family: Helvetica;
}

div {
    /*white-space: nowrap; */
}

form label {
    display: block;
    white-space: nowrap;
}

form div {
    display: inline-block;
    width: 13em;
}

form input {
    width: 3em;
}

table tr th {
    text-align: left;
    white-space: nowrap;
}

table tr td {
    white-space: nowrap;
    text-align: right;
}

table thead tr th {
    padding-right: 2em;
}

table tbody tr th {
    padding-right: 1.5em;
}

div.row > div {
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
}

div.row > .right2{
margin-left:20px;
}