body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    font-size: small;
    margin: 8px;
}

.mainVerticalPanel {
    margin:2em;

}


.mainVerticalPanel {
    margin:2em;
}

.slectedRowField {
    margin-top:1em;

}

.productCell {
    border-top:solid thin white;
    border-bottom:solid thin white;
}

.productCell.current{
    border-top:solid thin blue;
    border-bottom:solid thin  blue;
}
.productCell.current.first{
    border-left:solid thin  blue;
}
.productCell.current.last{
    border-right:solid thin  blue;
}

.headerButton {
    width:100%;

}

.gwt-DecoratedTabPanel{
    border:white 1em solid
}

.gwt-Label{
    font-weight:bold;
}


.dirty {
    font-style:italic;
    color:red;

}





