html {
  font-size: 14px;
}

.text-field, .email-field {
    max-width:100%;
    min-width:400px;
/*    width:100%;*/
}

th.r, td.r {
    text-align:right;
}

tr.o { background:#fff; }
tr   { background:#efefef; }

.border-tab {
    border:2px solid black;
    margin-bottom:10px;
}

.ellip {
    text-overflow: ellipsis;
}