.row-space-two-half-em tr {
    height: 2.5em;
}

.x-row-left {
    clear: left;
    float: left;
    width: 200px;
}
    
.x-row-right {
    clear: right;
    width: auto;
}    
   

/* Legacy styles for div rows and columns */

div.grid-column-2-narrow {
    width: 400px; margin-left: 2em;
}

div.grid-column-2-normal {
    width: 480px; margin-left: 2em;
}

div.grid-column-2-wide {
    width: 730px; margin-left: 2em;
}

div.row-left:first-child {
    width: 30%; float: left;
}

div.row-right:first-child {
    width: auto; float: left; clear: right;
}

div.row-left {
    width: 30%; float: left; clear: both; margin-top: 1em;  white-space: nowrap;
}

div.row-right {
    width: auto; float: left; clear: right; margin-top: 1em;
}

div.row-float-right {
    width: auto; float: right; clear: both; margin-top: 1em;
}
